-
Notifications
You must be signed in to change notification settings - Fork 17
/
config.toml
67 lines (54 loc) · 1.73 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
## Basic Configuration
baseurl = "https://open-archaeo.info/"
languageCode = "en"
title = "open-archaeo"
theme = "hyde-hyde"
## Hugo Built-in Features
# disqusShortname = "your-disqus-shortname"
# googleAnalytics = "your-google-analytics-id"
# enableRobotsTXT = true
# summarylength = 30
# paginate = 5
## Site Settings
[params]
author = "Author"
title = "Title"
description = "A list of open source archaeological software and resources"
#authorimage = "/img/hugo.png"
dateformat = "Jan 2, 2006"
# sidebar, copyright & license
#logoimage = "/img/hugo.png"
copyright = "zackbatist"
since = 2018
license = "CC0 1.0"
licenseURL = "https://creativecommons.org/publicdomain/zero/1.0/"
showBuiltWith = true
# https://highlightjs.org
highlightjs = true
highlightjsstyle = "github"
# please choose either GraphComment or Disqus or Utterances
#GraphCommentId = "..."
#UtterancesRepo = "..." # https://utteranc.es/
#UtterancesIssueTerm = "..." # pathname, url, title, og:title
#UtterancesTheme = "..." # github-light or github-dark
# Table of contents
#toc = none, "hugo", or "tocbot"
customCss = ["css/custom.css"]
# allow html links
[markup.goldmark.renderer]
unsafe = true
## Social Accounts
[params.social]
github = "zackbatist/open-archaeo"
# instagram = "<username>"
# xing = "<username>"
# linkedin = "<username>"
# twitter = "<username>"
# facebook = "<username>"
# microblog = "<username>"
# stackoverflow = "<username>"
# telegram = "<username>"
# orcid = "<xxxx-xxxx-xxxx-xxxx>"
# email = "[email protected]"
# gravatar = "[email protected]"
# pgpkey = "<path-to-your-key-in-/static>"