Files
rsmsn_blog/dark-theme-config.toml

57 lines
1.6 KiB
TOML

[params]
[params.site]
faviconUrl = ""
localCss = []
externalCss = []
localJs = []
externalJs = []
[params.header]
title = "My New Hugo Site"
subtitle = "A Site Built by Hugo"
[params.header.logo]
imgUrl = ""
logoLink = ""
[params.footer]
copyrightStr = "All Rights Reserved ®."
counter = true
language = true
hugoVersion = true
theme = true
modifiedTime = true
dateFormat = "Jan 02 2006 15:04:05"
gitHash = true
[params.footer.socialLink]
github = ""
facebook = ""
twitter = ""
email = ""
linkedin = ""
instagram = ""
telegram = ""
medium = ""
vimeo = ""
youtube = ""
[params.globalFrontmatter]
author = "Jing Wang"
description = "This is my new hugo site"
keywords = "hugo,site,new"
[params.homePage]
siteLongDescription = "Hugo is a fast and easy-to-use static website generator written in Go. It renders a complete HTML website from content and templates in a directory, utilizing Markdown files for metadata. It's optimized for speed and suitable for various website types."
siteLongDescriptionTitle = "Start"
showRecentPostsBlock = true
numOfRecentPosts = 5
recentPostShowUrl = true
[params.page]
includeToc = true
showAuthor = true
showDate = true
dateFormat = "2006.01.02"
showTimeToRead = true
showBreadcrumb = true