-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
54 lines (45 loc) · 1.31 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 = "https://shirocoop.xyz"
languageCode = "en-us"
title = "Shiro co-op"
theme = "paper"
googleAnalytics = "UA-149448694-4"
[params]
description = "Shiro is a local first supply chain network on a mission to create thriving regenerative food systems. A multi stakeholder platform cooperative – open source, co-owned by all active participants."
images = ["/Distributed_Network.png"]
title = "Shiro co-op"
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = -200
[[menu.main]]
identifier = "discourse"
name = ""
pre = "<i class='fab fa-discourse'></i>"
url = "https://foodshift.se/c/workspaces/shiro/37"
weight = -110
[[menu.main]]
identifier = "medium"
name = ""
pre = "<i class='fab fa-medium'></i>"
url = "https://medium.com/shirocoop"
weight = -110
[[menu.main]]
identifier = "twitter"
name = ""
pre = "<i class='fab fa-twitter'></i>"
url = "https://twitter.com/shiro_coop"
weight = -110
[[menu.main]]
identifier = "telegram"
name = ""
pre = "<i class='fab fa-telegram'></i>"
url = "https://t.me/shirocoop"
weight = -110
[[menu.main]]
identifier = "github"
name = ""
pre = "<i class='fab fa-github'></i>"
url = "https://github.com/shirocoop"
weight = -110