-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
46 lines (39 loc) · 829 Bytes
/
config.toml
File metadata and controls
46 lines (39 loc) · 829 Bytes
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
baseurl = "https://metroinsight.io/"
bind = "0.0.0.0"
title = "MetroInsight"
theme = "ghostwriter"
languageCode = "en-us"
copyright = "My Name"
googleAnalytics = "UA-92429235-1"
disqusShortname = "jbkoh"
[Author]
name = "Jason Koh"
profile = "https://jbkoh.github.io/"
[Taxonomies]
tag = "tags"
[Params]
intro = true
headline = "MetroInsight"
description = "Meting pot for city knowledge"
github = "https://github.com/metroinsight"
email = "jbkoh@ucsd.edu"
opengraph = false
shareTwitter = false
shareFacebook = false
shareGooglePlus = false
shareLinkedIn = false
dateFormat = "Jan 2, 2006"
[Permalinks]
post = "/:year/:month/:day/:filename/"
# [[menu.main]]
# name = "Blog"
# url = "/"
# weight = 3
[[menu.main]]
name = "About"
url = "/page/about/"
weight = 1
[[menu.main]]
name = "Datasets"
url = "/dataset/"
weight = 3