Personal blog built with the Tableau static site generator written in Elixir.
# Install Elixir dependencies
mix deps.get
# Start the dev server (with live reload)
mix server
# Build for production
mix buildThe site outputs to _site/. Static assets in extra/ are copied in unaltered.
Add a markdown file to _posts/ with frontmatter:
---
title: "Post Title"
date: 2026-03-01
tags: topic
read_time: "5 min read"
---
Words of wisdom, I guess...