-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
54 lines (46 loc) · 1.13 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
# baseURL = "http://example.org/"
languageCode = "en-us"
title = "what is..."
theme = "ananke"
logo = "logo.png"
MetaDataFormat = "yaml"
DefaultContentLanguage = "en"
SectionPagesMenu = "main"
Paginate = 3 # this is set low for demonstrating with dummy content. Set to a higher number
googleAnalytics = ""
enableRobotsTXT = true
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
[params]
favicon = ""
description = "The last theme you'll ever need. Maybe."
facebook = ""
twitter = "https://twitter.com/noopsJapan"
github = "https://github.com/noopsjapan"
background_color_class = "bg-dark-blue"
featured_image = "./groupphoto.jpg"
recent_posts_number = 2
custom_css = ["site.css"]
[languages]
[languages.en]
title="NoOps Japan"
[menu]
[[menu.main]]
identifier = "Home"
name = "Home"
url = "/"
weight = -110
[[menu.main]]
name = "Events"
url = "https://noops.connpass.com"
weight = -100
[[menu.main]]
name = "Code of Conduct"
url = "/codeofconduct/"
weight = -80
[[menu.main]]
name = "Definition"
url = "/definition/"
weight = -90