diff --git a/docs/content/themes/DeepThought/index.md b/docs/content/themes/DeepThought/index.md index 2b4a1917..cd6ef145 100644 --- a/docs/content/themes/DeepThought/index.md +++ b/docs/content/themes/DeepThought/index.md @@ -3,11 +3,11 @@ title = "DeepThought" description = "A simple blog theme focused on writing powered by Bulma and Zola." template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/RatanShreshtha/DeepThought.git" homepage = "https://github.com/RatanShreshtha/DeepThought" minimum_version = "0.9.0" diff --git a/docs/content/themes/Ergo/index.md b/docs/content/themes/Ergo/index.md index de5d2641..a90233f3 100644 --- a/docs/content/themes/Ergo/index.md +++ b/docs/content/themes/Ergo/index.md @@ -3,11 +3,11 @@ title = "Ergo" description = "A simple blog Theme focused on writing, inspired by svbtle" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/insipx/Ergo.git" homepage = "https://github.com/insipx/Ergo" minimum_version = "0.4.1" diff --git a/docs/content/themes/Zulma/index.md b/docs/content/themes/Zulma/index.md index 1e2c4972..91c9c123 100644 --- a/docs/content/themes/Zulma/index.md +++ b/docs/content/themes/Zulma/index.md @@ -3,11 +3,11 @@ title = "Zulma" description = "A zola theme based off bulma.css" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/Worble/Zulma.git" homepage = "https://github.com/Worble/Zulma" minimum_version = "0.6.0" diff --git a/docs/content/themes/abridge/index.md b/docs/content/themes/abridge/index.md index 867abc98..6756f89b 100644 --- a/docs/content/themes/abridge/index.md +++ b/docs/content/themes/abridge/index.md @@ -3,11 +3,11 @@ title = "abridge" description = "A fast and lightweight Zola theme using semantic html, abridge.css class-light CSS, and No JS." template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/Jieiku/abridge.git" homepage = "https://github.com/jieiku/abridge" minimum_version = "0.14.1" @@ -112,6 +112,19 @@ You can customize your configurations, templates and content for yourself. Look at the `config.toml`, `content` files, and templates files in this repo for an idea. +### Number of Items per page for pagination + +To change the number of items per page edit: `abridge/content/_index.md` and change the value for `paginate_by` + +### Page width + +You can set the overal page width by editing `themes\abridge\sass\_variables.scss` file, and adjusting these two lines: + +```scss +$mw:50% !default;// max-width +$mb:1200px !default;// value at which to switch from fluid layout to using max-width +``` + ### Colors and Styles Colors and style are handled by the sass files of [abridge.css](https://github.com/jieiku/abridge.css) @@ -142,7 +155,7 @@ build_search_index = true ​The search is the only thing that requires javascript in this this theme. -If you set `build_search_index` to false then the javascript files will no longer be loaded. +If you set `build_search_index` to false then the javascript file will no longer be loaded. The default elasticlunr search is currently used, I may eventually switch this out for something else. @@ -228,8 +241,7 @@ If your problem or idea is not addressed yet, [open a new issue](https://github. ## Contributing We'd love your help! Especially with fixes to issues. -The overall idea behind abridge is to be lightweight and fast, and to use zero javascript. -The only place that I may eventually add javascript will be for the site search, but hopefully I can find another way. +The overall idea behind abridge is to be lightweight and fast, and to use zero javascript other than the search. ## License diff --git a/docs/content/themes/abridge/screenshot.png b/docs/content/themes/abridge/screenshot.png index 85916357..0d374653 100644 Binary files a/docs/content/themes/abridge/screenshot.png and b/docs/content/themes/abridge/screenshot.png differ diff --git a/docs/content/themes/adidoks/index.md b/docs/content/themes/adidoks/index.md index cf422262..7f78e31a 100644 --- a/docs/content/themes/adidoks/index.md +++ b/docs/content/themes/adidoks/index.md @@ -3,11 +3,11 @@ title = "adidoks" description = "AdiDoks is a Zola theme helping you build modern documentation." template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/aaranxu/adidoks.git" homepage = "https://github.com/aaranxu/adidoks" minimum_version = "0.13.0" diff --git a/docs/content/themes/after-dark/index.md b/docs/content/themes/after-dark/index.md index cc1a8386..08f2408e 100644 --- a/docs/content/themes/after-dark/index.md +++ b/docs/content/themes/after-dark/index.md @@ -3,11 +3,11 @@ title = "after-dark" description = "A robust, elegant dark theme" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/getzola/after-dark.git" homepage = "https://github.com/getzola/after-dark" minimum_version = "0.11.0" diff --git a/docs/content/themes/anatole-zola/index.md b/docs/content/themes/anatole-zola/index.md index 8b4c96c5..6a7de3a1 100644 --- a/docs/content/themes/anatole-zola/index.md +++ b/docs/content/themes/anatole-zola/index.md @@ -3,11 +3,11 @@ title = "anatole-zola" description = "A port of farbox-theme-Anatole for zola" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/longfangsong/anatole-zola.git" homepage = "https://github.com/longfangsong/anatole-zola" minimum_version = "0.4.0" diff --git a/docs/content/themes/anpu/index.md b/docs/content/themes/anpu/index.md index 2efedf62..6c83f0c2 100644 --- a/docs/content/themes/anpu/index.md +++ b/docs/content/themes/anpu/index.md @@ -3,11 +3,11 @@ title = "Anpu" description = "A port of the Hugo Anubis theme" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/zbrox/anpu-zola-theme.git" homepage = "https://github.com/zbrox/anpu-zola-theme" minimum_version = "0.11.0" diff --git a/docs/content/themes/archie-zola/index.md b/docs/content/themes/archie-zola/index.md new file mode 100644 index 00000000..923f31d1 --- /dev/null +++ b/docs/content/themes/archie-zola/index.md @@ -0,0 +1,161 @@ + ++++ +title = "archie-zola" +description = "A zola theme based on Hugo archie." +template = "theme.html" +date = 2022-05-16T01:14:18-07:00 + +[extra] +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 +repository = "https://github.com/XXXMrG/archie-zola.git" +homepage = "https://github.com/XXXMrG/archie-zola" +minimum_version = "0.14.0" +license = "MIT" +demo = "https://archie-zola.vercel.app/" + +[extra.author] +name = "Keith" +homepage = "https://github.com/XXXMrG" ++++ + +# archie-zola + + +A zola theme forked from https://github.com/athul/archie + +## Demo + + +The Main branch source code hosted on https://archie-zola.vercel.app/ + +### ScreenShot + +![screenshot-light](https://github.com/XXXMrG/archie-zola/blob/main/static/screenshot/screenshot-light.png) + +![screenshot-dark](https://github.com/XXXMrG/archie-zola/blob/main/static/screenshot/screenshot-dark.png) + + +## Installation + + +First download this theme to your themes directory: + +```bash +cd themes +git clone https://github.com/XXXMrG/archie-zola.git +``` + +or add as a git submodule: + +```bash +git submodule add https://github.com/XXXMrG/archie-zola.git themes/archie-zola +``` + +and then enable it in your config.toml: +```toml +theme = "archie-zola" +``` + +## Feature + +* Pagination +* Tags +* Auto Dark Mode(based on system theme) +* Dark/Light Mode toggle + +in the planning stage: + +- [ ] Google Analytics Script +- [ ] Custom CSS & JS +- [ ] Twitter Cards & Youtube video + + +## Config + + +### Theme config + +Cause Zola limited custom config must under the `extra` field, so there are some different with the origin theme: + +Demo website config.toml: + +```toml +# control dark mode: auto | dark | toggle +mode = "toggle" + +# subtitle will show under the title in index page +subtitle = "A zola theme forked from [archie](https://github.com/athul/archie)" + +# if set true, will use external CDN resource to load font and js file +useCDN = false + +favicon = "/icon/favicon.png" + +# show in the footer +copyright = "keith" + + +# config menu path +[[extra.menu]] +name = "Home" +url = "/" +weight = 1 + +[[extra.menu]] +name = "All posts" +url = "/posts" +weight = 2 + +[[extra.menu]] +name = "About" +url = "/about" +weight = 3 + +[[extra.menu]] +name = "Tags" +url = "/tags" +weight = 4 + +# config social icon info in the footer +[[extra.social]] +icon = "github" +name = "GitHub" +url = "https://github.com/XXXMrG/archie-zola" + +[[extra.social]] +icon = "twitter" +name = "Twitter" +url = "https://github.com/your-name/" + +[[extra.social]] +icon = "gitlab" +name = "GitLab" +url = "https://gitlab.com/your-name/" + +``` + +### Content config + +**In content/posts/_index.md. I use Zola config: transparent = true to implement the pagination** + +In Zola, you can use config in the _index.md to control pagination and sort post list: + +```toml +paginate_by = 3 +sort_by = "date" +``` + +## Extension + +Follow this [doc](https://www.getzola.org/documentation/themes/extending-a-theme/) to extend theme. + +## Contributing + +Thank you very much for considering contributing to this project! + +We appreciate any form of contribution: + +* New issues (feature requests, bug reports, questions, ideas, ...) +* Pull requests (documentation improvements, code improvements, new features, ...) + \ No newline at end of file diff --git a/docs/content/themes/archie-zola/screenshot.png b/docs/content/themes/archie-zola/screenshot.png new file mode 100644 index 00000000..32f18757 Binary files /dev/null and b/docs/content/themes/archie-zola/screenshot.png differ diff --git a/docs/content/themes/blow/index.md b/docs/content/themes/blow/index.md index 9f60d6a5..4bb554d6 100644 --- a/docs/content/themes/blow/index.md +++ b/docs/content/themes/blow/index.md @@ -3,11 +3,11 @@ title = "Blow" description = "A Zola theme made with Tailwindcss" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/tchartron/blow.git" homepage = "https://github.com/tchartron/blow" minimum_version = "0.9.0" diff --git a/docs/content/themes/book/index.md b/docs/content/themes/book/index.md index 03d4b6c6..832c8db8 100644 --- a/docs/content/themes/book/index.md +++ b/docs/content/themes/book/index.md @@ -3,11 +3,11 @@ title = "book" description = "A book theme inspired from GitBook/mdBook" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/getzola/book.git" homepage = "https://github.com/getzola/book" minimum_version = "0.5.0" diff --git a/docs/content/themes/clean-blog/index.md b/docs/content/themes/clean-blog/index.md index 9c01e5cf..d07fe8e5 100644 --- a/docs/content/themes/clean-blog/index.md +++ b/docs/content/themes/clean-blog/index.md @@ -3,11 +3,11 @@ title = "Clean Blog" description = "A port of Start Bootstrap Clean Blog for Zola" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/dave-tucker/zola-clean-blog.git" homepage = "https://github.com/dave-tucker/zola-clean-blog" minimum_version = "0.4.0" diff --git a/docs/content/themes/codinfox-zola/index.md b/docs/content/themes/codinfox-zola/index.md index 512e2d40..c36dd1b5 100644 --- a/docs/content/themes/codinfox-zola/index.md +++ b/docs/content/themes/codinfox-zola/index.md @@ -3,11 +3,11 @@ title = "codinfox-zola" description = "Codinfox theme for Zola" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/svavs/codinfox-zola.git" homepage = "https://github.com/svavs/codinfox-zola" minimum_version = "0.11.0" diff --git a/docs/content/themes/d3c3nt/index.md b/docs/content/themes/d3c3nt/index.md index a6376d61..74e08076 100644 --- a/docs/content/themes/d3c3nt/index.md +++ b/docs/content/themes/d3c3nt/index.md @@ -3,11 +3,11 @@ title = "d3c3nt" description = "A simple, clean, and flexible theme for personal sites." template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://git.figbert.com/FIGBERT/d3c3nt.git" homepage = "https://github.com/figbert/d3c3nt" minimum_version = "0.15.0" diff --git a/docs/content/themes/dinkleberg/index.md b/docs/content/themes/dinkleberg/index.md index a99bdfb0..7be4614d 100644 --- a/docs/content/themes/dinkleberg/index.md +++ b/docs/content/themes/dinkleberg/index.md @@ -3,11 +3,11 @@ title = "dinkleberg" description = "The Rust BR theme for Gutenberg" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/rust-br/dinkleberg.git" homepage = "https://github.com/rust-br/dinkleberg" minimum_version = "0.4.0" diff --git a/docs/content/themes/docsascode-theme/index.md b/docs/content/themes/docsascode-theme/index.md index fb7563b7..ce4a0b14 100644 --- a/docs/content/themes/docsascode-theme/index.md +++ b/docs/content/themes/docsascode-theme/index.md @@ -3,11 +3,11 @@ title = "Docsascode_theme" description = "A modern simple Zola's theme related to docs as code methodology" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/codeandmedia/zola_docsascode_theme.git" homepage = "https://github.com/codeandmedia/zola_docsascode_theme" minimum_version = "0.10.0" diff --git a/docs/content/themes/dose/index.md b/docs/content/themes/dose/index.md index afe0b2c0..54c7303a 100644 --- a/docs/content/themes/dose/index.md +++ b/docs/content/themes/dose/index.md @@ -3,11 +3,11 @@ title = "dose" description = "a small blog theme" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/oltdaniel/dose.git" homepage = "https://github.com/oltdaniel/dose" minimum_version = "0.14.0" diff --git a/docs/content/themes/emily/index.md b/docs/content/themes/emily/index.md index 12bcc5a2..38ede92c 100644 --- a/docs/content/themes/emily/index.md +++ b/docs/content/themes/emily/index.md @@ -3,11 +3,11 @@ title = "emily_zola_theme" description = "a KISS theme for Zola" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/kyoheiu/emily_zola_theme.git" homepage = "https://github.com/kyoheiu/emily_zola_theme" minimum_version = "0.14.1" diff --git a/docs/content/themes/even/index.md b/docs/content/themes/even/index.md index 9222fb89..a02324e5 100644 --- a/docs/content/themes/even/index.md +++ b/docs/content/themes/even/index.md @@ -3,11 +3,11 @@ title = "even" description = "A robust, elegant dark theme" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/getzola/even.git" homepage = "https://github.com/getzola/even" minimum_version = "0.11.0" diff --git a/docs/content/themes/feather/index.md b/docs/content/themes/feather/index.md index cf15c47a..4584128a 100644 --- a/docs/content/themes/feather/index.md +++ b/docs/content/themes/feather/index.md @@ -3,11 +3,11 @@ title = "feather" description = "A modern blog theme" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/piedoom/feather.git" homepage = "https://github.com/piedoom/feather" minimum_version = "0.5.1" diff --git a/docs/content/themes/float/index.md b/docs/content/themes/float/index.md index 45ad0b0e..f8504a74 100644 --- a/docs/content/themes/float/index.md +++ b/docs/content/themes/float/index.md @@ -3,11 +3,11 @@ title = "Float" description = "An elegant blog theme" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://gitlab.com/float-theme/float.git" homepage = "https://float-theme.netlify.app/" minimum_version = "0.11.0" diff --git a/docs/content/themes/hallo/index.md b/docs/content/themes/hallo/index.md index 045d3b8a..45f71766 100644 --- a/docs/content/themes/hallo/index.md +++ b/docs/content/themes/hallo/index.md @@ -3,11 +3,11 @@ title = "hallo" description = "A single-page theme to introduce yourself." template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/flyingP0tat0/zola-hallo.git" homepage = "https://github.com/janbaudisch/zola-hallo" minimum_version = "0.4.0" diff --git a/docs/content/themes/hephaestus/index.md b/docs/content/themes/hephaestus/index.md index d4b7698d..77c48eec 100644 --- a/docs/content/themes/hephaestus/index.md +++ b/docs/content/themes/hephaestus/index.md @@ -3,11 +3,11 @@ title = "hephaestus" description = "A portfolio theme" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/BConquest/hephaestus.git" homepage = "https://github.com/BConquest/hephaestus" minimum_version = "0.4.0" diff --git a/docs/content/themes/hermit/index.md b/docs/content/themes/hermit/index.md index 6456b017..b2290d7d 100644 --- a/docs/content/themes/hermit/index.md +++ b/docs/content/themes/hermit/index.md @@ -3,11 +3,11 @@ title = "Hermit_Zola" description = "Minimal Zola theme" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/VersBinarii/hermit_zola.git" homepage = "https://github.com/VersBinarii/hermit_zola" minimum_version = "0.4.0" diff --git a/docs/content/themes/hook/index.md b/docs/content/themes/hook/index.md index 96e79b3a..295d3ebb 100644 --- a/docs/content/themes/hook/index.md +++ b/docs/content/themes/hook/index.md @@ -3,11 +3,11 @@ title = "Hook" description = "Clean and simple personal site/blog theme" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/InputUsername/zola-hook.git" homepage = "https://github.com/InputUsername/zola-hook" minimum_version = "0.15.2" diff --git a/docs/content/themes/hyde/index.md b/docs/content/themes/hyde/index.md index 3d46b69b..8b233dc3 100644 --- a/docs/content/themes/hyde/index.md +++ b/docs/content/themes/hyde/index.md @@ -3,11 +3,11 @@ title = "hyde" description = "A classic blog theme" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/getzola/hyde.git" homepage = "https://github.com/getzola/hyde" minimum_version = "0.11.0" diff --git a/docs/content/themes/juice/index.md b/docs/content/themes/juice/index.md index 138f8b7a..50eac2b6 100644 --- a/docs/content/themes/juice/index.md +++ b/docs/content/themes/juice/index.md @@ -3,11 +3,11 @@ title = "juice" description = "An intuitive, elegant, and lightweight Zola theme for product sites." template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/huhu/juice.git" homepage = "https://github.com/huhu/juice" minimum_version = "0.11.0" diff --git a/docs/content/themes/kangae/index.md b/docs/content/themes/kangae/index.md new file mode 100644 index 00000000..04a95210 --- /dev/null +++ b/docs/content/themes/kangae/index.md @@ -0,0 +1,180 @@ + ++++ +title = "kangae" +description = "a lightweight microblog theme for zola" +template = "theme.html" +date = 2022-05-16T01:14:18-07:00 + +[extra] +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 +repository = "https://github.com/ayushnix/kangae.git" +homepage = "https://github.com/ayushnix/kangae" +minimum_version = "0.15.0" +license = "NCSA" +demo = "" + +[extra.author] +name = "Ayush Agarwal" +homepage = "https://microblog.ayushnix.com" ++++ + +# kangae (考え, idea or thought) + +[kangae][1] is a lightweight microblog theme for [zola][2]. + +
+ kangae screenshots on desktop and mobile + + ![kangae screenshot light mode on desktop](static/images/kangae-desktop-light.webp) + ![kangae screenshot dark mode on desktop](static/images/kangae-desktop-dark.webp) + ![kangae screenshot light mode on mobile](static/images/kangae-mobile-light.webp) + ![kangae screenshot dark mode on mobile](static/images/kangae-mobile-dark.webp) +
+ +I've created kangae from scratch and it is not based on any other theme. However, I was inspired to +create kangae after I came across [Wolfgang Müller's microblog][3]. Thanks Wolf! + +kangae is licensed under the [NCSA license][5], which is quite similar to the BSD-3-Clause license. +Unlike BSD-3-Clause, NCSA also covers documentation of a project. + +# Showcase + +Here's a list of websites using the kangae theme + +- [ayushnix microblog][4] + +If you want to mention your website in this section, please raise a pull request. + +# Installation + +Before using this theme, [install zola][6]. After you've installed zola, + +``` +$ zola init microblog +> What is the URL of your site? (https://example.com): +> Do you want to enable Sass compilation? [Y/n]: +> Do you want to enable syntax highlighting? [y/N]: +> Do you want to build a search index of the content? [y/N]: +$ cd microblog/ +``` + +kangae doesn't use Sass or syntax highlighting so if you don't want to use custom Sass code or +enable syntax highlighting, answer the 2nd and 3rd question with a 'no'. kangae also doesn't use any +JavaScript library to search content. If you don't intend to install a JavaScript library to enable +search on your microblog, answer 'no' to the last question as well. + +If you intend to publish your microblog on a forge like GitHub, initialize an empty git repository +using + +``` +$ git init +$ git commit --allow-empty -m 'initial empty root commit' +``` + +If you don't want to make an empty commit, add and commit a README or a LICENSE file instead. + +At this point, you can install kangae using one of the following methods + +## using `git subtree` + +``` +$ git subtree add -P themes/kangae/ --squash https://github.com/ayushnix/kangae.git master +``` + +## using `git submodule` + +``` +$ git submodule add https://github.com/ayushnix/kangae.git themes/kangae +``` + +## download kangae in themes directory + +If you want to keep things simple and figure out version control later, you can + +``` +$ git clone https://github.com/ayushnix/kangae.git themes/kangae +``` + +# Configuration + +To begin using kangae after installing it, + +``` +$ cp themes/kangae/config.toml ./ +$ sed -i 's;# theme =\(.*\);theme =\1;' config.toml +``` + +The [`config.toml`][7] file of kangae has been documented carefully using TOML comments. If you have +any questions about configuring kangae which haven't been answered in the `config.toml` file itself, +please [raise an issue][8]. + +## Shortcodes + +kangae provides several shortcodes that can be used to add content in an accessible manner + +### kaomoji `(・_・)ノ` + +If you want to use kaomoji in your posts, you can use insert them in an accessbile manner using + +``` +I don't know. {{/* kaomoji(label="shrug kaomoji", text="╮( ˘_˘ )╭") */}} I've never thought about it. +``` + +Providing a value for the `label` is optional but highly recommended. A short text should be +mentioned that explains what the kaomoji means to convey. The value of `text` should be the actual +emoticon itself. + +This shortcode can also be used for any other ASCII emoticon that can fit in an inline paragraph. +This includes western emoticons such as `;)` and combination emoticons such as `<(^_^<)`. + +## Optional Features + +kangae includes some optional features that aren't enabled by default + +- [style external links using a ↗ unicode symbol][11] + +# Donate + +If you found kangae helpful in creating your own microblog website, please consider supporting me by +buying me a coffee :coffee: + +buy ayushnix a coffee at buymeacoffee.com +buy ayusnix a coffee at ko-fi.com + +If you're in India, you can also use UPI for donations. My UPI address is `ayushnix@ybl`. + +# Notes + +I'm not really a web developer and I don't intend to be one either. However, I am interested in +learning HTML and CSS to create lightweight textual websites. You may be interested in reading [my +log about how I learned HTML and CSS][12]. However, this page is just an unorganized dump of my +thoughts and isn't a polished blog post. [Seirdy's blog post on creating textual websites][13] is +probably a better reference. + +# TODO (maybe?) + +- (responsive) image shortcodes +- run prettier on HTML and CSS before deployment +- twitter and mastodon shortcodes +- add optional support for cross posting and commenting on mastodon without using JS +- add optional support for [giscus][9] and [loading mastodon comments][10] +- add shortcode for asciinema +- add shortcode for blockquote and citation +- pagination + +[1]: https://kangae.ayushnix.com/ +[2]: https://www.getzola.org/ +[3]: https://zunzuncito.oriole.systems/ +[4]: https://microblog.ayushnix.com +[5]: LICENSE +[6]: https://www.getzola.org/documentation/getting-started/installation/ +[7]: config.toml +[8]: https://github.com/ayushnix/kangae/issues/new +[9]: https://giscus.app/ +[10]: https://carlschwan.eu/2020/12/29/adding-comments-to-your-static-blog-with-mastodon/ +[11]: https://github.com/ayushnix/kangae/blob/master/static/css/style-external-links.css +[12]: https://wiki.ayushnix.com/frontend/creating-a-website/ +[13]: https://seirdy.one/2020/11/23/website-best-practices.html + + \ No newline at end of file diff --git a/docs/content/themes/kangae/screenshot.png b/docs/content/themes/kangae/screenshot.png new file mode 100644 index 00000000..e8faabaa Binary files /dev/null and b/docs/content/themes/kangae/screenshot.png differ diff --git a/docs/content/themes/karzok/index.md b/docs/content/themes/karzok/index.md index 161c5692..da551754 100644 --- a/docs/content/themes/karzok/index.md +++ b/docs/content/themes/karzok/index.md @@ -3,11 +3,11 @@ title = "karzok" description = "A theme for your documentation. Fast and secure" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/kogeletey/karzok.git" homepage = "https://github.com/kogeletey/karzok" minimum_version = "0.0.14" diff --git a/docs/content/themes/kodama-theme/index.md b/docs/content/themes/kodama-theme/index.md index 0aefddda..75436c26 100644 --- a/docs/content/themes/kodama-theme/index.md +++ b/docs/content/themes/kodama-theme/index.md @@ -3,11 +3,11 @@ title = "kodama" description = "Theme insipired by wowchemy academic." template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/adfaure/kodama-theme.git" homepage = "https://github.com/adfaure/kodama-theme" minimum_version = "0.15" diff --git a/docs/content/themes/lightspeed/index.md b/docs/content/themes/lightspeed/index.md index 953e65e5..28ee4d24 100644 --- a/docs/content/themes/lightspeed/index.md +++ b/docs/content/themes/lightspeed/index.md @@ -3,11 +3,11 @@ title = "lightspeed" description = "Zola theme with a perfect Lighthouse score" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/carpetscheme/lightspeed.git" homepage = "https://github.com/carpetscheme/lightspeed" minimum_version = "0.10.0" diff --git a/docs/content/themes/nasm-theme/index.md b/docs/content/themes/nasm-theme/index.md index 92cc65fe..c59964cc 100644 --- a/docs/content/themes/nasm-theme/index.md +++ b/docs/content/themes/nasm-theme/index.md @@ -3,11 +3,11 @@ title = "nasm-theme" description = "A robust, elegant blue theme" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/lucasnasm/nasm-theme.git" homepage = "https://github.com/lucasnasm/nasm-theme" minimum_version = "0.1.0" diff --git a/docs/content/themes/ntun/index.md b/docs/content/themes/ntun/index.md index 25ccf1e4..703aff00 100644 --- a/docs/content/themes/ntun/index.md +++ b/docs/content/themes/ntun/index.md @@ -3,11 +3,11 @@ title = "ntun-zola-theme" description = "A classic resume theme" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/Netoun/ntun.git" homepage = "https://github.com/netoun/ntun" minimum_version = "0.1.0" diff --git a/docs/content/themes/oceanic-zen/index.md b/docs/content/themes/oceanic-zen/index.md index 33280934..920b7501 100644 --- a/docs/content/themes/oceanic-zen/index.md +++ b/docs/content/themes/oceanic-zen/index.md @@ -3,11 +3,11 @@ title = "Oceanic Zen" description = "Minimalistic blog theme" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/barlog-m/oceanic-zen.git" homepage = "https://github.com/barlog-m/oceanic-zen" minimum_version = "0.12.0" diff --git a/docs/content/themes/papaya/index.md b/docs/content/themes/papaya/index.md index 79372f0e..fecbc51c 100644 --- a/docs/content/themes/papaya/index.md +++ b/docs/content/themes/papaya/index.md @@ -3,11 +3,11 @@ title = "Papaya" description = "A clean Zola theme for blogging and projects" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/justint/papaya.git" homepage = "https://github.com/justint/papaya" minimum_version = "0.14.0" diff --git a/docs/content/themes/particle/index.md b/docs/content/themes/particle/index.md index 2a45de10..d7a6249a 100644 --- a/docs/content/themes/particle/index.md +++ b/docs/content/themes/particle/index.md @@ -3,11 +3,11 @@ title = "particle" description = "Particle theme for Zola" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/svavs/particle-zola.git" homepage = "https://github.com/svavs/particle" minimum_version = "0.11.0" diff --git a/docs/content/themes/resume/index.md b/docs/content/themes/resume/index.md index 7a21764d..0a793c42 100644 --- a/docs/content/themes/resume/index.md +++ b/docs/content/themes/resume/index.md @@ -3,11 +3,11 @@ title = "resume" description = "A resume theme" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/AlongWY/zola-resume.git" homepage = "https://github.com/alongwy/zola-resume" minimum_version = "0.11.0" diff --git a/docs/content/themes/sam/index.md b/docs/content/themes/sam/index.md index 4c3b010a..abf232db 100644 --- a/docs/content/themes/sam/index.md +++ b/docs/content/themes/sam/index.md @@ -3,11 +3,11 @@ title = "sam" description = "A Simple and Minimalist theme with a focus on typography and content." template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/janbaudisch/zola-sam.git" homepage = "https://github.com/janbaudisch/zola-sam" minimum_version = "0.4.0" diff --git a/docs/content/themes/seje2/index.md b/docs/content/themes/seje2/index.md index 62589b3a..701b7a04 100644 --- a/docs/content/themes/seje2/index.md +++ b/docs/content/themes/seje2/index.md @@ -3,11 +3,11 @@ title = "Seje2" description = "A beautiful zola theme" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/eatradish/seje2" homepage = "https://github.com/eatradish/Seje2" minimum_version = "0.15.0" diff --git a/docs/content/themes/serene/index.md b/docs/content/themes/serene/index.md index 57c5b176..c48cef7e 100644 --- a/docs/content/themes/serene/index.md +++ b/docs/content/themes/serene/index.md @@ -3,11 +3,11 @@ title = "serene" description = "A blog theme for zola, simple and clean." template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/isunjn/serene.git" homepage = "https://github.com/isunjn/serene" minimum_version = "0.9.0" diff --git a/docs/content/themes/simple-dev-blog/index.md b/docs/content/themes/simple-dev-blog/index.md index 8f963831..80be0a85 100644 --- a/docs/content/themes/simple-dev-blog/index.md +++ b/docs/content/themes/simple-dev-blog/index.md @@ -3,11 +3,11 @@ title = "simple-dev-blog" description = "A simple dev blog theme with no javascript, prerendered linked pages and SEO tags." template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/bennetthardwick/simple-dev-blog-zola-starter.git" homepage = "https://github.com/bennetthardwick/simple-dev-blog-zola-starter" minimum_version = "0.4.0" diff --git a/docs/content/themes/slim/index.md b/docs/content/themes/slim/index.md index 057dabe6..fd784a78 100644 --- a/docs/content/themes/slim/index.md +++ b/docs/content/themes/slim/index.md @@ -3,11 +3,11 @@ title = "Slim" description = "Slim is a minimal, clean and beautiful theme for Zola." template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/jameshclrk/zola-slim.git" homepage = "https://github.com/jameshclrk/zola-slim" minimum_version = "0.8.0" diff --git a/docs/content/themes/soapstone/index.md b/docs/content/themes/soapstone/index.md index 2d475d1e..7d5ab45c 100644 --- a/docs/content/themes/soapstone/index.md +++ b/docs/content/themes/soapstone/index.md @@ -3,11 +3,11 @@ title = "Soapstone" description = "A bare bones dark theme with some color tweakability" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/MattyRad/soapstone.git" homepage = "https://github.com/MattyRad/soapstone" minimum_version = "0.4.0" diff --git a/docs/content/themes/solar-theme-zola/index.md b/docs/content/themes/solar-theme-zola/index.md index c5fe0031..1dc94b8b 100644 --- a/docs/content/themes/solar-theme-zola/index.md +++ b/docs/content/themes/solar-theme-zola/index.md @@ -3,11 +3,11 @@ title = "solar-theme-zola" description = "A port of solar-theme-hugo for zola" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/hulufei/solar-theme-zola.git" homepage = "https://github.com/hulufei/solar-theme-zola" minimum_version = "0.4.0" diff --git a/docs/content/themes/tale-zola/index.md b/docs/content/themes/tale-zola/index.md index 017926e5..c4da5c16 100644 --- a/docs/content/themes/tale-zola/index.md +++ b/docs/content/themes/tale-zola/index.md @@ -3,11 +3,11 @@ title = "tale-zola" description = "Tala-Zola is a minimal Zola theme helping you to build a nice and seo-ready blog." template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/aaranxu/tale-zola.git" homepage = "https://github.com/aaranxu/tale-zola" minimum_version = "0.13.0" diff --git a/docs/content/themes/toucan/index.md b/docs/content/themes/toucan/index.md index 36848df1..7a46c8b0 100644 --- a/docs/content/themes/toucan/index.md +++ b/docs/content/themes/toucan/index.md @@ -3,11 +3,11 @@ title = "Toucan" description = "Inspired from Pelican default theme" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://git.42l.fr/HugoTrentesaux/toucan.git" homepage = "https://git.42l.fr/HugoTrentesaux/toucan" minimum_version = "0.8.0" diff --git a/docs/content/themes/zerm/index.md b/docs/content/themes/zerm/index.md index ca7219c2..1a086bce 100644 --- a/docs/content/themes/zerm/index.md +++ b/docs/content/themes/zerm/index.md @@ -3,11 +3,11 @@ title = "zerm" description = "A minimalistic and dark theme based on Radek Kozieł's theme for Hugo" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/ejmg/zerm.git" homepage = "https://github.com/ejmg/zerm" minimum_version = "0.8.0" diff --git a/docs/content/themes/zhuia/index.md b/docs/content/themes/zhuia/index.md index 1ed90c7e..7b88189c 100644 --- a/docs/content/themes/zhuia/index.md +++ b/docs/content/themes/zhuia/index.md @@ -3,11 +3,11 @@ title = "Zhuia" description = "An elegant but still playful theme for Zola." template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/gicrisf/zhuia.git" homepage = "https://github.com/gicrisf/zhuia" minimum_version = "0.15.0" diff --git a/docs/content/themes/zola-henry/index.md b/docs/content/themes/zola-henry/index.md index b9da7851..6112353a 100644 --- a/docs/content/themes/zola-henry/index.md +++ b/docs/content/themes/zola-henry/index.md @@ -3,11 +3,11 @@ title = "henry" description = "A timeless blog theme" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/sirodoht/zola-henry.git" homepage = "https://github.com/sirodoht/zola-henry" minimum_version = "0.4.0" diff --git a/docs/content/themes/zola-paper/index.md b/docs/content/themes/zola-paper/index.md index 02e74678..b577861c 100644 --- a/docs/content/themes/zola-paper/index.md +++ b/docs/content/themes/zola-paper/index.md @@ -3,11 +3,11 @@ title = "zola-paper" description = "A clean theme inspired from hugo-paper." template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/schoenenberg/zola-paper.git" homepage = "https://github.com/schoenenberg/zola-paper" minimum_version = "0.11.0" diff --git a/docs/content/themes/zola-pickles/index.md b/docs/content/themes/zola-pickles/index.md index 1cf49613..465a276d 100644 --- a/docs/content/themes/zola-pickles/index.md +++ b/docs/content/themes/zola-pickles/index.md @@ -3,11 +3,11 @@ title = "pickles" description = "A modern, simple, clean blog theme for Zola." template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/lukehsiao/zola-pickles.git" homepage = "https://github.com/lukehsiao/zola-pickles" minimum_version = "0.13.0" diff --git a/docs/content/themes/zola-theme-course/index.md b/docs/content/themes/zola-theme-course/index.md index 0ebeeb92..332df9a0 100644 --- a/docs/content/themes/zola-theme-course/index.md +++ b/docs/content/themes/zola-theme-course/index.md @@ -3,11 +3,11 @@ title = "Course" description = "A zola theme designed for online courses or tutorials" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/elegaanz/zola-theme-course.git" homepage = "https://github.com/elegaanz/zola-theme-course" minimum_version = "0.15.0" diff --git a/docs/content/themes/zola-theme-hikari/index.md b/docs/content/themes/zola-theme-hikari/index.md index cf2a6709..9421a4ea 100644 --- a/docs/content/themes/zola-theme-hikari/index.md +++ b/docs/content/themes/zola-theme-hikari/index.md @@ -3,11 +3,11 @@ title = "Hikari" description = "Fluid, responsive blog theme for Zola" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/waynee95/zola-theme-hikari.git" homepage = "https://github.com/waynee95/zola-theme-hikari" minimum_version = "0.5.1" diff --git a/docs/content/themes/zola.386/index.md b/docs/content/themes/zola.386/index.md index 0b49c539..21e5f97e 100644 --- a/docs/content/themes/zola.386/index.md +++ b/docs/content/themes/zola.386/index.md @@ -3,11 +3,11 @@ title = "zola.386" description = "Zola port of the BOOTSTRA.386 theme." template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/lopes/zola.386.git" homepage = "https://github.com/lopes/zola.386" minimum_version = "0.10.1" diff --git a/docs/content/themes/zola_easydocs_theme/index.md b/docs/content/themes/zola_easydocs_theme/index.md index 3a3fb2ce..0b3dd93a 100644 --- a/docs/content/themes/zola_easydocs_theme/index.md +++ b/docs/content/themes/zola_easydocs_theme/index.md @@ -3,11 +3,11 @@ title = "EasyDocs" description = "An easy way to create docs for your project" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/codeandmedia/zola_easydocs_theme.git" homepage = "https://github.com/codeandmedia/zola_easydocs_theme" minimum_version = "0.13.0" diff --git a/docs/content/themes/zolastrap/index.md b/docs/content/themes/zolastrap/index.md index 5b285bfe..379c4ba1 100644 --- a/docs/content/themes/zolastrap/index.md +++ b/docs/content/themes/zolastrap/index.md @@ -3,11 +3,11 @@ title = "zolastrap" description = "A bootstrap theme for zola" template = "theme.html" -date = 2022-05-02T15:40:10-07:00 +date = 2022-05-16T01:14:18-07:00 [extra] -created = 2022-05-02T15:40:10-07:00 -updated = 2022-05-02T15:40:10-07:00 +created = 2022-05-16T01:14:18-07:00 +updated = 2022-05-16T01:14:18-07:00 repository = "https://github.com/marcodpt/zolastrap.git" homepage = "https://github.com/marcodpt/zolastrap" minimum_version = "0.14.1"