-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.toml
56 lines (47 loc) · 1.39 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
baseURL = "https://profanity-im.github.io/blog/"
languageCode = "en-us"
title = "profanity"
# https://github.com/profanity-im/profanity-hugo-theme-ezhil
theme = "profanity-hugo-theme-ezhil"
# Enable syntax highlighting.
pygmentsstyle = "vs"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
[params]
# Blog subtitle which appears below blog title. Supports markdown.
subtitle = "development blog"
# Number of posts to show in recent posts list (Optional). Defaults to 10.
recentPostsCount = 10
# Content types which are excluded from recent posts and archive page (Optional). Defaults to ["page"]
excludedTypes = ["page"]
# If social media links are enabled then enable this to fetch icons from CDN instead of hosted on your site.
featherIconsCDN = true
# Main menu which appears below site header.
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "All posts"
url = "/post"
weight = 2
[[menu.main]]
name = "About"
url = "/about"
weight = 3
# Social media links which shows up on site header.
# Uses feather icons for icons. You can [search icon names from here](https://feathericons.com/).
[[params.social]]
name = "Github"
icon = "github"
url = "https://profanity-im.github.io/"
[[params.social]]
name = "Twitter"
icon = "twitter"
url = "https://twitter.com/ProfanityIM"
[[params.social]]
name = "RSS"
icon = "rss"
url = "/blog/index.xml"
[taxonomies]
author = "authors"