-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
56 lines (42 loc) · 1.02 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
baseURL = "https://ebuchman.github.io/"
languageCode = "en-us"
title = "Easy There Entropy"
theme = "hyde-hyde"
disqusShortname = "ebuchman-blog"
[params]
author = "ebuchman"
#authorimage = "img/ebuchman-epicenter.png"
authorimage = "img/zhuang-actin.png"
images = ["img/zhuang-actin.png"]
copyright = "ebuchman"
license = "CC BY-SA 4.0"
licenseURL = "https://creativecommons.org/licenses/by-sa/4.0"
showBuiltWith = true
relatedPosts = true
mainSections = ["posts"]
[[menu.main]]
name = "Posts"
weight = 100
identifier = "posts"
url = "/posts/"
[[menu.main]]
name = "About"
identifier = "about"
weight = 900
url = "/about/"
[[menu.main]]
name = "Media"
identifier = "media"
weight = 200
url = "/media/"
[[menu.main]]
name = "Subscribe"
identifier = "subscribe"
weight = 1000
url = "/subscribe"
[params.social]
twitter = "buchmanster"
github = "ebuchman"
linkedin = "ethan-buchman-10b34944"
keybase = "ebuchman"
rss = "https://ebuchman.github.io/posts/index.xml"