-
Notifications
You must be signed in to change notification settings - Fork 31
/
config.toml
117 lines (108 loc) · 2.81 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
baseURL = "https://utxos.org"
languageCode = "en-us"
defaultContentLanguage = "en"
title = "utxos.org -- Bitcoin for Everyone"
theme = "hugo-serif-theme"
disqusShortname = "utxos-org"
enableGitInfo = true
pygmentsCodefences = true
pygmentsCodefencesGuessSyntax = true
pygmentsStyle = "monokai"
[taxonomies]
tag = "tags"
[permalinks]
post = "/:filename/"
[imaging]
quality = 99
[markup.goldmark.renderer]
unsafe= true
[params]
google_analytics_id = "UA-152627278-1"
homeMetaContent = "An extension to Bitcoin for unbounded payment capacity"
footer = "Copyright Jeremy Rubin"
# For more date formats see https://gohugo.io/functions/format/
dateFormat = "Jan 2, 2006"
codePenUser = "someUser"
katex = true
[params.logo]
mobile = "images/logo-mobile.svg"
standard = "images/logo.svg"
alt = "utxos.org"
[params.homepage_meta_tags]
meta_description = "An extension to Bitcoin for smart(er) contracts"
meta_og_title = "utxos.org"
meta_og_type = "website"
meta_og_url = "https://utxos.org"
meta_og_image = "https://utxos.org/static/images/og/main.png"
meta_og_description = "utxos.org brings you the latest information about bip-119"
meta_twitter_card = "summary"
meta_twitter_site = "@JeremyRubin"
meta_twitter_creator = "@JeremyRubin"
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier="bip"
name = "BIP-119 Materials"
weight = 2
[[menu.main]]
parent="bip"
name = "Specification"
url = "https://github.com/bitcoin/bips/blob/master/bip-0119.mediawiki"
weight = 2
[[menu.main]]
parent="bip"
name = "Core Pull Request"
url="https://github.com/bitcoin/bitcoin/pull/21702"
weight = 3
[[menu.main]]
parent="bip"
name = "Deployment Options"
url = "/deployment/"
weight = 5
[[menu.main]]
parent="bip"
name = "Alternative Designs"
url = "/alternatives/"
weight = 6
[[menu.main]]
parent="bip"
name = "Workshops"
url = "/workshops/"
weight=7
[[menu.main]]
identifier="apps"
name = "Applications"
weight = 3
[[menu.main]]
parent="apps"
name = "Use Cases"
url = "/uses/"
weight = 3
[[menu.main]]
parent="apps"
name = "Ecosystem Impact"
url = "/analysis/"
weight = 4
[[menu.main]]
parent="apps"
name = "Sapio"
url = "https://learn.sapio-lang.org"
weight = 5
[[menu.main]]
name="Signals"
url ="/signals/"
weight=4
[[menu.main]]
name="More Resources"
url ="/resources/"
weight=5
[[menu.main]]
name="Sponsors"
url ="/sponsors/"
weight=6
[[menu.main]]
name="Telegram"
url ="https://t.me/op_ctv"