Skip to content

Commit 773f148

Browse files
committed
Merge branch 'main' into gh-pages
2 parents 25faa49 + 825d525 commit 773f148

492 files changed

Lines changed: 2993 additions & 945 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: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
path = themes/terminus
4242
url = https://github.com/ebkalderon/terminus.git
4343
ignore = dirty
44-
color = both
44+
color = dark
4545
[submodule "themes/hacker"]
4646
path = themes/hacker
4747
url = https://github.com/en9inerd/zola-hacker.git
@@ -152,6 +152,11 @@
152152
url = https://github.com/jskaza/peritus.git
153153
ignore = dirty
154154
color = light
155+
[submodule "themes/sidney-professional-resume"]
156+
path = themes/sidney-professional-resume
157+
url = https://git.sr.ht/~xyhhx/zola-theme-sidney-professional-resume
158+
ignore = dirty
159+
color = light
155160
[submodule "themes/zola-futu"]
156161
path = themes/zola-futu
157162
url = https://github.com/inhzus/zola-futu.git
@@ -254,7 +259,7 @@
254259
color = both
255260
[submodule "themes/photography"]
256261
path = themes/photography
257-
url = https://github.com/arbs09/photography-theme.git
262+
url = https://codeberg.org/arbs09/photography-theme.git
258263
ignore = dirty
259264
color = dark
260265
[submodule "themes/duckling"]
@@ -277,6 +282,11 @@
277282
url = https://github.com/Myxogastria0808/coast.git
278283
ignore = dirty
279284
color = light
285+
[submodule "themes/hallo"]
286+
path = themes/hallo
287+
url = https://codeberg.org/janbaudisch/zola-hallo.git
288+
ignore = dirty
289+
color = light
280290
[submodule "themes/persona"]
281291
path = themes/persona
282292
url = https://github.com/hanson-hschang/persona-zola-theme.git

content/themes.toml

