Demo for the Linkita theme https://salif.github.io/linkita/
  • Just 93.1%
  • HTML 6.9%
Find a file
2026-05-01 22:13:32 +03:00
.github/workflows Set v0.22.1 in publish-pages.yml 2026-01-24 20:48:50 +02:00
.vscode Update theme 2025-10-03 02:30:11 +03:00
content Update theme 2025-10-11 19:58:16 +03:00
static Update theme 2025-10-16 02:59:52 +03:00
templates/shortcodes Update theme 2025-04-01 22:31:59 +03:00
themes Update theme 2026-05-01 22:13:32 +03:00
.editorconfig Update theme 2025-10-03 02:30:11 +03:00
.gitignore Update theme 2025-12-16 00:18:29 +02:00
.gitmodules Update theme 2025-01-15 12:36:51 +02:00
justfile Update theme 2026-03-21 20:27:14 +02:00
LICENSE Update theme 2026-01-01 19:23:29 +02:00
README.md Update theme 2025-12-16 00:18:29 +02:00
zola.toml Rename config.toml to zola.toml 2026-01-24 21:53:33 +02:00

Demo for the Linkita theme

Set up for contributing

Fork this demo repository and/or the theme repository.

Replace YOUR-USERNAME:

# Step 1:
# If you forked the demo repository:
git clone --recurse-submodules https://codeberg.org/YOUR-USERNAME/linkita-demo.git
# Otherwise:
git clone --recurse-submodules https://codeberg.org/salif/linkita-demo.git

# Step 2: Only if you forked the theme repository:
cd linkita-demo/themes/linkita
git remote add theme https://codeberg.org/YOUR-USERNAME/linkita.git

# If you want to make changes in the theme repository:
git checkout -b feature-branch-name linkita
git commit
git push -u theme feature-branch-name