-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.toml
50 lines (41 loc) · 949 Bytes
/
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
baseURL = "https://afistfuloflinks.github.io/"
languageCode = "en-us"
title = "A Fistful of Links"
theme = "hugo-vitae-afol"
disqusShortname = "afol"
googleAnalytics = "UA-2205779-8"
[params]
mainSections = ["posts"]
nofeedSections = ["links"]
subtitle = "Weekly newsletter about leadership, technology, books and anything else we felt compelled to share with others"
avatar = "/img/afol-logo.png"
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Tags"
url = "/tags"
weight = 2
[[menu.main]]
name = "About"
url = "/about"
weight = 3
[[params.social]]
name = "Github"
icon = "fab fa-github"
url = "https://github.com/AFistfulOfLinks"
[[params.social]]
name = "RSS"
icon = "fas fa-rss"
url = "/index.xml"
[mediaTypes]
[mediaTypes."text/email-html"]
suffixes = ["html"]
[outputFormats]
[outputFormats.WeeklyEmail]
name = "WeeklyEmail"
mediaType = "text/email-html"
path = "email"
[outputs]
page = ["HTML", "WeeklyEmail"]