-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
59 lines (52 loc) · 1.46 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
baseurl = "https://ataylor.io/"
languageCode = "en-us"
title = "Aaron Taylor"
description = "My personal site"
copyright = "© Aaron Taylor 2015-{year}"
publishDir = "app/site/public"
relativeURLs = true
enableGitInfo = true
enableRobotsTXT = true
# allow HTML to be used in markdown files
[markup.goldmark.renderer]
unsafe = true
[author]
name = "Aaron Taylor"
twitter = "@ataylor0123"
[params]
images = [
"/img/social/brand-transparent.png",
]
twitter = "https://twitter.com/ataylor0123"
github = "https://github.com/kujenga"
linkedin = "https://linkedin.com/in/ataylor0123"
instagram = "https://instagram.com/ataylor0123/"
angellist = "https://angel.co/ataylor0123"
keybase = "https://keybase.io/ataylor"
[social]
twitter = "ataylor0123"
# https://gohugo.io/templates/sitemap-template/#configure-sitemapxml
[sitemap]
filename = 'sitemap.xml'
# docs: https://gohugo.io/templates/menu-templates/
[menu]
[[menu.nav]]
identifier = "blog"
name = "This is the blog section"
title = "Blog"
url = "/blog/"
weight = -110
[[menu.nav]]
identifier = "about"
name = "This the about section"
title = "About"
url = "/about/"
weight = -100
# https://gohugo.io/getting-started/configuration-markup#highlight
[markup]
[markup.highlight]
# Use generated syntax highlighting:
# https://gohugo.io/content-management/syntax-highlighting/#highlighting-in-code-fences
noClasses = false
# Best for Go!
tabWidth = 8