Skip to content

ceedon/ceedon.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ceedon.dev

Personal blog built with the Tableau static site generator written in Elixir.

Setup

# Install Elixir dependencies
mix deps.get

# Start the dev server (with live reload)
mix server

# Build for production
mix build

The site outputs to _site/. Static assets in extra/ are copied in unaltered.

Writing a post

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...

About

Muttering into the void

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors