Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/content/themes/goyo/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
title = "Goyo"
description = "A simplicity and clean documentation theme"
template = "theme.html"
date = 2025-12-15T01:00:28+09:00
date = 2025-12-20T18:40:10+09:00

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

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

## Installation
Expand Down
28 changes: 16 additions & 12 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 = 2025-12-13T22:51:05+02:00
date = 2025-12-19T19:22:37+02:00

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

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

- The source code is available on [Codeberg](https://codeberg.org/salif/linkita)
and mirrored on [GitHub](https://github.com/salif/linkita).
- Open bug reports and feature requests on [Codeberg](https://codeberg.org/salif/linkita/issues).
- See the [quickstart repository](https://github.com/salif/linkita-start).
- See a [live preview](https://salif.github.io/linkita/) and
[its source code](https://codeberg.org/salif/linkita-demo).
- Open bug reports and feature requests on [Codeberg](https://codeberg.org/salif/linkita/issues).
- The source code is available on [Codeberg](https://codeberg.org/salif/linkita)
and mirrored on [GitHub](https://github.com/salif/linkita).

## Features

Expand Down Expand Up @@ -80,12 +80,14 @@ git init
1. Add the theme as a git submodule:

```sh
git submodule add -b linkita https://codeberg.org/salif/linkita.git themes/linkita
git submodule add -b v4 https://codeberg.org/salif/linkita.git themes/linkita
```

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

`git clone https://codeberg.org/salif/linkita.git themes/linkita`
```sh
git clone -b v4 https://codeberg.org/salif/linkita.git themes/linkita
```

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

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

Check the [changelog](https://codeberg.org/salif/linkita/src/branch/linkita/CHANGELOG.md)
for all versions after the one you are using.
There may be breaking changes that require manual involvement.
If you use the `linkita` branch of the theme, check the
[changelog/linkita.md](https://codeberg.org/salif/linkita/src/branch/linkita/changelog/linkita.md) file.
Otherwise, find the changelog file for your version in the `changelog` directory.

If you switch to newer version, there may be breaking changes that require manual involvement.

## Usage

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

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

### Localization

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

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


6 changes: 3 additions & 3 deletions docs/content/themes/radion/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
title = "radion"
description = "A sleek, modern blog theme."
template = "theme.html"
date = 2025-12-12T13:14:55-06:00
date = 2025-12-18T08:48:59-08:00

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

[extra]
created = 2025-12-12T13:14:55-06:00
updated = 2025-12-12T13:14:55-06:00
created = 2025-12-18T08:48:59-08:00
updated = 2025-12-18T08:48:59-08:00
repository = "https://github.com/micahkepe/radion.git"
homepage = "https://github.com/micahkepe/radion"
minimum_version = "0.20.0"
Expand Down
10 changes: 5 additions & 5 deletions docs/content/themes/terminus/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
title = "terminus"
description = "A dark duotone retro theme for Zola"
template = "theme.html"
date = 2025-12-13T21:59:42-05:00
date = 2025-12-16T22:43:53-05:00

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

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

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

[Comprehensive documentation]: https://ebkalderon.github.io/terminus/
Expand Down
8 changes: 4 additions & 4 deletions docs/content/themes/zola_easydocs_theme/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
title = "EasyDocs"
description = "An easy way to create docs for your project"
template = "theme.html"
date = 2023-10-30T16:28:49+01:00
date = 2025-12-21T16:06:10+01:00

[taxonomies]
theme-tags = []

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

Expand Down
Loading