hugo-theme-hyde-hyde/exampleSite/config.toml

60 lines
1.2 KiB
TOML
Raw Normal View History

## Basic Configuration
2018-01-21 21:17:19 +07:00
baseurl = "https://example.com/"
languageCode = "en"
2018-08-31 04:06:02 -04:00
title = "Title"
theme = "hyde-hyde"
## Hugo Built-in Features
# disqusShortname = "your-disqus-shortname"
# googleAnalytics = "your-google-analytics-id"
2018-01-21 21:17:19 +07:00
# enableRobotsTXT = true
2018-09-12 12:33:23 +10:00
# summarylength = 30
#paginate = 5
## Site Settings
[params]
author = "Author"
title = "Title"
# description = "..."
authorimage = "/img/hugo.png"
2018-03-30 10:49:07 +11:00
dateformat = "Jan 2, 2006"
2018-01-21 21:17:19 +07:00
highlightjs = true
2018-07-30 07:47:50 +10:00
highlightjsstyle = "github"
# please choose either GraphComment or Disqus
2018-09-30 09:32:57 +10:00
#GraphCommentId = "..."
# Table of contents
#toc = none, "hugo", or "tocbot"
## Social Accounts
[params.social]
github = "<username>"
instagram = "<username>"
xing = "<username>"
linkedin = "<username>"
twitter = "<username>"
facebook = "<username>"
stackoverflow = "<username>"
2018-08-18 01:58:04 -03:00
telegram = "<username>"
email = "your-email@example.com"
## Main Menu
[[menu.main]]
name = "Posts"
weight = 100
identifier = "posts"
url = "/posts/"
2018-08-01 08:15:03 +10:00
[[menu.main]]
name = "Portfolio"
identifier = "portfolio"
weight = 200
url = "/portfolio/"
[[menu.main]]
name = "About"
identifier = "about"
2018-08-01 08:15:03 +10:00
weight = 300
url = "/about/"