Skip to content

Commit

Permalink
Merge branch 'main' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
salif committed Jan 4, 2025
2 parents c47e2e5 + ac7399b commit db978e9
Show file tree
Hide file tree
Showing 423 changed files with 3,916 additions and 2,640 deletions.
9 changes: 6 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
[submodule "themes/kita"]
path = themes/kita
url = https://github.com/st1020/kita.git
[submodule "themes/papermod"]
path = themes/papermod
url = https://github.com/cydave/zola-theme-papermod.git
[submodule "themes/mabuya"]
path = themes/mabuya
url = https://github.com/semanticdata/mabuya.git
Expand Down Expand Up @@ -64,6 +67,9 @@
[submodule "themes/sandbox"]
path = themes/sandbox
url = https://github.com/semanticdata/zola-sandbox.git
[submodule "themes/radion"]
path = themes/radion
url = https://github.com/micahkepe/radion.git
[submodule "themes/DogFood"]
path = themes/DogFood
url = https://github.com/CSUwangj/DogFood.git
Expand All @@ -76,6 +82,3 @@
[submodule "themes/silk"]
path = themes/silk
url = https://github.com/DenysVuika/zola-silk.git
[submodule "themes/radion"]
path = themes/radion
url = https://github.com/micahkepe/radion.git
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,22 @@
- [tranquil](https://github.com/TeaDrinkingProgrammer/tranquil): 293 commits
- [cela](https://github.com/edwardzcn-decade/cela): 3 commits
- [bluetheme](https://github.com/bluerobotics/bluetheme): 21 commits
- [arsmateria](https://github.com/mboleary/arsmateria-zola-theme): 19 commits
- [anatole](https://github.com/longfangsong/anatole-zola): 49 commits
- [anatole-zola](https://github.com/longfangsong/anatole-zola): 49 commits
- [parchment](https://github.com/jsonfry/parchment): 5 commits
- [hermit_zola](https://github.com/VersBinarii/hermit_zola): 61 commits
- [hayflow](https://github.com/aaw3/hayflow): 19 commits
- [bd](https://github.com/flabbergastedbd/bd): 20 commits
- [stardust](https://github.com/UWCS/stardust-theme): 256 commits
- [stardust-theme](https://github.com/UWCS/stardust-theme): 256 commits
- [zola-metro](https://github.com/RedstoneParadox/zola-metro): 18 commits
- [sigmund](https://github.com/videah/sigmund): 36 commits
- [zola-pickles](https://github.com/lukehsiao/zola-pickles): 92 commits
- [archie-zola](https://github.com/XXXMrG/archie-zola): 59 commits
- [archie-zola-modified](https://codeberg.org/akselmo/archie-zola-modified): 62 commits
- [arsmateria-zola-theme](https://github.com/mboleary/arsmateria-zola-theme): 19 commits
- [snow-kitty](https://codeberg.org/SnowCode/snow-kitty): 94 commits
- [zola-rahix](https://github.com/Rahix/blog-theme): 88 commits
- [zola-academic](https://github.com/zola-academic/zola-academic): 85 commits
- [zola-paper](https://github.com/schoenenberg/zola-paper): 15 commits

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).

Expand All @@ -51,7 +52,7 @@ In addition to the usual causes, build may also fail if the theme uses `load_dat
- [feather](https://github.com/piedoom/feather): 81 commits
- [slightknack](https://github.com/slightknack/slightknack.dev): 230 commits
- [norwind](https://github.com/nobodygx/norwind): 12 commits
- [nomad](https://github.com/nomad-dev-writer/zola-nomad-theme): 26 commits
- [zola-nomad-theme](https://github.com/nomad-dev-writer/zola-nomad-theme): 26 commits
- [cosmic__cube](https://github.com/ccarral/cosmic__cube): 56 commits
- [jiaxiang.wang](https://github.com/iWangJiaxiang/zola-theme-jiaxiang.wang): 35 commits
- [Homepage-Creators](https://github.com/iWangJiaxiang/Homepage-Creators): 6 commits
Expand Down
157 changes: 105 additions & 52 deletions content/home/data.toml
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,59 @@ theme = "kita"
url = "#info-kita"
js = "const b=document.getElementById('info-kita').parentElement;if(!b.hasAttribute('open')) b.setAttribute('open', true); this.style.display='none'"

[[project]]
theme = "papermod"
name = "PaperMod"
desc = "A fast, clean, responsive theme ported to Zola."
tags = [ ]
details = """
<details style='display: inline-block;'><summary class='not-prose' style='list-style-type: none; display: none;' id='install-papermod'></summary>
### Installation{#h-install-papermod}
0. Create a new Zola site: `zola init` and initialize a Git repository: `git init`
1. Download the theme
- Option A: Add the theme as a git submodule:
```sh
git submodule add https://github.com/cydave/zola-theme-papermod.git themes/papermod
```
- Option B: Clone the theme into your themes directory:
```sh
git clone https://github.com/cydave/zola-theme-papermod.git themes/papermod
```
2. Set theme in your `config.toml`
```toml
theme = "papermod"
```
</details><details style='display: inline-block;'><summary class='not-prose' style='list-style-type: none; display: none;' id='info-papermod'></summary>
### Info{#h-info-papermod}
- **Author**: [cydave](https://github.com/cydave)
- **License**: MIT
- **Homepage**: <https://github.com/cydave/zola-theme-papermod>
- **Offic. Live Demo**: <https://cydave.github.io/zola-theme-papermod/>
- **Min version**: 0.4.0
- **Original**: <https://github.com/adityatelange/hugo-PaperMod>
</details>"""

[[project.links]]
name = "Live Demo"
url = "https://salif.github.io/zola-themes-collection/demo/papermod/"

[[project.links]]
name = "Repository"
url = "https://github.com/cydave/zola-theme-papermod"

[[project.links]]
name = "Install"
url = "#install-papermod"
js = "const b=document.getElementById('install-papermod').parentElement;if(!b.hasAttribute('open')) b.setAttribute('open', true); this.style.display='none'"

[[project.links]]
name = "Info"
url = "#info-papermod"
js = "const b=document.getElementById('info-papermod').parentElement;if(!b.hasAttribute('open')) b.setAttribute('open', true); this.style.display='none'"

[[project]]
theme = "mabuya"
name = "Mabuya"
Expand Down Expand Up @@ -1097,6 +1150,58 @@ theme = "sandbox"
url = "#info-sandbox"
js = "const b=document.getElementById('info-sandbox').parentElement;if(!b.hasAttribute('open')) b.setAttribute('open', true); this.style.display='none'"

[[project]]
theme = "radion"
name = "radion"
desc = "A sleek, modern blog theme."
tags = [ ]
details = """
<details style='display: inline-block;'><summary class='not-prose' style='list-style-type: none; display: none;' id='install-radion'></summary>
### Installation{#h-install-radion}
0. Create a new Zola site: `zola init` and initialize a Git repository: `git init`
1. Download the theme
- Option A: Add the theme as a git submodule:
```sh
git submodule add https://github.com/micahkepe/radion.git themes/radion
```
- Option B: Clone the theme into your themes directory:
```sh
git clone https://github.com/micahkepe/radion.git themes/radion
```
2. Set theme in your `config.toml`
```toml
theme = "radion"
```
</details><details style='display: inline-block;'><summary class='not-prose' style='list-style-type: none; display: none;' id='info-radion'></summary>
### Info{#h-info-radion}
- **Author**: [Micah Kepe](https://micahkepe.com)
- **License**: MIT
- **Homepage**: <https://github.com/micahkepe/radion>
- **Offic. Live Demo**: <https://micahkepe.com/radion/>
- **Min version**: 0.19.2
</details>"""

[[project.links]]
name = "Live Demo"
url = "https://salif.github.io/zola-themes-collection/demo/radion/"

[[project.links]]
name = "Repository"
url = "https://github.com/micahkepe/radion"

[[project.links]]
name = "Install"
url = "#install-radion"
js = "const b=document.getElementById('install-radion').parentElement;if(!b.hasAttribute('open')) b.setAttribute('open', true); this.style.display='none'"

[[project.links]]
name = "Info"
url = "#info-radion"
js = "const b=document.getElementById('info-radion').parentElement;if(!b.hasAttribute('open')) b.setAttribute('open', true); this.style.display='none'"

[[project]]
theme = "DogFood"
name = "DogFood"
Expand Down Expand Up @@ -1302,55 +1407,3 @@ theme = "silk"
name = "Info"
url = "#info-silk"
js = "const b=document.getElementById('info-silk').parentElement;if(!b.hasAttribute('open')) b.setAttribute('open', true); this.style.display='none'"

[[project]]
theme = "radion"
name = "radion"
desc = "A sleek, modern blog theme."
tags = [ ]
details = """
<details style='display: inline-block;'><summary class='not-prose' style='list-style-type: none; display: none;' id='install-radion'></summary>
### Installation{#h-install-radion}
0. Create a new Zola site: `zola init` and initialize a Git repository: `git init`
1. Download the theme
- Option A: Add the theme as a git submodule:
```sh
git submodule add https://github.com/micahkepe/radion.git themes/radion
```
- Option B: Clone the theme into your themes directory:
```sh
git clone https://github.com/micahkepe/radion.git themes/radion
```
2. Set theme in your `config.toml`
```toml
theme = "radion"
```
</details><details style='display: inline-block;'><summary class='not-prose' style='list-style-type: none; display: none;' id='info-radion'></summary>
### Info{#h-info-radion}
- **Author**: [Micah Kepe](https://micahkepe.com)
- **License**: MIT
- **Homepage**: <https://github.com/micahkepe/radion>
- **Offic. Live Demo**: <https://micahkepe.com/radion/>
- **Min version**: 0.19.2
</details>"""

[[project.links]]
name = "Live Demo"
url = "https://salif.github.io/zola-themes-collection/demo/radion/"

[[project.links]]
name = "Repository"
url = "https://github.com/micahkepe/radion"

[[project.links]]
name = "Install"
url = "#install-radion"
js = "const b=document.getElementById('install-radion').parentElement;if(!b.hasAttribute('open')) b.setAttribute('open', true); this.style.display='none'"

[[project.links]]
name = "Info"
url = "#info-radion"
js = "const b=document.getElementById('info-radion').parentElement;if(!b.hasAttribute('open')) b.setAttribute('open', true); this.style.display='none'"
15 changes: 5 additions & 10 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,18 @@
<meta property="og:image:width" content="1360" />
<meta property="og:image:height" content="765" />


<meta name="theme-color" data-light="#f6f8fa" data-dark="#1d212c" content="#f6f8fa" />

<!-- CSS & JS -->
<link rel="preload stylesheet" as="style" href="https://salif.github.io/zola-themes-collection/main.min.css?h=3c45371e4a605501c79b" />
<style>
:root {
--bg: #f6f8fa;
--bg-dark: #1d212c;
--header: #f6f8fa;
--header-dark: #1d212c;
}
:root {
color-scheme: light;
}
:root.dark {
color-scheme: dark;
--bg: #f6f8fa; --bg-dark: #1d212c;
--header: #f6f8fa; --header-dark: #1d212c;
}
:root {color-scheme: light;}
:root.dark {color-scheme: dark;}
</style>
<script src="https://salif.github.io/zola-themes-collection/js/linkita.js?h=0c9fc67b8af857bd6bd1"></script>

Expand Down
Loading

0 comments on commit db978e9

Please sign in to comment.