-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
73 lines (62 loc) · 2.45 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
66
67
68
69
70
71
72
baseurl = "https://popg.xyz/"
title = "Practice of Practice Gamelan"
enableRobotsTXT = true
enableEmoji = true
theme = "jane"
paginate = 1 # Number of articles displayed on the homepage
rssLimit = 20 # Limit Entry Count to Rss file
disqusShortname = ""
googleAnalytics = "G-PCMRY790P8"
copyright = "" # default: author.name
defaultContentLanguage = "en"
[languages.en]
languageCode = "en-US"
[author]
name = "craquemattic"
url = "/about"
[sitemap]
changefreq = "weekly"
priority = 0.5
filename = "sitemap.xml"
[menu]
[[menu.main]]
name = "Entre"
weight = 10
identifier = "home"
pageref = "/"
[[menu.main]]
name = "Browse"
weight = 20
identifier = "archives"
pageref = "/post/"
[[menu.main]]
name = "Tag Cloud"
weight = 30
identifier = "tags"
pageref = "/tags/"
[[menu.main]]
name = "Categories"
weight = 40
identifier = "categories"
pageref = "/categories/"
[params]
since = "2023"
homeFullContent = true
rssFullContent = true
# site info (optional)
logoTitle = "practice of practice gamelan"
keywords = ["popg", "improvisation", "learning"]
description = "Continuous Learning through Improvisation"
dateFormatToUse = "2006-01-02"
toc = true
photoswipe = true # see https://github.com/dimsemenov/PhotoSwipe
contentCopyright = '<a rel="license noopener" href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank">CC BY-NC-SA 4.0</a>'
# Link custom CSS and JS assets
# (relative to /static/css and /static/js respectively)
customCSS = [] # if ['custom.css'], load '/static/css/custom.css' file
customJS = [] # if ['custom.js'], load '/static/js/custom.js' file
[params.social]
a-email = "mailto:maroda@gmail.com"
e-linkedin = "https://www.linkedin.com/in/mattcookedavis"
g-github = "https://github.com/maroda/popg.xyz"
s-mastodon = "http://c.im/@dtauvdiodr"