You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Nick Zana c7f351017f Disable compiling sass
No sass is used, so zola serve does not work correctly without being
able to watch the "sass" directory if this remains enabled.
1 year ago
content remove outdated projects 1 year ago
themes update(theme): Changes for multiple URLs 2 years ago
.build.yml fix(build): Sync contents of public directory 2 years ago
.gitignore Add GitIgnore for Zola 3 years ago
.gitmodules Update zola-private-dev-blog theme 2 years ago
README.md Add blog scaffolding 3 years ago
config.toml Disable compiling sass 1 year ago

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.