Personal website and blog built with Zola, a fast static site generator written in Rust.
- Zola v0.15.3 or higher
- Node.js (for Cloudflare Pages deployment)
# Serve the site locally with live reload
zola serve
# Build the site
zola buildThe site will be available at http://127.0.0.1:1111
content/- Markdown files for pages and blog poststemplates/- HTML templatessass/- SCSS stylesheetsstatic/- Static assets (fonts, images, JavaScript)config.toml- Site configuration
The site is deployed to Cloudflare Pages. Commits to the main branch trigger automatic deployments.
All content and code are property of Kenneth Eversole unless otherwise noted.