Skip to content

Commit 120d235

Browse files
author
akiidjk
committed
Enable site banner, replace image and add credit
1 parent efba6c4 commit 120d235

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/assets/images/banner-old.jpg

114 KB
Loading

src/assets/images/banner.jpg

115 KB
Loading

src/assets/images/demo-banner.png

-877 KB
Binary file not shown.

src/config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ export const siteConfig: SiteConfig = {
1616
fixed: true, // Hide the theme color picker for visitors
1717
},
1818
banner: {
19-
enable: false,
20-
src: "assets/images/demo-banner.png", // Relative to the /src directory. Relative to the /public directory if it starts with '/'
19+
enable: true,
20+
src: "assets/images/banner.jpg", // Relative to the /src directory. Relative to the /public directory if it starts with '/'
2121
position: "center", // Equivalent to object-position, only supports 'top', 'center', 'bottom'. 'center' by default
22-
credit: {
22+
credit: {
2323
enable: true, // Display the credit text of the banner image
24-
text: "", // Credit text to be displayed
24+
text: "Alessandro Manfredi", // Credit text to be displayed
2525
url: "", // (Optional) URL link to the original artwork or artist's page
2626
},
2727
},

0 commit comments

Comments
 (0)