Pi66

pi66.xyz
My personal website.
git clone https://git.pi66.xyz/pi66.xyz

← back to log

refactor: update site for merodi 0.4.0

author: pi66
date: 2026-07-22 16:07
hash: e0d85b1d9d64746e2b1a468cd538559da11b8c08

Diffstat:

M

config.toml
11 ++++++++++++++----------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
diff --git a/config.toml b/config.toml
index 39f37a3..0568569 100644
--- a/config.toml
+++ b/config.toml
@@ -5,13 +5,12 @@ description = "my main website"

 [tree]
 markdown  = "md"
+static    = "src/static"
+templates = "src/templates"
+plugins   = "src/plugins"

-static    = "static"
-dest      = "/srv/www/pi66.xyz/public/html"
-
-templates = "build/templates"
-plugins   = "build/plugins"
-
+draft_dest   = "draft"
+release_dest = "/srv/www/pi66.xyz/public/html"

 [webview]
 host  = "localhost"