This repository has been archived by the owner on Jan 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
84 lines (67 loc) · 1.61 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
77
78
79
80
81
82
83
84
baseurl = "https://klimatyczny.anarchista.net/"
languageCode = "en-us"
title = "Hugo Theme Yuki"
theme = "hugo-theme-yuki"
author = "Cyris"
# Copyright notice. This will display on the footer.
copyright = ""
paginate = 10
# Theme config
[params]
# The content you want to be listed on list pages.
mainSections = ["post"]
# The information will display on the post pages.
author = "Ruch Klimatyczny — Wrocław"
description = "Short description"
authorwebsite = "https://example.com/"
# The path to your images
favicon = "images/logo.png"
logo = "images/logo.png"
avatar = ""
displayImg = "images/display.png"
# This will display on the index page
snsTitle = "Social"
# Google Analytics API key.
ga_api_key = "Your Google Analytics tracking id"
# Navbar config
[[menu.nav]]
name = "Ruch Klimatyczny — Wrocław"
url = "/"
weight = 1
# [[menu.nav]]
# name = "BLOG"
# url = "/post"
# weight = 2
[[menu.nav]]
name = "Strajk dla Ziemi"
url = "/strajk-dla-ziemi"
weight = 2
[[menu.nav]]
name = "Obóz dla Klimatu"
url = "/oboz-dla-klimatu"
weight = 3
[[menu.nav]]
name = "MSK"
url = "/msk"
weight = 4
[[menu.nav]]
name = "Extinction Rebellion"
url = "/xr"
weight = 5
# [[menu.nav]]
# name = "TAGS"
# url = "/tags/"
# weight = 4
# Social accounts config (This will display on the index page)
# [[menu.social]]
# name = "Example-1"
# url = "/"
# weight = 1
# [[menu.social]]
# name = "Example-2"
# url = "/"
# weight = 2
# [[menu.social]]
# name = "Example-3"
# url = "/"
# weight = 3