Skip to content

Commit

Permalink
Update themes gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 30, 2024
1 parent 0c9f9f3 commit 4b57e54
Show file tree
Hide file tree
Showing 12 changed files with 91 additions and 54 deletions.
8 changes: 4 additions & 4 deletions docs/content/themes/after-dark/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
title = "after-dark"
description = "A robust, elegant dark theme"
template = "theme.html"
date = 2024-11-06T07:53:33-06:00
date = 2024-12-23T03:38:12-08:00

[taxonomies]
theme-tags = []

[extra]
created = 2024-11-06T07:53:33-06:00
updated = 2024-11-06T07:53:33-06:00
created = 2024-12-23T03:38:12-08:00
updated = 2024-12-23T03:38:12-08:00
repository = "https://github.com/getzola/after-dark.git"
homepage = "https://github.com/getzola/after-dark"
minimum_version = "0.17.0"
minimum_version = "0.19.1"
license = "MIT"
demo = "https://getzola.github.io/after-dark/"

Expand Down
6 changes: 3 additions & 3 deletions docs/content/themes/apollo/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
title = "apollo"
description = "Modern and minimalistic blog theme"
template = "theme.html"
date = 2024-12-18T14:51:26+01:00
date = 2024-12-29T21:39:11+01:00

[taxonomies]
theme-tags = []

[extra]
created = 2024-12-18T14:51:26+01:00
updated = 2024-12-18T14:51:26+01:00
created = 2024-12-29T21:39:11+01:00
updated = 2024-12-29T21:39:11+01:00
repository = "https://github.com/not-matthias/apollo.git"
homepage = "https://github.com/not-matthias/apollo"
minimum_version = "0.14.0"
Expand Down
6 changes: 3 additions & 3 deletions docs/content/themes/duckquill/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
title = "Duckquill"
description = "Modern, pretty, and clean theme"
template = "theme.html"
date = 2024-12-10T00:18:25Z
date = 2024-12-23T23:19:37+03:00

[taxonomies]
theme-tags = []

[extra]
created = 2024-12-10T00:18:25Z
updated = 2024-12-10T00:18:25Z
created = 2024-12-23T23:19:37+03:00
updated = 2024-12-23T23:19:37+03:00
repository = "https://codeberg.org/daudix/duckquill.git"
homepage = "https://codeberg.org/daudix/duckquill"
minimum_version = "0.19.0"
Expand Down
6 changes: 3 additions & 3 deletions docs/content/themes/homepage-creators/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
title = "homepage-creators"
description = "A fast and beautiful personal homepage for creators, used by https://jiaxiang.wang, a port of HeoWeb."
template = "theme.html"
date = 2024-12-22T22:21:57+08:00
date = 2024-12-25T17:08:52+08:00

[taxonomies]
theme-tags = []

[extra]
created = 2024-12-22T22:21:57+08:00
updated = 2024-12-22T22:21:57+08:00
created = 2024-12-25T17:08:52+08:00
updated = 2024-12-25T17:08:52+08:00
repository = "https://github.com/iWangJiaxiang/Homepage-Creators.git"
homepage = "https://github.com/iWangJiaxiang/homepage-for-creators"
minimum_version = "0.19.2"
Expand Down
76 changes: 55 additions & 21 deletions docs/content/themes/linkita/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
title = "Linkita"
description = "A clean and elegant blog theme for Zola. Linkita is based on Kita and Hugo-Paper and is multilingual and SEO friendly."
template = "theme.html"
date = 2024-12-16T13:54:28+02:00
date = 2024-12-29T21:26:44+02:00

[taxonomies]
theme-tags = ['Blog', 'Multilingual', 'Responsive', 'SEO', 'Search']

