@@ -1316,6 +1316,77 @@ theme = "halcyon"
13161316 url = " #info-halcyon"
13171317 js = " document.getElementById('info-halcyon').parentElement.setAttribute('open', true); this.style.display='none';"
13181318
1319+ [[project ]]
1320+ theme = " austere"
1321+ name = " austere"
1322+ desc = " A minimal theme for Zola with a focus on writing."
1323+ tags = [
1324+ " dark" ,
1325+ " blog" ,
1326+ " minimal" ,
1327+ " personal" ,
1328+ " responsive" ,
1329+ " seo" ,
1330+ " writing"
1331+ ]
1332+ details = """
1333+ <details style='display: inline-block;'><summary class='not-prose' style='list-style-type: none; display: none;'></summary>
1334+
1335+ ### Info{#info-austere}
1336+ - **Author**: [tomwrw](https://www.tomwrw.com)
1337+ - **License**: MIT
1338+ - **Homepage**: <https://github.com/tomwrw/austere-theme-zola>
1339+ - **Min Zola version**: 0.17.0
1340+
1341+ ### Installation{#install-austere}
1342+ Some themes require additional configuration before they can work properly.
1343+ Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.
1344+
1345+ 0. Create a new Zola site: `zola init` and initialize a Git repository: `git init`
1346+ 1. Download the theme
1347+ - Option A: Add the theme as a git submodule:
1348+ ```sh
1349+ git submodule add https://github.com/tomwrw/austere-theme-zola.git themes/austere
1350+ ```
1351+ - Option B: Clone the theme into your themes directory:
1352+ ```sh
1353+ git clone https://github.com/tomwrw/austere-theme-zola.git themes/austere
1354+ ```
1355+ 2. Enable the theme in your `config.toml`
1356+ ```toml
1357+ theme = "austere"
1358+ ```
1359+
1360+ </details>"""
1361+
1362+ [[project .screenshots ]]
1363+ src = " ./screenshots/light-austere.webp"
1364+ type = " image/webp"
1365+ width = " 1360"
1366+ height = " 765"
1367+ alt = " Light mode screenshot of austere Zola theme demo website"
1368+
1369+ [[project .screenshots ]]
1370+ src = " ./screenshots/dark-austere.webp"
1371+ type = " image/webp"
1372+ width = " 1360"
1373+ height = " 765"
1374+ alt = " Dark mode screenshot of austere Zola theme demo website"
1375+
1376+ [[project .links ]]
1377+ name = " Live Preview"
1378+ url = " ./demo/austere/"
1379+
1380+ [[project .links ]]
1381+ name = " Repository"
1382+ url = " https://github.com/tomwrw/austere-theme-zola"
1383+
1384+ [[project .links ]]
1385+ name = " Info"
1386+ newtab = false
1387+ url = " #info-austere"
1388+ js = " document.getElementById('info-austere').parentElement.setAttribute('open', true); this.style.display='none';"
1389+
13191390[[project ]]
13201391theme = " kita"
13211392name = " Kita"
@@ -2526,6 +2597,121 @@ theme = "kodama-theme"
25262597 url = " #info-kodama-theme"
25272598 js = " document.getElementById('info-kodama-theme').parentElement.setAttribute('open', true); this.style.display='none';"
25282599
2600+ [[project ]]
2601+ theme = " zola-sveltia-source"
2602+ name = " Zola Sveltia Source"
2603+ desc = " Zola Sveltia Source is a Zola SSG project that uses Sveltia as its CMS and a ported version of the default Ghost CMS theme adapted for Zola & Sveltia."
2604+ tags = [ " Ghost" , " News" , " CMS" ]
2605+ details = """
2606+ <details style='display: inline-block;'><summary class='not-prose' style='list-style-type: none; display: none;'></summary>
2607+
2608+ ### Info{#info-zola-sveltia-source}
2609+ - **Author**: [Husen](https://github.com/husenunicorn)
2610+ - **License**: WTFPL
2611+ - **Homepage**: <https://github.com/unicornfantasian/zola-sveltia-source>
2612+ - **Main Live Preview**: <https://zola-sveltia-source.fantasian.workers.dev/>
2613+ - **Min Zola version**: 0.21.0
2614+ - **Original**: <https://github.com/TryGhost/Source>
2615+
2616+ ### Installation{#install-zola-sveltia-source}
2617+ Some themes require additional configuration before they can work properly.
2618+ Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.
2619+
2620+ 0. Create a new Zola site: `zola init` and initialize a Git repository: `git init`
2621+ 1. Download the theme
2622+ - Option A: Add the theme as a git submodule:
2623+ ```sh
2624+ git submodule add https://github.com/unicornfantasian/zola-sveltia-source.git themes/zola-sveltia-source
2625+ ```
2626+ - Option B: Clone the theme into your themes directory:
2627+ ```sh
2628+ git clone https://github.com/unicornfantasian/zola-sveltia-source.git themes/zola-sveltia-source
2629+ ```
2630+ 2. Enable the theme in your `config.toml`
2631+ ```toml
2632+ theme = "zola-sveltia-source"
2633+ ```
2634+
2635+ </details>"""
2636+
2637+ [[project .screenshots ]]
2638+ src = " ./screenshots/light-zola-sveltia-source.webp"
2639+ type = " image/webp"
2640+ width = " 1360"
2641+ height = " 765"
2642+ alt = " Light mode screenshot of Zola Sveltia Source Zola theme demo website"
2643+
2644+ [[project .links ]]
2645+ name = " Live Preview"
2646+ url = " ./demo/zola-sveltia-source/"
2647+
2648+ [[project .links ]]
2649+ name = " Repository"
2650+ url = " https://github.com/unicornfantasian/zola-sveltia-source"
2651+
2652+ [[project .links ]]
2653+ name = " Info"
2654+ newtab = false
2655+ url = " #info-zola-sveltia-source"
2656+ js = " document.getElementById('info-zola-sveltia-source').parentElement.setAttribute('open', true); this.style.display='none';"
2657+
2658+ [[project ]]
2659+ theme = " zola_easydocs_theme"
2660+ name = " EasyDocs"
2661+ desc = " An easy way to create docs for your project"
2662+ tags = [ ]
2663+ details = """
2664+ <details style='display: inline-block;'><summary class='not-prose' style='list-style-type: none; display: none;'></summary>
2665+
2666+ ### Info{#info-zola_easydocs_theme}
2667+ - **Author**: [Roman Soldatenkov](https://codeandmedia.com)
2668+ - **License**: MIT
2669+ - **Homepage**: <https://github.com/codeandmedia/zola_easydocs_theme>
2670+ - **Main Live Preview**: <https://easydocs.codeandmedia.com>
2671+ - **Min Zola version**: 0.21.0
2672+
2673+ ### Installation{#install-zola_easydocs_theme}
2674+ Some themes require additional configuration before they can work properly.
2675+ Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.
2676+
2677+ 0. Create a new Zola site: `zola init` and initialize a Git repository: `git init`
2678+ 1. Download the theme
2679+ - Option A: Add the theme as a git submodule:
2680+ ```sh
2681+ git submodule add https://github.com/codeandmedia/zola_easydocs_theme.git themes/zola_easydocs_theme
2682+ ```
2683+ - Option B: Clone the theme into your themes directory:
2684+ ```sh
2685+ git clone https://github.com/codeandmedia/zola_easydocs_theme.git themes/zola_easydocs_theme
2686+ ```
2687+ 2. Enable the theme in your `config.toml`
2688+ ```toml
2689+ theme = "zola_easydocs_theme"
2690+ ```
2691+
2692+ </details>"""
2693+
2694+ [[project .screenshots ]]
2695+ src = " ./screenshots/light-zola_easydocs_theme.webp"
2696+ type = " image/webp"
2697+ width = " 1360"
2698+ height = " 765"
2699+ alt = " Light mode screenshot of EasyDocs Zola theme demo website"
2700+
2701+ [[project .links ]]
2702+ name = " Live Preview"
2703+ url = " ./demo/zola_easydocs_theme/"
2704+
2705+ [[project .links ]]
2706+ name = " Repository"
2707+ url = " https://github.com/codeandmedia/zola_easydocs_theme"
2708+
2709+ [[project .links ]]
2710+ name = " Info"
2711+ newtab = false
2712+ url = " #info-zola_easydocs_theme"
2713+ js = " document.getElementById('info-zola_easydocs_theme').parentElement.setAttribute('open', true); this.style.display='none';"
2714+
25292715[[project ]]
25302716theme = " noobping"
25312717name = " noobping"
@@ -3638,71 +3824,6 @@ theme = "photography"
36383824 url = " #info-photography"
36393825 js = " document.getElementById('info-photography').parentElement.setAttribute('open', true); this.style.display='none';"
36403826
3641- [[project ]]
3642- theme = " trankwilo"
3643- name = " Trankwilo"
3644- desc = " A simplicity and clean documentation theme"
3645- tags = [ " documentation" , " Multilingual" , " Responsive" , " minimal" ]
3646- details = """
3647- <details style='display: inline-block;'><summary class='not-prose' style='list-style-type: none; display: none;'></summary>
3648-
3649- ### Info{#info-trankwilo}
3650- - **Author**: [Salif Mehmed](https://salif.eu)
3651- - **License**: MIT
3652- - **Homepage**: <https://codeberg.org/salif/trankwilo>
3653- - **Main Live Preview**: <https://salif.github.io/zola-themes-collection/demo/trankwilo/>
3654- - **Min Zola version**: 0.17.0
3655- - **Original**: <https://github.com/hahwul/goyo>
3656-
3657- ### Installation{#install-trankwilo}
3658- Some themes require additional configuration before they can work properly.
3659- Be sure to follow the instructions found on your chosen theme's documentation to properly configure the theme.
3660-
3661- 0. Create a new Zola site: `zola init` and initialize a Git repository: `git init`
3662- 1. Download the theme
3663- - Option A: Add the theme as a git submodule:
3664- ```sh
3665- git submodule add https://codeberg.org/salif/trankwilo.git themes/trankwilo
3666- ```
3667- - Option B: Clone the theme into your themes directory:
3668- ```sh
3669- git clone https://codeberg.org/salif/trankwilo.git themes/trankwilo
3670- ```
3671- 2. Enable the theme in your `config.toml`
3672- ```toml
3673- theme = "trankwilo"
3674- ```
3675-
3676- </details>"""
3677-
3678- [[project .screenshots ]]
3679- src = " ./screenshots/light-trankwilo.webp"
3680- type = " image/webp"
3681- width = " 1360"
3682- height = " 765"
3683- alt = " Light mode screenshot of Trankwilo Zola theme demo website"
3684-
3685- [[project .screenshots ]]
3686- src = " ./screenshots/dark-trankwilo.webp"
3687- type = " image/webp"
3688- width = " 1360"
3689- height = " 765"
3690- alt = " Dark mode screenshot of Trankwilo Zola theme demo website"
3691-
3692- [[project .links ]]
3693- name = " Live Preview"
3694- url = " ./demo/trankwilo/"
3695-
3696- [[project .links ]]
3697- name = " Repository"
3698- url = " https://codeberg.org/salif/trankwilo"
3699-
3700- [[project .links ]]
3701- name = " Info"
3702- newtab = false
3703- url = " #info-trankwilo"
3704- js = " document.getElementById('info-trankwilo').parentElement.setAttribute('open', true); this.style.display='none';"
3705-
37063827[[project ]]
37073828theme = " xuan"
37083829name = " xuan"
@@ -4134,7 +4255,7 @@ details = """
41344255### Info{#info-persona}
41354256- **Author**: [Chang, Heng-Sheng](https://hanson-hschang.github.io/)
41364257- **License**: MIT
4137- - **Homepage**: <https://hanson-hschang.github.io/persona-zola-theme >
4258+ - **Homepage**: <https://hanson-hschang.github.io/Persona-Zola-Theme >
41384259- **Min Zola version**: 0.20.0
41394260- **Original**: <https://bootstrapmade.com/free-html-bootstrap-template-my-resume/>
41404261
0 commit comments