mirror of
https://github.com/h-sphere/sql-seal.git
synced 2026-07-22 10:10:28 +00:00
docs: added new logo to the docs
This commit is contained in:
parent
d0d7adfbac
commit
5a20dbf32a
4 changed files with 34 additions and 8 deletions
|
|
@ -14,6 +14,7 @@ export default defineConfig({
|
|||
search: {
|
||||
provider: 'local'
|
||||
},
|
||||
logo: '/logo.svg',
|
||||
|
||||
sidebar: [
|
||||
{
|
||||
|
|
@ -79,7 +80,7 @@ export default defineConfig({
|
|||
],
|
||||
footer: {
|
||||
message: '',
|
||||
copyright: 'By <a href="https://hypersphere.blog">hypersphere</a>. Ko-Fi: <a href="https://ko-fi.com/hypersphere">hypersphere</a>'
|
||||
copyright: 'By <a href="https://hypersphere.blog">hypersphere</a>.<br/>Sponsor Me: <a href="https://ko-fi.com/hypersphere">Ko-Fi</a>'
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
|
|||
|
|
@ -94,15 +94,11 @@
|
|||
--vp-home-hero-name-color: transparent;
|
||||
--vp-home-hero-name-background: -webkit-linear-gradient(
|
||||
120deg,
|
||||
#bd34fe 30%,
|
||||
#41d1ff
|
||||
#8c55ff 30%,
|
||||
#6979f5
|
||||
);
|
||||
|
||||
--vp-home-hero-image-background-image: linear-gradient(
|
||||
-45deg,
|
||||
#bd34fe 50%,
|
||||
#47caff 50%
|
||||
);
|
||||
--vp-home-hero-image-background-image: linear-gradient(-45deg, #8c55ff 50%, #6979f5 50%);
|
||||
--vp-home-hero-image-filter: blur(44px);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@ hero:
|
|||
name: "Obsidian SQLSeal"
|
||||
# text: "Plugin enabling full SQL capabilities in Obsidian"
|
||||
tagline: "Query your vault using SQL"
|
||||
image:
|
||||
src: /logo.svg
|
||||
alt: SQLSeal
|
||||
actions:
|
||||
- theme: brand
|
||||
text: Get Started
|
||||
|
|
|
|||
26
docs/logo.svg
Normal file
26
docs/logo.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 43 KiB |
Loading…
Reference in a new issue