Go to file
Nick Zana d8a4c6a403 Partial revert "remove outdated projects"
Temporarily restores ciphey project
content Partial revert "remove outdated projects"
themes update(theme): Changes for multiple URLs
.build.yml fix(build): Sync contents of public directory
.gitignore Add GitIgnore for Zola
.gitmodules Update zola-private-dev-blog theme
README.md Add blog scaffolding
config.toml Disable compiling sass

README.md

Source code for Nick Zana's Blog

the content directory is in Markdown, so it can be browsed directly. Otherwise, a live version of the site can be found here and the Atom feed can be found here.

Deployment

zola is the static site generator used. Simple install zola per their instructions and run zola serve for a local version or zola build for the static site to be placed inside the public folder.

Theme

I am using my own fork of the simple-dev-blog theme. It intentionally strips out any external dependencies, JavaScript, or trackers.