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 8, 2025
2 parents 2f9dfa4 + ce468e2 commit fcbd358
Show file tree
Hide file tree
Showing 299 changed files with 4,828 additions and 1,044 deletions.
12 changes: 6 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,15 @@
[submodule "themes/papermod"]
path = themes/papermod
url = https://github.com/cydave/zola-theme-papermod.git
[submodule "themes/cela"]
path = themes/cela
url = https://github.com/edwardzcn-decade/cela.git
[submodule "themes/mabuya"]
path = themes/mabuya
url = https://github.com/semanticdata/mabuya.git
[submodule "themes/abridge"]
path = themes/abridge
url = https://github.com/jieiku/abridge.git
[submodule "themes/hacker"]
path = themes/hacker
url = https://github.com/en9inerd/zola-hacker.git
Expand All @@ -58,9 +64,6 @@
[submodule "themes/terminimal"]
path = themes/terminimal
url = https://github.com/pawroman/zola-theme-terminimal.git
[submodule "themes/abridge"]
path = themes/abridge
url = https://github.com/jieiku/abridge.git
[submodule "themes/zluinav"]
path = themes/zluinav
url = https://github.com/harrymkt/zluinav.git
Expand All @@ -82,6 +85,3 @@
[submodule "themes/silk"]
path = themes/silk
url = https://github.com/DenysVuika/zola-silk.git
[submodule "themes/cela"]
path = themes/cela
url = https://github.com/edwardzcn-decade/cela.git
215 changes: 108 additions & 107 deletions content/home/data.toml
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,59 @@ theme = "papermod"
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 = "cela"
name = "cela"
desc = "A modern, clean Zola theme for personal blogs."
tags = [ ]
details = """
<details style='display: inline-block;'><summary class='not-prose' style='list-style-type: none; display: none;' id='install-cela'></summary>
### Installation{#h-install-cela}
The following instructions are not official so may be incomplete.
They should work for most themes in this collection.
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/edwardzcn-decade/cela.git themes/cela
```
- Option B: Clone the theme into your themes directory:
```sh
git clone https://github.com/edwardzcn-decade/cela.git themes/cela
```
2. Set theme in your `config.toml`
```toml
theme = "cela"
```
</details><details style='display: inline-block;'><summary class='not-prose' style='list-style-type: none; display: none;' id='info-cela'></summary>
### Info{#h-info-cela}
- **License**: MIT
- **Homepage**: <https://github.com/edwardzcn-decade/cela>
- **Min version**: 0.19.0
</details>"""

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

[[project.links]]
name = "Repository"
url = "https://github.com/edwardzcn-decade/cela"

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

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

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

[[project]]
theme = "abridge"
name = "abridge"
desc = "A fast and lightweight Zola theme using semantic html, a class-light abridge.css, and No mandatory JS."
tags = [ ]
details = """
<details style='display: inline-block;'><summary class='not-prose' style='list-style-type: none; display: none;' id='install-abridge'></summary>
### Installation{#h-install-abridge}
The following instructions are not official so may be incomplete.
They should work for most themes in this collection.
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/jieiku/abridge.git themes/abridge
```
- Option B: Clone the theme into your themes directory:
```sh
git clone https://github.com/jieiku/abridge.git themes/abridge
```
2. Set theme in your `config.toml`
```toml
theme = "abridge"
```
</details><details style='display: inline-block;'><summary class='not-prose' style='list-style-type: none; display: none;' id='info-abridge'></summary>
### Info{#h-info-abridge}
- **Author**: [Jake G (jieiku)](https://github.com/jieiku/)
- **License**: MIT
- **Homepage**: <https://github.com/jieiku/abridge>
- **Offic. Live Demo**: <https://abridge.pages.dev/>
- **Min version**: 0.19.1
</details>"""

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

[[project.links]]
name = "Repository"
url = "https://github.com/jieiku/abridge"

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

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

[[project]]
theme = "hacker"
name = "zola-hacker"
Expand Down Expand Up @@ -1051,61 +1159,6 @@ theme = "terminimal"
url = "#info-terminimal"
js = "const b=document.getElementById('info-terminimal').parentElement;if(!b.hasAttribute('open')) b.setAttribute('open', true); this.style.display='none'"

[[project]]
theme = "abridge"
name = "abridge"
desc = "A fast and lightweight Zola theme using semantic html, a class-light abridge.css, and No mandatory JS."
tags = [ ]
details = """
<details style='display: inline-block;'><summary class='not-prose' style='list-style-type: none; display: none;' id='install-abridge'></summary>
### Installation{#h-install-abridge}
The following instructions are not official so may be incomplete.
They should work for most themes in this collection.
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/jieiku/abridge.git themes/abridge
```
- Option B: Clone the theme into your themes directory:
```sh
git clone https://github.com/jieiku/abridge.git themes/abridge
```
2. Set theme in your `config.toml`
```toml
theme = "abridge"
```
</details><details style='display: inline-block;'><summary class='not-prose' style='list-style-type: none; display: none;' id='info-abridge'></summary>
### Info{#h-info-abridge}
- **Author**: [Jake G (jieiku)](https://github.com/jieiku/)
- **License**: MIT
- **Homepage**: <https://github.com/jieiku/abridge>
- **Offic. Live Demo**: <https://abridge.pages.dev/>
- **Min version**: 0.19.1
</details>"""

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

[[project.links]]
name = "Repository"
url = "https://github.com/jieiku/abridge"

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

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

[[project]]
theme = "zluinav"
name = "UI Navigation"
Expand Down Expand Up @@ -1488,55 +1541,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 = "cela"
name = "cela"
desc = ""
tags = [ ]
details = """
<details style='display: inline-block;'><summary class='not-prose' style='list-style-type: none; display: none;' id='install-cela'></summary>
### Installation{#h-install-cela}
The following instructions are not official so may be incomplete.
They should work for most themes in this collection.
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/edwardzcn-decade/cela.git themes/cela
```
- Option B: Clone the theme into your themes directory:
```sh
git clone https://github.com/edwardzcn-decade/cela.git themes/cela
```
2. Set theme in your `config.toml`
```toml
theme = "cela"
```
</details><details style='display: inline-block;'><summary class='not-prose' style='list-style-type: none; display: none;' id='info-cela'></summary>
### Info{#h-info-cela}
- **License**: undefined
- **Homepage**: <https://github.com/edwardzcn-decade/cela>
</details>"""

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

[[project.links]]
name = "Repository"
url = "https://github.com/edwardzcn-decade/cela"

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

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

0 comments on commit fcbd358

Please sign in to comment.