@@ -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 ]]
18571905theme = " zola-futu"
18581906name = " 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
310231501. 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```
311131592. 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 ]]
33813487theme = " persona"
33823488name = " Persona"
0 commit comments