No description
Find a file
Nick Zana d8a4c6a403 Partial revert "remove outdated projects"
Temporarily restores ciphey project
2023-05-17 19:02:12 -04:00
content Partial revert "remove outdated projects" 2023-05-17 19:02:12 -04:00
themes update(theme): Changes for multiple URLs 2022-07-09 17:39:00 -04:00
.build.yml fix(build): Sync contents of public directory 2022-07-21 22:29:04 -04:00
.gitignore Add GitIgnore for Zola 2021-05-11 14:48:48 -04:00
.gitmodules Update zola-private-dev-blog theme 2022-01-18 16:12:22 -05:00
config.toml Disable compiling sass 2023-05-16 22:01:07 -04:00
README.md Add blog scaffolding 2021-05-11 14:54:26 -04:00

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.