feat: enable catgirl banner on blog homepage
小橘 🍊(NEKO Team)
This commit is contained in:
parent
cd984b3516
commit
f68c11b953
BIN
src/assets/images/banner.png
Normal file
BIN
src/assets/images/banner.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
@ -16,8 +16,8 @@ export const siteConfig: SiteConfig = {
|
|||||||
fixed: false, // Hide the theme color picker for visitors
|
fixed: false, // Hide the theme color picker for visitors
|
||||||
},
|
},
|
||||||
banner: {
|
banner: {
|
||||||
enable: false,
|
enable: true,
|
||||||
src: "assets/images/demo-banner.png", // Relative to the /src directory. Relative to the /public directory if it starts with '/'
|
src: "assets/images/banner.png", // Relative to the /src directory. Relative to the /public directory if it starts with '/'
|
||||||
position: "center", // Equivalent to object-position, only supports 'top', 'center', 'bottom'. 'center' by default
|
position: "center", // Equivalent to object-position, only supports 'top', 'center', 'bottom'. 'center' by default
|
||||||
credit: {
|
credit: {
|
||||||
enable: false, // Display the credit text of the banner image
|
enable: false, // Display the credit text of the banner image
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user