Commit graph

5 commits

Author SHA1 Message Date
be9f97feb9
Install rsync in deploy workflow
The runner image doesn't include rsync by default.
2026-02-17 10:17:57 -06:00
8d9cca889a
Bump Zola version to 0.22.1 in deploy workflow
0.19.2 expects config.toml but this project uses zola.toml,
which is supported in newer Zola versions.
2026-02-17 10:02:08 -06:00
a042fe6913
Add .gitmodules for zolanight theme submodule
The theme was tracked as a submodule commit but the .gitmodules
file was missing, causing checkout to fail in CI.
2026-02-17 10:01:24 -06:00
bb5c240aab
Add Forgejo Actions workflow for build and deploy
Triggers on push to main: checks out repo with submodules,
installs Zola, builds the site, and deploys to skippy via rsync.
2026-02-17 09:59:16 -06:00
f57d3d945d
Initial site setup with Zola and zolanight theme
- Zola static site with zolanight theme
- Blog section with sample posts
- Projects section for listing external projects
- Custom index template showing latest post and recent posts list
2026-02-17 09:51:14 -06:00