No description
|
|
||
|---|---|---|
| content | ||
| themes | ||
| .build.yml | ||
| .gitignore | ||
| .gitmodules | ||
| config.toml | ||
| 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.