Evan Esoteric's matrix; enter at your own risk.
This site is built with Zola, a static site generator written in Rust. No Node.js or npm required.
Install Zola: https://www.getzola.org/documentation/getting-started/installation/
For example, with Cargo:
cargo install zola
Clone the repository to your local machine:
git clone https://github.com/evanesoteric/evanesoteric.com.git
Navigate to the project directory:
cd evanesoteric.com
zola serve
This starts a local development server at http://127.0.0.1:1111 with live reload on edits.
zola build
The compiled site is output to the public/ directory.
config.toml— site configurationcontent/— site content (Markdown with front matter)templates/— Tera templatestemplates/partials/— reusable partials (head, desktop icons, start menu, taskbar)
sass/— Sass stylesheets (compiled by Zola tomain.css)static/— static assets served as-is (JS modules, images, robots.txt, gpg.txt)