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

78 lines
1.8 KiB
TOML
Raw Normal View History

## Basic Configuration
2018-01-21 14:17:19 +00:00
baseurl = "https://example.com/"
languageCode = "en"
2018-08-31 08:06:02 +00:00
title = "Title"
theme = "hyde-hyde"
## Hugo Built-in Features
# disqusShortname = "your-disqus-shortname"
# googleAnalytics = "your-google-analytics-id"
2018-01-21 14:17:19 +00:00
# enableRobotsTXT = true
2018-09-12 02:33:23 +00:00
# summarylength = 30
#paginate = 5
## 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-11-29 21:15:40 +00:00
# sidebar, copyright & license
2019-11-04 18:50:27 +00:00
#logoimage = "/img/hugo.png"
2018-11-29 21:15:40 +00:00
copyright = "htr3n"
since = 2019
2018-11-29 21:15:40 +00:00
license = "CC BY-SA 4.0"
licenseURL = "https://creativecommons.org/licenses/by-sa/4.0"
showBuiltWith = true
# https://highlightjs.org
2018-01-21 14:17:19 +00:00
highlightjs = true
2018-07-29 21:47:50 +00:00
highlightjsstyle = "github"
2018-11-29 21:15:40 +00:00
2018-11-02 03:17:45 +00:00
# please choose either GraphComment or Disqus or Utterances
2018-09-29 23:32:57 +00:00
#GraphCommentId = "..."
2018-11-02 03:17:45 +00:00
#UtterancesRepo = "..." # https://utteranc.es/
#UtterancesIssueTerm = "..." # pathname, url, title, og:title
#UtterancesTheme = "..." # github-light or github-dark
2018-09-29 23:32:57 +00:00
# Table of contents
#toc = none, "hugo", or "tocbot"
## Social Accounts
[params.social]
github = "<username>"
instagram = "<username>"
xing = "<username>"
linkedin = "<username>"
twitter = "<username>"
facebook = "<username>"
2020-03-17 04:37:28 +00:00
microblog = "<username>"
stackoverflow = "<username>"
2018-08-18 04:58:04 +00:00
telegram = "<username>"
2020-03-16 20:56:18 +00:00
# orcid = "<xxxx-xxxx-xxxx-xxxx>"
email = "your-email@example.com"
# gravatar = "your-email@example.com"
# pgpkey = "<path-to-your-key-in-/static>"
## 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/"
[[menu.main]]
name = "About"
identifier = "about"
2018-07-31 22:15:03 +00:00
weight = 300
url = "/about/"