-
Notifications
You must be signed in to change notification settings - Fork 18
/
config.toml
76 lines (58 loc) · 1.53 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
68
69
70
71
72
73
74
75
76
languageCode = "en-us"
defaultContentLanguage = "en"
author = "OSDC"
title = "Mercurius"
paginate = 10
enableRobotsTXT = true
theme = "drizzle"
summarylength = 60
pygmentsstyle = "colorful"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
[params]
# Use homepage.md instead of a list of posts
homepage = false
# Add meta description in head part
description = "OSDC Newsletter"
# Add pagetitle to homepage <title> tag
pagetitle = "Home"
# Add a subtitle to your website
subtitle = "OSDC Newsletter Initiative"
# Activate to show authors on pages if available
#listAuthor = true
# Add math typesetting with KaTeX (Global with this Param)
math = true
# Optional 80x80 avatar image.
# avatar = "/img/vitae.jpg"
# Optional favicons for website
#favicon = true
# Add list of sections that should show up on the homepage
mainSections = ["post"]
# Add list of Sections/Types that should no be considered by RSS
#nofeedSections = ["post"]
# Deactivate Taxonomies for specific page types
#disableTaxoTypes = [""]
# Custom CSS applied to default styles. (Path could be "static/css/")
#customCSS = "css/custom.css"
# Navigation
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "About"
url = "/about"
weight = 2
# Social Menu
[[params.social]]
name = "Twitter"
icon = "fab fa-twitter"
url = "https://twitter.com/osdcjiit"
[[params.social]]
name = "Github"
icon = "fab fa-github"
url = "https://github.com/osdc/Mercurius"
[[params.social]]
name = "RSS"
icon = "fas fa-rss"
url = "/index.xml"