-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
65 lines (59 loc) · 1.48 KB
/
hugo.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
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'Social Protocols'
theme = 'hugo-lithium'
summaryLength = 30
[permalinks]
articles = "/:slug/"
[[menu.main]]
name = "Articles"
url = "/articles/"
weight = 1
[[menu.main]]
name = "Resources"
url = "/resources"
weight = 2
# [[menu.main]]
# name = "About"
# url = "/about/"
# weight = 3
[[menu.footer]]
name = "GitHub"
url = "https://github.com/social-protocols"
[[menu.footer]]
name = "Twitter"
url = "https://twitter.com/socialprotocols"
[[menu.footer]]
name = "Mastodon"
url = "https://mas.to/@SocialProtocols"
[[menu.footer]]
name = "Zulip"
url = "https://social-protocols.zulipchat.com/join/3awvls77dbmolwlradnfmkig/"
[[menu.footer]]
name = "Substack"
url = "https://socialprotocols.substack.com"
[[menu.footer]]
name = "Medium"
url = "https://medium.com/@socialprotocols"
[params]
custom_js = "<script data-goatcounter='https://socialprotocols.goatcounter.com/count' async src='//gc.zgo.at/count.js'></script>"
[params.logo]
url = "logo.svg"
width = 50
height = 50
alt = "Logo"
# -- from old config
# params:
# MathJaxCDN: //cdnjs.cloudflare.com/ajax/libs
# MathJaxVersion: 2.7.5
# description: A website built through Hugo and blogdown.
# highlightjsCDN: //cdnjs.cloudflare.com/ajax/libs
# highlightjsLang:
# - r
# - yaml
# highlightjsTheme: github
# highlightjsVersion: 9.12.0
[outputFormats]
[RSS]
mediatype = "application/rss"
baseName = "rss"