hugo-theme-hyde-hyde/exampleSite/config.toml
2018-01-21 21:17:19 +07:00

43 lines
884 B
TOML

## Basic Configuration
baseurl = "https://example.com/"
languageCode = "en"
theme = "hyde-hyde"
## Hugo Built-in Features
# disqusShortname = ""
# googleAnalytics = ""
# enableRobotsTXT = true
## Site Settings
[params]
author = "Author"
title = "Title"
# description = "..."
authorimage = "/img/hugo.png"
dateformat = "Jan 1, 2006"
highlightjs = true
# highlightjsstyle = "github"
## Social Accounts
[params.social]
github = "<username>"
instagram = "<username>"
xing = "<username>"
linkedin = "<username>"
twitter = "<username>"
facebook = "<username>"
stackoverflow = "<username>"
email = "your-email@example.com"
## Main Menu
[[menu.main]]
name = "Posts"
weight = 100
identifier = "posts"
url = "/posts/"
[[menu.main]]
name = "About"
identifier = "about"
weight = 200
url = "/about/"