-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
50 lines (42 loc) · 1.06 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
baseURL = "https://carterjbastian.github.io/"
title = "Home"
theme = "ghostwriter"
languageCode = "en-us"
copyright = "Carter J. Bastian"
googleAnalytics = "UA-112088474-1"
disqusShortname = "carterjbastian"
buildDrafts = true
[Author]
name = "Carter J. Bastian"
[Taxonomies]
tag = "tags"
[Params]
intro = true
headline = "README"
description = "Posts by Carter J. Bastian"
github = "https://github.com/carterjbastian"
linkedin = "https://www.linkedin.com/in/carterbastian/"
stackoverflow = "https://stackoverflow.com/users/4390113/carter"
email = "[email protected]"
opengraph = true
shareTwitter = true
shareFacebook = true
shareGooglePlus = true
shareLinkedIn = true
dateFormat = "Mon, Jan 2, 2006"
highlightJsUrl = ""
highlightJsLocalUrl = ""
[Permalinks]
posts = "/:year/:month/:day/:title/"
[[menu.main]]
name = "Posts"
url = "/"
weight = 1
[[menu.main]]
name = "About"
url = "/about/"
weight = 3
[[menu.main]]
name = "Contact"
url = "/contact/"
weight = 4