Skip to content

Commit 21004fa

Browse files
Keatsactions-user
andauthored
Update themes gallery (#3049)
Co-authored-by: GitHub Action <[email protected]>
1 parent 08832df commit 21004fa

File tree

5 files changed

+32
-28
lines changed

5 files changed

+32
-28
lines changed

docs/content/themes/goyo/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
title = "Goyo"
44
description = "A simplicity and clean documentation theme"
55
template = "theme.html"
6-
date = 2025-12-15T01:00:28+09:00
6+
date = 2025-12-20T18:40:10+09:00
77

88
[taxonomies]
99
theme-tags = ['documentation', 'Multilingual', 'Responsive', 'minimal']
1010

1111
[extra]
12-
created = 2025-12-15T01:00:28+09:00
13-
updated = 2025-12-15T01:00:28+09:00
12+
created = 2025-12-20T18:40:10+09:00
13+
updated = 2025-12-20T18:40:10+09:00
1414
repository = "https://github.com/hahwul/goyo"
1515
homepage = "https://github.com/hahwul/goyo"
1616
minimum_version = "0.17.0"
@@ -49,7 +49,7 @@ homepage = "https://www.hahwul.com"
4949
- Comments (Giscus, Utterances)
5050
- Various shortcodes (Mermaid, Asciinema, Katex, Alert, Badge, YouTube, Gist, Carousel, Collapse, etc.)
5151
- Custom Font Support
52-
- Edit Page & Share Buttons
52+
- Edit Page, Share Buttons and Taxonomies
5353
- Customization
5454

5555
## Installation

docs/content/themes/linkita/index.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
title = "Linkita"
44
description = "A clean and elegant blog theme for Zola. Linkita is based on Kita and Hugo-Paper and is multilingual and SEO friendly."
55
template = "theme.html"
6-
date = 2025-12-13T22:51:05+02:00
6+
date = 2025-12-19T19:22:37+02:00
77

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

1111
[extra]
12-
created = 2025-12-13T22:51:05+02:00
13-
updated = 2025-12-13T22:51:05+02:00
12+
created = 2025-12-19T19:22:37+02:00
13+
updated = 2025-12-19T19:22:37+02:00
1414
repository = "https://codeberg.org/salif/linkita.git"
1515
homepage = "https://codeberg.org/salif/linkita"
1616
minimum_version = "0.19.0"
@@ -28,12 +28,12 @@ A clean and elegant blog theme for [Zola](https://www.getzola.org/).
2828
Linkita is based on [Kita](https://github.com/st1020/kita)
2929
and [Hugo-Paper](https://github.com/nanxiaobei/hugo-paper) and is multilingual and SEO friendly.
3030

31-
- The source code is available on [Codeberg](https://codeberg.org/salif/linkita)
32-
and mirrored on [GitHub](https://github.com/salif/linkita).
33-
- Open bug reports and feature requests on [Codeberg](https://codeberg.org/salif/linkita/issues).
3431
- See the [quickstart repository](https://github.com/salif/linkita-start).
3532
- See a [live preview](https://salif.github.io/linkita/) and
3633
[its source code](https://codeberg.org/salif/linkita-demo).
34+
- Open bug reports and feature requests on [Codeberg](https://codeberg.org/salif/linkita/issues).
35+
- The source code is available on [Codeberg](https://codeberg.org/salif/linkita)
36+
and mirrored on [GitHub](https://github.com/salif/linkita).
3737

3838
## Features
3939

@@ -80,12 +80,14 @@ git init
8080
1. Add the theme as a git submodule:
8181

8282
```sh
83-
git submodule add -b linkita https://codeberg.org/salif/linkita.git themes/linkita
83+
git submodule add -b v4 https://codeberg.org/salif/linkita.git themes/linkita
8484
```
8585

8686
If you don't want to use git submodules, you can clone the repository instead:
8787

88-
`git clone https://codeberg.org/salif/linkita.git themes/linkita`
88+
```sh
89+
git clone -b v4 https://codeberg.org/salif/linkita.git themes/linkita
90+
```
8991

9092
2. Enable the theme in your `config.toml` file:
9193

@@ -103,9 +105,11 @@ To update the theme, run:
103105
git submodule update --remote themes/linkita
104106
```
105107

106-
Check the [changelog](https://codeberg.org/salif/linkita/src/branch/linkita/CHANGELOG.md)
107-
for all versions after the one you are using.
108-
There may be breaking changes that require manual involvement.
108+
If you use the `linkita` branch of the theme, check the
109+
[changelog/linkita.md](https://codeberg.org/salif/linkita/src/branch/linkita/changelog/linkita.md) file.
110+
Otherwise, find the changelog file for your version in the `changelog` directory.
111+
112+
If you switch to newer version, there may be breaking changes that require manual involvement.
109113

110114
## Usage
111115

@@ -792,6 +796,7 @@ loading = "lazy"
792796
This project is under the [MIT License](https://codeberg.org/salif/linkita/src/branch/linkita/LICENSE).
793797

794798
Pull requests are welcome on [Codeberg](https://codeberg.org/salif/linkita) and [Github](https://github.com/salif/linkita).
799+
The main branch is `linkita`.
795800

796801
### Localization
797802

@@ -838,6 +843,5 @@ Linkita is one of several Zola themes I maintain.
838843
Other themes include:
839844

840845
- [Tukan](https://codeberg.org/salif/tukan) – Fork of zola-blog-theme, inspired from Toucan theme.
841-
- [Trankwilo](https://codeberg.org/salif/trankwilo) – Fork of the Goyo theme, for documentation.
842846

843847

docs/content/themes/radion/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
title = "radion"
44
description = "A sleek, modern blog theme."
55
template = "theme.html"
6-
date = 2025-12-12T13:14:55-06:00
6+
date = 2025-12-18T08:48:59-08:00
77

88
[taxonomies]
99
theme-tags = ['SEO', 'search', 'accessible']
1010

1111
[extra]
12-
created = 2025-12-12T13:14:55-06:00
13-
updated = 2025-12-12T13:14:55-06:00
12+
created = 2025-12-18T08:48:59-08:00
13+
updated = 2025-12-18T08:48:59-08:00
1414
repository = "https://github.com/micahkepe/radion.git"
1515
homepage = "https://github.com/micahkepe/radion"
1616
minimum_version = "0.20.0"

docs/content/themes/terminus/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
title = "terminus"
44
description = "A dark duotone retro theme for Zola"
55
template = "theme.html"
6-
date = 2025-12-13T21:59:42-05:00
6+
date = 2025-12-16T22:43:53-05:00
77

88
[taxonomies]
99
theme-tags = ['dark', 'blog', 'minimal', 'personal', 'responsive', 'seo']
1010

1111
[extra]
12-
created = 2025-12-13T21:59:42-05:00
13-
updated = 2025-12-13T21:59:42-05:00
12+
created = 2025-12-16T22:43:53-05:00
13+
updated = 2025-12-16T22:43:53-05:00
1414
repository = "https://github.com/ebkalderon/terminus.git"
1515
homepage = "https://github.com/ebkalderon/terminus"
1616
minimum_version = "0.20.0"
@@ -51,14 +51,14 @@ changes.
5151
## Features
5252

5353
- [x] Perfect baseline Lighthouse score (Performance, Accessibility, Best Practices and SEO).
54-
- [x] [Social media icons in footer](./theme.toml#L66-L69)
54+
- [x] [Social media icons in footer](./theme.toml#L67-L70)
5555
- [x] [Custom shortcodes](https://ebkalderon.github.io/terminus/blog/shortcodes/)
5656
- [x] Copy button on code blocks
5757
- [ ] [Comprehensive documentation] (still working on it!)
5858
- [ ] Searchable archive page
5959
- [ ] Projects portfolio page
6060
- [ ] Site navigation submenus
61-
- [x] Customizable [color schemes](./theme.toml#L22-L29)
61+
- [x] Customizable [color schemes](./theme.toml#L22-L30)
6262
- [ ] [KaTeX](https://katex.org/) support for mathematical notation
6363

6464
[Comprehensive documentation]: https://ebkalderon.github.io/terminus/

docs/content/themes/zola_easydocs_theme/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
title = "EasyDocs"
44
description = "An easy way to create docs for your project"
55
template = "theme.html"
6-
date = 2023-10-30T16:28:49+01:00
6+
date = 2025-12-21T16:06:10+01:00
77

88
[taxonomies]
99
theme-tags = []
1010

1111
[extra]
12-
created = 2023-10-30T16:28:49+01:00
13-
updated = 2023-10-30T16:28:49+01:00
12+
created = 2025-12-21T16:06:10+01:00
13+
updated = 2025-12-21T16:06:10+01:00
1414
repository = "https://github.com/codeandmedia/zola_easydocs_theme.git"
1515
homepage = "https://github.com/codeandmedia/zola_easydocs_theme"
16-
minimum_version = "0.13.0"
16+
minimum_version = "0.21.0"
1717
license = "MIT"
1818
demo = "https://easydocs.codeandmedia.com"
1919

0 commit comments

Comments
 (0)