Skip to content

Commit 73f97d5

Browse files
committed
Mark home_image as optional in README
1 parent b199f1d commit 73f97d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ copyright = "© Copyright Year, Your Name"
9191
description = "Your meta description" # Your meta description of the site
9292
header_title = "Your Name" # Your header title
9393
header_subtitle = "Your Creative Subtitle" # Your header subtitle
94-
home_image = "/images/avatar.png" # Path to header image starting from the static directory
94+
home_image = "/images/avatar.png" # Path to header image starting from the static directory (optional)
9595
recent_posts = 5 # Max amount of recent posts to show
9696
mainSections = ["posts", "post", "blog"] # Main sections to include in recent posts
9797
[params.style] # CSS style overrides

0 commit comments

Comments
 (0)