[extra]
created = 2024-12-16T13:54:28+02:00
updated = 2024-12-16T13:54:28+02:00
created = 2024-12-29T21:26:44+02:00
updated = 2024-12-29T21:26:44+02:00
repository = "https://codeberg.org/salif/linkita.git"
homepage = "https://codeberg.org/salif/linkita"
minimum_version = "0.19.0"
Expand Down Expand Up @@ -53,10 +53,11 @@ A clean and elegant blog theme for [Zola](https://www.getzola.org/). Linkita is

### Linkita features

- i18n
- Improved SEO
- Multilingual support
- Improved search engine optimization
- Search support (elasticlunr_javascript)
- More configurability
- Author profiles
- Search (elasticlunr_javascript)
- Keyboard shortcuts

## Installing
Expand All @@ -75,7 +76,7 @@ Alternatively, clone the repository: `git clone https://codeberg.org/salif/linki
theme = "linkita"
```

3. Optionally, you can switch from the `linkita` branch to the latest release:
3. Optionally, you can switch from the `linkita` branch to the latest stable version:

```sh
cd themes/linkita
Expand All @@ -85,9 +86,9 @@ npm run switch-to-latest
## Updating

```sh
git submodule update --merge --remote themes/linkita
# cd themes/linkita
# npm run switch-to-latest
git submodule update --remote themes/linkita
# Optionally, you can switch to the latest stable version:
# cd themes/linkita && npm run switch-to-latest
```

## Usage
Expand Down Expand Up @@ -155,8 +156,6 @@ content_tier = ""
locations = []
# A high-level section name. e.g. `Technology`
section = ""
# Tag words associated with this article
tags = [""]
# Indicates whether the article is an opinion piece or not. e.g. `true` or `false`
opinion =
# The URL for the audio
Expand Down Expand Up @@ -650,7 +649,7 @@ copyright = "© $YEAR Your Name | [CC BY-SA 4.0]($LICENSE_URL)"
# search_page_url = "$BASE_URL/search/"
```

### Locale and Date format
### Language specific options

| key | type | default value |
| ----------------------------------------- | ------ | ------------- |
Expand All @@ -660,6 +659,8 @@ copyright = "© $YEAR Your Name | [CC BY-SA 4.0]($LICENSE_URL)"
| extra.languages[lang].header_menu_name | string | |
| extra.languages[lang].header_buttons | array of strings | |
| extra.languages[lang].art_x_lang | string | |
| extra.languages[lang].taxonomy_list_description | string | |
| extra.languages[lang].taxonomy_single_description | string | |

For date format, see [chrono docs](https://docs.rs/chrono/0.4/chrono/format/strftime/index.html).

Expand All @@ -675,21 +676,57 @@ date_format = "%x"
date_format_archive = "%m-%d"
```

#### Taxonomy/term description

Taxonomy pages do not have a description by default.
Optionally you can set a generic description.
`$NAME` will be automatically replaced.

```toml
[extra.languages.en]
taxonomy_list_description = "A map of all $NAME on this site. Start exploring!"
taxonomy_single_description = "Browse articles related to $NAME. Start exploring!"
```

### Web analytics

| key | type |
| -------------------------- | ------ |
| extra.goatcounter.endpoint | string |
| extra.goatcounter.src | string |
#### GoatCounter

| key | type |
| --------------------------------- | ------ |
| extra.goatcounter.endpoint | string |
| extra.goatcounter.src | string |
| extra.goatcounter.noscript_prefix | string |

Set only if you use [GoatCounter](https://www.goatcounter.com/).

To enable [pixel](https://www.goatcounter.com/help/pixel), set `noscript_prefix` to an empty string.
If your `base_url` includes a subpath, set `noscript_prefix` to the subpath without a trailing slash.

```toml
[extra.goatcounter]
endpoint = "https://MYCODE.goatcounter.com/count"
src = "//gc.zgo.at/count.js"
```

#### Vercel Analytics

| key | type |
| -------------------------- | ------ |
| extra.vercel_analytics.src | string |

Set only if you use [Vercel Web Analytics](https://vercel.com/docs/analytics).

```toml
[extra.vercel_analytics]
src = "/_vercel/insights/script.js"
```

#### Prevent tracking own pageviews

Open a page of your site, adding `#disable-analytics` to the page address. Do this once for each browser and device.
For example, open <http://127.0.0.1:1111/#disable-analytics>.

### Comments

| key | type | default value |
Expand Down Expand Up @@ -735,14 +772,11 @@ See the [MIT License](https://codeberg.org/salif/linkita/src/branch/linkita/LICE
Pull requests are welcome on [Codeberg](https://codeberg.org/salif/linkita) and [Github](https://github.com/salif/linkita).
Open bug reports and feature requests on [Codeberg](https://codeberg.org/salif/linkita/issues).

## Blogs using this theme
## Sites using Linkita

- [Zola Themes Collection](https://salif.github.io/zola-themes-collection/)
- [salif.eu](https://salif.eu): Personal website

If you use Linkita, feel free to create a pull request to add your site to this list.

See also [Google results](https://www.google.com/search?q=%22Powered+by+Zola+and+Linkita%22+-site%3Ahttps%3A%2F%2Fsalif.github.io%2Flinkita%2F)
and [Bing results](https://www.bing.com/search?q=%22Powered+by+Zola+and+Linkita%22+-site%3Ahttps%3A%2F%2Fsalif.github.io%2Flinkita%2F).

6 changes: 3 additions & 3 deletions docs/content/themes/re137/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
title = "re137"
description = "A Chinese friendly zola theme. Inspired by lightspeed."
template = "theme.html"
date = 2024-11-11T18:40:55+09:00
date = 2024-12-26T20:59:14+09:00

[taxonomies]
theme-tags = []

[extra]
created = 2024-11-11T18:40:55+09:00
updated = 2024-11-11T18:40:55+09:00
created = 2024-12-26T20:59:14+09:00
updated = 2024-12-26T20:59:14+09:00
repository = "https://github.com/tinikov/re137.git"
homepage = "https://github.com/tinikov/re137"
minimum_version = "0.4.0"
Expand Down
Binary file modified docs/content/themes/re137/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/content/themes/serene/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
title = "serene"
description = "A spiffy blog theme for zola"
template = "theme.html"
date = 2024-11-03T22:43:56+08:00
date = 2024-12-23T23:11:47+07:00

[taxonomies]
theme-tags = []

[extra]
created = 2024-11-03T22:43:56+08:00
updated = 2024-11-03T22:43:56+08:00
created = 2024-12-23T23:11:47+07:00
updated = 2024-12-23T23:11:47+07:00
repository = "https://github.com/isunjn/serene.git"
homepage = "https://github.com/isunjn/serene"
minimum_version = "0.19.0"
Expand Down
6 changes: 3 additions & 3 deletions docs/content/themes/tabi/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
title = "tabi"
description = "tabi is an accessible Zola theme with search, multi-language support, optional JavaScript, a perfect Lighthouse score, and comprehensive documentation. Crafted for personal websites and blogs."
template = "theme.html"
date = 2024-12-20T19:06:52+08:00
date = 2024-12-28T17:42:58+01:00

[taxonomies]
theme-tags = []

[extra]
created = 2024-12-20T19:06:52+08:00
updated = 2024-12-20T19:06:52+08:00
created = 2024-12-28T17:42:58+01:00
updated = 2024-12-28T17:42:58+01:00
repository = "https://github.com/welpo/tabi.git"
homepage = "https://github.com/welpo/tabi"
minimum_version = "0.17.0"
Expand Down
13 changes: 8 additions & 5 deletions docs/content/themes/zluinav/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
title = "UI Navigation"
description = "A multilingual theme designed for accessibility rather than visual."
template = "theme.html"
date = 2024-12-21T20:14:47+06:30
date = 2024-12-26T14:28:41+06:30

[taxonomies]
theme-tags = ['blind', 'multilingual', 'accessible', 'responsive']

[extra]
created = 2024-12-21T20:14:47+06:30
updated = 2024-12-21T20:14:47+06:30
created = 2024-12-26T14:28:41+06:30
updated = 2024-12-26T14:28:41+06:30
repository = "https://github.com/harrymkt/zluinav"
homepage = "https://github.com/harrymkt/zluinav"
minimum_version = "0.19.2"
Expand All @@ -27,7 +27,7 @@ UI Navigation, or known as zluinav, is a Zola theme designed for accessibility r

This theme is also available for Hugo at [Hguinav](https://github.com/harrymkt/hguinav).

Zola is a fast site generator written in Rust powered by tera as its templating engine and has a powerful theme creation feature.
[Zola](https://www.getzola.org/) is a fast site generator written in Rust powered by tera as its templating engine and has a powerful theme creation feature.

[Theme demo](https://harrymkt.github.io/zluinav)

Expand Down Expand Up @@ -59,7 +59,7 @@ git clone https://github.com/harrymkt/zluinav.git
```
Or [download manually](https://github.com/harrymkt/zluinav/archive/refs/heads/main.zip) and paste in the themes directory.

Or, add to the Git submodule
Or, add to the Git submodule (recommended):
```bash
git submodule add --name zluinav https://github.com/harrymkt/zluinav.git themes/zluinav
git submodule update --remote
Expand All @@ -78,6 +78,9 @@ Contributions to this theme are welcome, provided that the following requirement
- Use 2 level space indentation for HTML. Use 1 tab level indentation for CSS and JavaScript. If Markdown files need indentation, use 1 tab.
- Be the templates accessible for visually impaired and/or blind and prefer readability. Don't worry, I will process in case accessibility issues before pull requests are merged.
- Photos are not required in this theme. You may design with CSS for visual if you so wish.
- When creating a pull request it is advised that you:
- Use different branch other than main; this avoids issues with updating in case your pull request gets rejected.
- Add label if possible.

Thank you!

6 changes: 3 additions & 3 deletions docs/content/themes/zola-pickles/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
title = "pickles"
description = "A modern, simple, clean blog theme for Zola."
template = "theme.html"
date = 2024-10-17T09:39:18-06:00
date = 2024-12-29T19:02:45-07:00

[taxonomies]
theme-tags = []

[extra]
created = 2024-10-17T09:39:18-06:00
updated = 2024-10-17T09:39:18-06:00
created = 2024-12-29T19:02:45-07:00
updated = 2024-12-29T19:02:45-07:00
repository = "https://github.com/lukehsiao/zola-pickles.git"
homepage = "https://github.com/lukehsiao/zola-pickles"
minimum_version = "0.19.0"
Expand Down
6 changes: 3 additions & 3 deletions docs/content/themes/zola-theme-jiaxiang.wang/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
title = "jiaxiang.wang"
description = "A fast and beautiful theme for creators, used by https://blog.jiaxiang.wang, porting from Halo-theme-hao."
template = "theme.html"
date = 2024-12-23T00:33:31+08:00
date = 2024-12-29T19:57:25+08:00

[taxonomies]
theme-tags = []

[extra]
created = 2024-12-23T00:33:31+08:00
updated = 2024-12-23T00:33:31+08:00
created = 2024-12-29T19:57:25+08:00
updated = 2024-12-29T19:57:25+08:00
repository = "https://github.com/iWangJiaxiang/zola-theme-jiaxiang.wang"
homepage = "https://github.com/iWangJiaxiang/zola-theme-jiaxiang.wang"
minimum_version = "0.19.2"
Expand Down

0 comments on commit 4b57e54

Please sign in to comment.