Demo for the Linkita theme
https://salif.github.io/linkita/
- Just 93.1%
- HTML 6.9%
| .github/workflows | ||
| .vscode | ||
| content | ||
| static | ||
| templates/shortcodes | ||
| themes | ||
| .editorconfig | ||
| .gitignore | ||
| .gitmodules | ||
| justfile | ||
| LICENSE | ||
| README.md | ||
| zola.toml | ||
Demo for the Linkita theme
Links
- Demo site, Demo source, Demo github mirror
- Theme source, Theme github mirror
- Linkita quickstart, Kita theme, Hugo-Paper 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