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