Lines changed: 117 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -477,13 +477,6 @@ theme = "terminus"
477477
478478
</details>"""
479479

480-
[[project.screenshots]]
481-
src = "./screenshots/light-terminus.webp"
482-
type = "image/webp"
483-
width = "1360"
484-
height = "765"
485-
alt = "Light mode screenshot of terminus Zola theme demo website"
486-
487480
[[project.screenshots]]
488481
src = "./screenshots/dark-terminus.webp"
489482
type = "image/webp"
@@ -1853,6 +1846,61 @@ theme = "peritus"
18531846
url = "#info-peritus"
18541847
js = "document.getElementById('info-peritus').parentElement.setAttribute('open', true); this.style.display='none';"
18551848

1849+
[[project]]
1850+
theme = "sidney-professional-resume"
1851+
name = "Sidney Professional"
1852+
desc = "Minimalist, clean, and professional"
1853+
tags = [ "resume", "standard-resume", "professional" ]
1854+
details = """
1855+
<details style='display: inline-block;'><summary class='not-prose' style='list-style-type: none; display: none;'></summary>
1856+
1857+
### Info{#info-sidney-professional-resume}
1858+
- **License**: HL3-FULL
1859+
- **Homepage**: <https://git.sr.ht/~xyhhx/zola-theme-sidney-professional-resume>
1860+
- **Min Zola version**: 0.4.0
1861+
1862+
### Installation{#install-sidney-professional-resume}
1863+
Some themes require additional configuration before they can work properly.
1864+
Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.
1865+
1866+
0. Create a new Zola site: `zola init` and initialize a Git repository: `git init`
1867+
1. Download the theme
1868+
- Option A: Add the theme as a git submodule:
1869+
```sh
1870+
git submodule add https://git.sr.ht/~xyhhx/zola-theme-sidney-professional-resume themes/sidney-professional-resume
1871+
```
1872+
- Option B: Clone the theme into your themes directory:
1873+
```sh
1874+
git clone https://git.sr.ht/~xyhhx/zola-theme-sidney-professional-resume themes/sidney-professional-resume
1875+
```
1876+
2. Enable the theme in your `config.toml`
1877+
```toml
1878+
theme = "sidney-professional-resume"
1879+
```
1880+
1881+
</details>"""
1882+
1883+
[[project.screenshots]]
1884+
src = "./screenshots/light-sidney-professional-resume.webp"
1885+
type = "image/webp"
1886+
width = "1360"
1887+
height = "765"
1888+
alt = "Light mode screenshot of Sidney Professional Zola theme demo website"
1889+
1890+
[[project.links]]
1891+
name = "Live Preview"
1892+
url = "./demo/sidney-professional-resume/"
1893+
1894+
[[project.links]]
1895+
name = "Repository"
1896+
url = "https://git.sr.ht/~xyhhx/zola-theme-sidney-professional-resume"
1897+
1898+
[[project.links]]
1899+
name = "Info"
1900+
newtab = false
1901+
url = "#info-sidney-professional-resume"
1902+
js = "document.getElementById('info-sidney-professional-resume').parentElement.setAttribute('open', true); this.style.display='none';"
1903+
18561904
[[project]]
18571905
theme = "zola-futu"
18581906
name = "futu"
@@ -3091,7 +3139,7 @@ details = """
30913139
### Info{#info-photography}
30923140
- **Author**: [arbs09](https://arbs09.dev)
30933141
- **License**: MIT
3094-
- **Homepage**: <https://github.com/arbs09/photography-theme>
3142+
- **Homepage**: <https://arbs09.dev/projects/photography-theme/>
30953143
- **Min Zola version**: 0.19.2
30963144
30973145
### Installation{#install-photography}
@@ -3102,11 +3150,11 @@ Be sure to follow the instructions found on your chosen theme's documentation to
31023150
1. Download the theme
31033151
- Option A: Add the theme as a git submodule:
31043152
```sh
3105-
git submodule add https://github.com/arbs09/photography-theme.git themes/photography
3153+
git submodule add https://codeberg.org/arbs09/photography-theme.git themes/photography
31063154
```
31073155
- Option B: Clone the theme into your themes directory:
31083156
```sh
3109-
git clone https://github.com/arbs09/photography-theme.git themes/photography
3157+
git clone https://codeberg.org/arbs09/photography-theme.git themes/photography
31103158
```
31113159
2. Enable the theme in your `config.toml`
31123160
```toml
@@ -3128,7 +3176,7 @@ theme = "photography"
31283176

31293177
[[project.links]]
31303178
name = "Repository"
3131-
url = "https://github.com/arbs09/photography-theme"
3179+
url = "https://codeberg.org/arbs09/photography-theme"
31323180

31333181
[[project.links]]
31343182
name = "Info"
@@ -3377,6 +3425,64 @@ theme = "coast"
33773425
url = "#info-coast"
33783426
js = "document.getElementById('info-coast').parentElement.setAttribute('open', true); this.style.display='none';"
33793427

3428+
[[project]]
3429+
theme = "hallo"
3430+
name = "hallo"
3431+
desc = "A single-page theme to introduce yourself."
3432+
tags = [ ]
3433+
details = """
3434+
<details style='display: inline-block;'><summary class='not-prose' style='list-style-type: none; display: none;'></summary>
3435+
3436+
### Info{#info-hallo}
3437+
- **Author**: [Jan Baudisch](https://janbaudisch.dev)
3438+
- **License**: MIT
3439+
- **Homepage**: <https://codeberg.org/janbaudisch/zola-hallo>
3440+
- **Main Live Preview**: <https://zola-hallo.janbaudisch.dev>
3441+
- **Min Zola version**: 0.4.0
3442+
- **Original**: <https://github.com/EmielH/hallo-hugo>
3443+
3444+
### Installation{#install-hallo}
3445+
Some themes require additional configuration before they can work properly.
3446+
Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.
3447+
3448+
0. Create a new Zola site: `zola init` and initialize a Git repository: `git init`
3449+
1. Download the theme
3450+
- Option A: Add the theme as a git submodule:
3451+
```sh
3452+
git submodule add https://codeberg.org/janbaudisch/zola-hallo.git themes/hallo
3453+
```
3454+
- Option B: Clone the theme into your themes directory:
3455+
```sh
3456+
git clone https://codeberg.org/janbaudisch/zola-hallo.git themes/hallo
3457+
```
3458+
2. Enable the theme in your `config.toml`
3459+
```toml
3460+
theme = "hallo"
3461+
```
3462+
3463+
</details>"""
3464+
3465+
[[project.screenshots]]
3466+
src = "./screenshots/light-hallo.webp"
3467+
type = "image/webp"
3468+
width = "1360"
3469+
height = "765"
3470+
alt = "Light mode screenshot of hallo Zola theme demo website"
3471+
3472+
[[project.links]]
3473+
name = "Live Preview"
3474+
url = "./demo/hallo/"
3475+
3476+
[[project.links]]
3477+
name = "Repository"
3478+
url = "https://codeberg.org/janbaudisch/zola-hallo"
3479+
3480+
[[project.links]]
3481+
name = "Info"
3482+
newtab = false
3483+
url = "#info-hallo"
3484+
js = "document.getElementById('info-hallo').parentElement.setAttribute('open', true); this.style.display='none';"
3485+
33803486
[[project]]
33813487
theme = "persona"
33823488
name = "Persona"

docs/demo/abridge/404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ <h1>404 :(</h1>
6565

6666

6767

68-
<p>Page introuvable, peut-être déplacée ou non dans cette langue. Essayez de rechercher ou <a href="https:&#x2F;&#x2F;salif.github.io&#x2F;zola-themes-collection&#x2F;demo&#x2F;abridge&#x2F;/fr/">allez à la page d'accueil</a>.</p>
69-
7068
<p>Página não encontrada, talvez tenha sido movida ou não esteja neste idioma. Tente pesquisar ou <a href="https:&#x2F;&#x2F;salif.github.io&#x2F;zola-themes-collection&#x2F;demo&#x2F;abridge&#x2F;/pt/">ir para a página inicial</a>.</p>
7169

70+
<p>Page introuvable, peut-être déplacée ou non dans cette langue. Essayez de rechercher ou <a href="https:&#x2F;&#x2F;salif.github.io&#x2F;zola-themes-collection&#x2F;demo&#x2F;abridge&#x2F;/fr/">allez à la page d'accueil</a>.</p>
71+
7272
<p>Página no encontrada, tal vez movida o no en este idioma. Intente buscar o <a href="https:&#x2F;&#x2F;salif.github.io&#x2F;zola-themes-collection&#x2F;demo&#x2F;abridge&#x2F;/es/">ir a la página de inicio</a>.</p>
7373
</div>
7474
</main>

docs/demo/abridge/about/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<ul><li><a class="s110" href="https://salif.github.io/zola-themes-collection/demo/abridge/archive/"> Posts </a></li><li><a class="s110" href="https://salif.github.io/zola-themes-collection/demo/abridge/tags/"> Tags </a></li>
6161
<li><div class="dropdown"><i class="svgs world" type="reset"></i>
6262
<div class="dropdown-content">
63-
<span>English</span><a href="https://salif.github.io/zola-themes-collection/demo/abridge//frabout/">Français</a><a href="https://salif.github.io/zola-themes-collection/demo/abridge//esabout/">Español</a><a href="https://salif.github.io/zola-themes-collection/demo/abridge//ptabout/">Português</a></div>
63+
<span>English</span><a href="https://salif.github.io/zola-themes-collection/demo/abridge//ptabout/">Português</a><a href="https://salif.github.io/zola-themes-collection/demo/abridge//frabout/">Français</a><a href="https://salif.github.io/zola-themes-collection/demo/abridge//esabout/">Español</a></div>
6464
</div></li><li><i type="reset" id="mode" class="js svgs adjust"></i></ul>
6565
</div>
6666

docs/demo/abridge/blog/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<ul><li><a class="s110" href="https://salif.github.io/zola-themes-collection/demo/abridge/archive/"> Posts </a></li><li><a class="s110" href="https://salif.github.io/zola-themes-collection/demo/abridge/tags/"> Tags </a></li>
6161
<li><div class="dropdown"><i class="svgs world" type="reset"></i>
6262
<div class="dropdown-content">
63-
<span>English</span><a href="https://salif.github.io/zola-themes-collection/demo/abridge//ptblog/">Português</a><a href="https://salif.github.io/zola-themes-collection/demo/abridge//frblog/">Français</a><a href="https://salif.github.io/zola-themes-collection/demo/abridge//esblog/">Español</a></div>
63+
<span>English</span><a href="https://salif.github.io/zola-themes-collection/demo/abridge//esblog/">Español</a><a href="https://salif.github.io/zola-themes-collection/demo/abridge//ptblog/">Português</a><a href="https://salif.github.io/zola-themes-collection/demo/abridge//frblog/">Français</a></div>
6464
</div></li><li><i type="reset" id="mode" class="js svgs adjust"></i></ul>
6565
</div>
6666

docs/demo/abridge/es/blog/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<ul><li><a class="s110" href="https://salif.github.io/zola-themes-collection/demo/abridge/es/archive/"> Publicaciones </a></li><li><a class="s110" href="https://salif.github.io/zola-themes-collection/demo/abridge/es/tags/"> Etiquetas </a></li>
6363
<li><div class="dropdown"><i class="svgs world" type="reset"></i>
6464
<div class="dropdown-content">
65-
<span>Español</span><a href="https://salif.github.io/zola-themes-collection/demo/abridge/pt/blog/">Português</a><a href="https://salif.github.io/zola-themes-collection/demo/abridge/blog/">English</a><a href="https://salif.github.io/zola-themes-collection/demo/abridge/fr/blog/">Français</a></div>
65+
<span>Español</span><a href="https://salif.github.io/zola-themes-collection/demo/abridge/blog/">English</a><a href="https://salif.github.io/zola-themes-collection/demo/abridge/fr/blog/">Français</a><a href="https://salif.github.io/zola-themes-collection/demo/abridge/pt/blog/">Português</a></div>
6666
</div></li><li><i type="reset" id="mode" class="js svgs adjust"></i></ul>
6767
</div>
6868

docs/demo/abridge/es/contact/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<ul><li><a class="s110" href="https://salif.github.io/zola-themes-collection/demo/abridge/es/archive/"> Publicaciones </a></li><li><a class="s110" href="https://salif.github.io/zola-themes-collection/demo/abridge/es/tags/"> Etiquetas </a></li>
6363
<li><div class="dropdown"><i class="svgs world" type="reset"></i>
6464
<div class="dropdown-content">
65-
<span>Español</span><a href="https://salif.github.io/zola-themes-collection/demo/abridge/fr/contact/">Français</a><a href="https://salif.github.io/zola-themes-collection/demo/abridge/contact/">English</a><a href="https://salif.github.io/zola-themes-collection/demo/abridge/pt/contact/">Português</a></div>
65+
<span>Español</span><a href="https://salif.github.io/zola-themes-collection/demo/abridge/pt/contact/">Português</a><a href="https://salif.github.io/zola-themes-collection/demo/abridge/fr/contact/">Français</a><a href="https://salif.github.io/zola-themes-collection/demo/abridge/contact/">English</a></div>
6666
</div></li><li><i type="reset" id="mode" class="js svgs adjust"></i></ul>
6767
</div>
6868

docs/demo/abridge/es/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<ul><li><a class="s110" href="https://salif.github.io/zola-themes-collection/demo/abridge/es/archive/"> Publicaciones </a></li><li><a class="s110" href="https://salif.github.io/zola-themes-collection/demo/abridge/es/tags/"> Etiquetas </a></li>
6363
<li><div class="dropdown"><i class="svgs world" type="reset"></i>
6464
<div class="dropdown-content">
65-
<span>Español</span><a href="https://salif.github.io/zola-themes-collection/demo/abridge/pt/">Português</a><a href="https://salif.github.io/zola-themes-collection/demo/abridge/">English</a><a href="https://salif.github.io/zola-themes-collection/demo/abridge/fr/">Français</a></div>
65+
<span>Español</span><a href="https://salif.github.io/zola-themes-collection/demo/abridge/pt/">Português</a><a href="https://salif.github.io/zola-themes-collection/demo/abridge/fr/">Français</a><a href="https://salif.github.io/zola-themes-collection/demo/abridge/">English</a></div>
6666
</div></li><li><i type="reset" id="mode" class="js svgs adjust"></i></ul>
6767
</div>
6868

docs/demo/abridge/es/offline/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<ul><li><a class="s110" href="https://salif.github.io/zola-themes-collection/demo/abridge/es/archive/"> Publicaciones </a></li><li><a class="s110" href="https://salif.github.io/zola-themes-collection/demo/abridge/es/tags/"> Etiquetas </a></li>
6363
<li><div class="dropdown"><i class="svgs world" type="reset"></i>
6464
<div class="dropdown-content">
65-
<span>Español</span><a href="https://salif.github.io/zola-themes-collection/demo/abridge/fr/offline/">Français</a><a href="https://salif.github.io/zola-themes-collection/demo/abridge/pt/offline/">Português</a><a href="https://salif.github.io/zola-themes-collection/demo/abridge/offline/">English</a></div>
65+
<span>Español</span><a href="https://salif.github.io/zola-themes-collection/demo/abridge/offline/">English</a><a href="https://salif.github.io/zola-themes-collection/demo/abridge/pt/offline/">Português</a><a href="https://salif.github.io/zola-themes-collection/demo/abridge/fr/offline/">Français</a></div>
6666
</div></li><li><i type="reset" id="mode" class="js svgs adjust"></i></ul>
6767
</div>
6868

docs/demo/abridge/es/overview-abridge/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<ul><li><a class="s110" href="https://salif.github.io/zola-themes-collection/demo/abridge/es/archive/"> Publicaciones </a></li><li><a class="s110" href="https://salif.github.io/zola-themes-collection/demo/abridge/es/tags/"> Etiquetas </a></li>
6363
<li><div class="dropdown"><i class="svgs world" type="reset"></i>
6464
<div class="dropdown-content">
65-
<span>Español</span><a href="https://salif.github.io/zola-themes-collection/demo/abridge/pt/overview-abridge/">Português</a><a href="https://salif.github.io/zola-themes-collection/demo/abridge/overview-abridge/">English</a><a href="https://salif.github.io/zola-themes-collection/demo/abridge/fr/overview-abridge/">Français</a></div>
65+
<span>Español</span><a href="https://salif.github.io/zola-themes-collection/demo/abridge/overview-abridge/">English</a><a href="https://salif.github.io/zola-themes-collection/demo/abridge/fr/overview-abridge/">Français</a><a href="https://salif.github.io/zola-themes-collection/demo/abridge/pt/overview-abridge/">Português</a></div>
6666
</div></li><li><i type="reset" id="mode" class="js svgs adjust"></i></ul>
6767
</div>
6868

0 commit comments

Comments
 (0)