33title = "Linkita"
44description = "A clean and elegant blog theme for Zola. Linkita is based on Kita and Hugo-Paper and is multilingual and SEO friendly."
55template = "theme.html"
6- date = 2025-12-13T22:51:05 +02:00
6+ date = 2025-12-19T19:22:37 +02:00
77
88[ taxonomies]
99theme-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
1414repository = "https://codeberg.org/salif/linkita.git "
1515homepage = "https://codeberg.org/salif/linkita "
1616minimum_version = "0.19.0"
@@ -28,12 +28,12 @@ A clean and elegant blog theme for [Zola](https://www.getzola.org/).
2828Linkita is based on [ Kita] ( https://github.com/st1020/kita )
2929and [ 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
80801 . 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
8686If 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
90922 . Enable the theme in your ` config.toml ` file:
9193
@@ -103,9 +105,11 @@ To update the theme, run:
103105git 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"
792796This project is under the [ MIT License] ( https://codeberg.org/salif/linkita/src/branch/linkita/LICENSE ) .
793797
794798Pull 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.
838843Other 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
0 commit comments