How I Build This Site
A brief overview of the static site generator I built to create this website.
By Fede Otaran | 2022-08-01 | Tags: sitex, elixir, static site generator
This site was built using Sitex, a lightweight and flexible static site generator. Sitex is a personal project I started back in 2022 as a way to learn Elixir and explore how far I could go using the language as the core of the tool.
The main goal of Sitex is to be a very simple static site generator, focused on clarity and minimalism, and built primarily with Elixir. Content is written in Markdown, the configuration is intentionally small, and the build process is fast and predictable.
If you’re curious, you can check out Sitex here: 👉 https://github.com/fedeotaran/sitex
Simple ideas, simple tools, and Elixir at the center ⚡