Skip to content

Commit fa2532b

Browse files
committed
Merge branch 'main' into gh-pages
2 parents 41fae82 + d0f1fd8 commit fa2532b

408 files changed

Lines changed: 2048 additions & 1730 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitmodules

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
path = themes/linkita-theme
33
url = https://codeberg.org/salif/linkita.git
44
branch = linkita
5-
[submodule "themes/zola-bearblog"]
6-
path = themes/zola-bearblog
7-
url = https://codeberg.org/alanpearce/zola-bearblog.git
8-
ignore = dirty
95
[submodule "themes/linkita"]
106
path = themes/linkita
117
url = https://codeberg.org/salif/linkita-demo.git
@@ -46,6 +42,10 @@
4642
path = themes/radion
4743
url = https://github.com/micahkepe/radion.git
4844
ignore = dirty
45+
[submodule "themes/zola-bearblog"]
46+
path = themes/zola-bearblog
47+
url = https://codeberg.org/alanpearce/zola-bearblog.git
48+
ignore = dirty
4949
[submodule "themes/serene"]
5050
path = themes/serene
5151
url = https://github.com/isunjn/serene-demo-site.git
@@ -138,10 +138,6 @@
138138
path = themes/zola-minimal
139139
url = https://github.com/semanticdata/zola-minimal.git
140140
ignore = dirty
141-
[submodule "themes/bearplus"]
142-
path = themes/bearplus
143-
url = https://github.com/salif/bearplus.git
144-
ignore = dirty
145141
[submodule "themes/hook"]
146142
path = themes/hook
147143
url = https://github.com/InputUsername/zola-hook.git
@@ -162,13 +158,9 @@
162158
path = themes/parchment
163159
url = https://github.com/jsonfry/parchment.git
164160
ignore = dirty
165-
[submodule "themes/zluinav"]
166-
path = themes/zluinav
167-
url = https://github.com/harrymkt/zluinav.git
168-
ignore = dirty
169-
[submodule "themes/sandbox"]
170-
path = themes/sandbox
171-
url = https://github.com/salif/sandbox.git
161+
[submodule "themes/bearplus"]
162+
path = themes/bearplus
163+
url = https://github.com/salif/bearplus.git
172164
ignore = dirty
173165
[submodule "themes/terminimal"]
174166
path = themes/terminimal
@@ -186,6 +178,14 @@
186178
path = themes/oceanic-zen
187179
url = https://github.com/barlog-m/oceanic-zen.git
188180
ignore = dirty
181+
[submodule "themes/zluinav"]
182+
path = themes/zluinav
183+
url = https://github.com/harrymkt/zluinav.git
184+
ignore = dirty
185+
[submodule "themes/sandbox"]
186+
path = themes/sandbox
187+
url = https://github.com/salif/sandbox.git
188+
ignore = dirty
189189
[submodule "themes/silk"]
190190
path = themes/silk
191191
url = https://github.com/DenysVuika/zola-silk.git

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
- [planet](https://github.com/higuoxing/planet): 6 commits: `config.toml not found`
6262
- [zola-persona-theme](https://github.com/hanson-hschang/zola-persona-theme): 11 commits: `variable not found`
6363
- [Camilla](https://codeberg.org/PanSi21/Camilla): 4 commits: `error parsing templates`
64+
- [silo](https://github.com/joewe/silo): 21 commits: `unknown field generate_feed`
6465

6566
In addition to the usual causes, build may also fail if the theme uses `load_data` from `public` directory (my scripts use a different name) or `.git/HEAD` (not available in the submodule directory).
6667

0 commit comments

Comments
 (0)