-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathconfig.toml
167 lines (150 loc) · 3.75 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
theme = "hugo-material-docs"
metadataformat = "yaml"
canonifyurls = true
defaultContentLanguage = "es"
defaultContentLanguageInSubdir = true
# Enable Google Analytics by entering your tracking id
googleAnalytics = ""
[languages]
[languages.en]
contentDir = "content/en"
languageCode = "en-us"
baseURL = "https://learn.eoscostarica.io/en/"
languageName = "English"
title = "EOSIO Learning Resources by EOS Costa Rica"
weight = 2
[languages.en.params]
# General information
author = "eoscostarica"
description = "A curated list of EOS learning resources."
copyright = "Released under the MIT license"
[languages.es]
contentDir = "content/es"
languageCode = "es-cr"
baseURL = "https://learn.eoscostarica.io/es/"
languageName = "Español"
title = "Recursos para aprender EOSIO en Español por EOS Costa Rica"
weight = 1
[languages.es.params]
# Información General
author = "eoscostarica"
description = "Una lista curada de recursos de aprendizaje de EOS."
copyright = "Publicado bajo la licencia MIT"
[params]
# Repository
provider = "GitHub"
repo_url = "https://github.com/eoscostarica/eos-learning-resources"
version = "1.0.0"
logo = "images/logo.png"
favicon = "images/favicon.ico"
permalink = "#"
# Custom assets
custom_css = []
custom_js = []
# Syntax highlighting theme
highlight_css = ""
[params.palette]
primary = "blue-grey"
accent = "blue-grey"
[params.font]
text = "Ubuntu"
code = "Ubuntu Mono"
[social]
twitter = "eoscostarica"
github = "eoscostarica"
email = "bp@eosio.cr"
## ENGLISH MENU
[[languages.en.menu.main]]
name = "Blockchain Basics"
url = "/"
weight = 0
[[languages.en.menu.main]]
name = "EOSIO Software"
url = "eosio-software/"
weight = 1
[[languages.es.menu.main]]
name = "Contratos Inteligentes"
url = "smart-contracts/"
weight = 2
[[languages.en.menu.main]]
name = "EOS Blockchain"
url = "eos-blockchain/"
weight = 3
[[languages.en.menu.main]]
name = "Block Producers"
url = "block-producer/"
weight = 4
[[languages.en.menu.main]]
name = "Block Explorers"
url = "block-explorers/"
weight = 5
[[languages.en.menu.main]]
name = "DApp Development"
url = "dapp-development/"
weight = 6
[[languages.en.menu.main]]
name = "EOSIO Sister Chains"
url = "eosio-sister-chains/"
weight = 7
[[languages.en.menu.main]]
name = "DevOps"
url = "devops/"
weight = 8
[[languages.en.menu.main]]
name = "EOS Podcasts"
url = "eos-podcasts/"
weight = 9
[[languages.en.menu.main]]
name = "Modern C++"
url = "modern-cpp/"
weight = 10
#SPANISH MENU
[[languages.es.menu.main]]
name = "Conceptos básicos de Blockchain"
url = "/"
weight = 0
[[languages.es.menu.main]]
name = "Software EOSIO"
url = "eosio-software/"
weight = 1
[[languages.es.menu.main]]
name = "Contratos Inteligentes"
url = "smart-contracts/"
weight = 2
[[languages.es.menu.main]]
name = "Blockchain de EOS"
url = "eos-blockchain/"
weight = 3
[[languages.es.menu.main]]
name = "Productores de Bloques"
url = "block-producer/"
weight = 4
[[languages.es.menu.main]]
name = "Exploradores de Bloques"
url = "block-explorers/"
weight = 5
[[languages.es.menu.main]]
name = "Desarrollo de DApps"
url = "dapp-development/"
weight = 6
[[languages.es.menu.main]]
name = "Cadenas hermanas de EOSIO"
url = "eosio-sister-chains/"
weight = 7
[[languages.es.menu.main]]
name = "DevOps"
url = "devops/"
weight = 8
[[languages.es.menu.main]]
name = "Podcasts de EOS"
url = "eos-podcasts/"
weight = 9
[[languages.es.menu.main]]
name = "C++ moderno"
url = "modern-cpp/"
weight = 10
[blackfriday]
smartypants = true
fractions = true
smartDashes = true
plainIDAnchors = true