-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.toml
93 lines (77 loc) · 1.75 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
languageCode = "en-us"
title = "Danny Berger"
copyright = "Unless noted, software code is licensed under MIT License and all other content under CC-BY."
disqusShortname = "dpb587"
googleAnalytics = "UA-37464314-1"
theme = "current"
enableRobotsTXT = true
enableGitInfo = true
buildFuture = true
pygmentsCodefences = true
pygmentsUseClasses = "true"
paginate = "30"
[markup]
[markup.goldmark]
[markup.goldmark.extensions]
typographer = false
[build]
writeStats = true
[author]
name = "Danny Berger"
email = "[email protected]"
[taxonomies]
tag = "tags"
[permalinks]
post = "/post/:year/:month/:day/:slug/"
page = "/:filename/"
photo = "/:sections/:filename/"
tweet = "/tweet/:filename/"
[[menu.main]]
name = "hello"
url = "/"
weight = 1
[[menu.main]]
name = "thoughts"
url = "/post/"
weight = 2
[[menu.main]]
name = "projects"
url = "/project/"
weight = 3
[[menu.main]]
name = "photos"
url = "/photo/"
weight = 4
# [[menu.main]]
# name = "tweets"
# url = "/tweet/"
# weight = 5
[[menu.main]]
name = "talks"
url = "/prezo/"
weight = 6
[[menu.main]]
name = "résumé"
url = "/about/"
weight = 7
[[menu.social]]
name = "GitHub"
url = "https://github.com/dpb587"
weight = 1
colorClass = "black"
[[menu.social]]
name = "Twitter"
url = "https://twitter.com/dpb587"
weight = 2
colorClass = "blue-400"
[[menu.social]]
name = "LinkedIn"
url = "https://www.linkedin.com/in/dpb587/"
weight = 3
colorClass = "blue-700"
[params]
description = ""
assetUrl = "https://dpb587-website-us-east-1.s3.amazonaws.com/asset/gallery/"
imgproUrl = "http://localhost:8088/d0c48e72-6c4f-4c24-ba62-7ebefd4a51da"
github_repo = "https://github.com/dpb587/dpb587.me"
commentsRemarkUrl = "http://localhost:8089"