update recipes

This commit is contained in:
Daniel Fichtinger 2025-06-23 22:16:45 -04:00
parent 303de5dc8b
commit b5bdb3e318
3 changed files with 8 additions and 11 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
public/
config.yml

View file

@ -1,11 +0,0 @@
title: Zona Blog
base_url: https://example.com
language: en
markdown:
image_labels: true
theme:
name: default
syntax_highlighting: true
build:
clean_output_dir: true
include_drafts: false

View file

@ -1,3 +1,10 @@
init:
#!/bin/sh
if [ -f config.yml ]; then
rm config.yml
fi
just run init
build:
@just run build
serve: