Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 237 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 237 Bytes

conflores 🌼

A tiny technical blog.

run locally ❄️

# Use the nix development shell
nix develop
# Or configure direnv so it does it automatically
echo "use flake" > .envrc
direnv allow
# Open the site
jekyll serve