Go to file
Nick Zana c1f1ef2527
fix(article): Expand on SSA Student
content fix(article): Expand on SSA Student
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.