-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
69 lines (54 loc) · 1.4 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
baseurl = "https://jul19.ga"
theme = "hugo-casper-two"
languageCode = "en-US"
disqusShortname = ""
paginate = 6
#SectionPagesMenu = "main"
canonifyurls = true
enableRobotsTXT = true
summaryLength = 20
[params]
title = "My awesome site on July 21"
subtitle = "Super awesome"
copyright = "© 2018"
cover = "img/tienganh-lop12-unit13.jpg"
description = "Here is a description of your site."
metaDescription = "My awesome site"
googleAnalytics = ""
customCSS = []
RSSLink = ""
twitterName = "faketryghost"
fbName = "fakeghost"
githubName = "eueung"
linkedinName = "eueung"
mediumName = ""
logo = "hugo-logo.png"
orgName = "EM"
orgWebsite = "https://www.telematika.org"
orgDescription = "Here is a description placeholder for your org"
showSupport = true
authorAvatar = "/img/arm-hand-milk-2575279.jpg"
authorLocation = "Bandung, ID"
authorWebsite = "https://eueung.github.io"
authorDescription = "Your description here"
pageNotFoundTitle = "404 - Page Not Found"
#casper or caspertwo
singleViewStyle = "casper"
[permalinks]
post = "/post/:slug/"
[[menu.main]]
name = "Home"
url = "/"
weight = 200
[[menu.main]]
name = "Go"
url = "/tags/golang/"
weight = 100
[[menu.main]]
name = "Categories"
url = "/categories/"
weight = 99
[[menu.main]]
name = "External"
url = "https://google.com/"
weight = 95