update recipes
This commit is contained in:
parent
303de5dc8b
commit
b5bdb3e318
3 changed files with 8 additions and 11 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
public/
|
||||
config.yml
|
||||
|
|
11
config.yml
11
config.yml
|
@ -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
|
7
justfile
7
justfile
|
@ -1,3 +1,10 @@
|
|||
init:
|
||||
#!/bin/sh
|
||||
if [ -f config.yml ]; then
|
||||
rm config.yml
|
||||
fi
|
||||
just run init
|
||||
|
||||
build:
|
||||
@just run build
|
||||
serve:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue