Go to file
Nick Zana 64e06d062d
new(project): Bamboo
content new(project): Bamboo
themes Restructure project to have blog as subsection
.gitignore Add GitIgnore for Zola
.gitmodules Update zola-private-dev-blog theme
README.md Add blog scaffolding
config.toml zola: Change base URL to support other domains

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.