Go to file
Nick Zana ccd460308a
Add blog home page
content Add blog home page
themes Add theme submodule
.gitignore Add GitIgnore for Zola
.gitmodules Add theme submodule
README.md Add blog scaffolding
config.toml Add blog scaffolding

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.