Pi66

git.pi66.xyz
A web interface for the pi66.xyz Git server
git clone https://git.pi66.xyz/git.pi66.xyz

← back to log

refactor: update site for merodi 0.4.0

author: pi66
date: 2026-07-22 16:34
hash: b61d07cc9fe570bdf72f264aa6cbcfd39cc9fe7d

Diffstat:

M

config.toml
10 ++++++++++++++++++------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/config.toml b/config.toml
index 1da4590..86451bc 100644
--- a/config.toml
+++ b/config.toml
@@ -5,10 +5,12 @@ description = "A web interface for the pi66.xyz Git server"

 [tree]
 markdown  = "md"
-static    = "build/static"
-templates = "build/templates"
-plugins   = "build/plugins"
-dest      = "/srv/www/git.pi66.xyz/public/html"
+static    = "src/static"
+templates = "src/templates"
+plugins   = "src/plugins"
+
+draft_dest    = "draft"
+release_dest  = "/srv/www/git.pi66.xyz/public/html"

 [webview]
 host        = "localhost"