🔍 Source code for my personal website 💻.
Created using the Rust-based Zola with the Serene theme applied.
Building: zola --config /your/custom/config.toml build
Serving: zola --config /your/custom/config.toml serve --port $YOUR_PORT
Detailed documentation for creating a site like this of your own can be found here and here.
Zola is part of the Jamstack
(JavaScript, APIs, and Markup) ecosystem, which is basically a modern, cross-platform, web development approach that emphasizes pre-building websites and serving them as static files blazingly fast. It's fun.
You can read more about Jamstack here along with a list of other Static Site Generators here.