You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ Blist is a clean and fast blog theme for your Hugo site.
15
15
- Text Search
16
16
- Social links
17
17
- Code highlighting
18
+
- Color customization
18
19
- Dark mode
19
20
- Fast performance
20
21
- SEO optimized
@@ -86,6 +87,12 @@ Menu in Blist theme is pre-set to have all section names. You can include custom
86
87
87
88
`[params.darkModeToggle]` enables the dark mode toggle in header. The preference is then saved so that the mode is automatically chosen for return visits.
88
89
90
+
### Customize Ascent Color
91
+
92
+
Use `[params.ascentColor]` to change the default `pink` color to any supported color from the [list of default colors](https://tailwindcss.com/docs/customizing-colors) from Tailwind CSS.
93
+
94
+
Some example values: bg-blue-200, bg-yellow-300
95
+
89
96
### Search
90
97
91
98
`[params.enableSearch]` option is used to enable search option in the theme.
0 commit comments