File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,12 @@ For a live demo of the theme, see at:
2121 - Title
2222 - Subtitle
2323 - Image
24+ - Image border color
2425 - Navigation menu
2526 - Social icons
2627 - Last 'n' recent posts
2728 - Background color
29+ - Font family
2830 - Font color
2931
3032## Usage
@@ -94,6 +96,8 @@ copyright = "© Copyright Year, Your Name"
9496 mainSections = [" posts" , " post" , " blog" ] # Main sections to include in recent posts
9597 [params .style ] # CSS style overrides
9698 backgroundColor = " #f8f9fa"
99+ homeImageBorderColor = " #ffffff"
100+ fontFamilyBase = " Helvetica Neue" # First-choice font
97101 fontColor = " #212529"
98102 [[params .social ]]
99103 fa_icon = " fab fa-github fa-1x" # Font Awesome icon class
@@ -130,6 +134,8 @@ parameters:
130134``` toml
131135[params .style ]
132136 backgroundColor = " #f8f9fa"
137+ homeImageBorderColor = " #ffffff"
138+ fontFamilyBase = " Helvetica Neue"
133139 fontColor = " #212529"
134140```
135141
You can’t perform that action at this time.
0 commit comments