-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
70 lines (59 loc) · 1.66 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
68
69
70
## Basic Configuration
baseurl = "/"
languageCode = "en"
title = "Scott Brenstuhl"
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 = "Scott Brenstuhl"
title = "Scott Brenstuhl"
# description = "..."
authorimage = "/img/scott.jpg"
dateformat = "Jan 2, 2006"
# sidebar, copyright & license
copyright = "Scott Brenstuhl"
license = "CC BY-SA 4.0"
licenseURL = "https://creativecommons.org/licenses/by-sa/4.0"
showBuiltWith = true
# https://highlightjs.org
highlightjs = true
highlightjsstyle = "github"
mainSections = []
# 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"
## Social Accounts
[params.social]
github = "808sandbr"
# instagram = "<username>"
linkedin = "scottbrenstuhl"
twitter = "scottbrenstuhl"
# stackoverflow = "<username>"
email = "[email protected]"
# gravatar = "[email protected]"
## Main Menu
[[menu.main]]
name = "Resume"
weight = 100
identifier = "resume"
url = "/resume/"
# [[menu.main]]
# name = "Portfolio"
# identifier = "portfolio"
# weight = 200
# url = "/portfolio/"
# [[menu.main]]
# name = "About"
# identifier = "about"
# weight = 300
# url = "/about/"