Pi66

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

config.toml

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[project]
name        = "pi66.xyz"
version     = "0.2.0"
description = "my main website"

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

draft_dest   = "draft"
release_dest = "/srv/www/pi66.xyz/public/html"

[webview]
host  = "localhost"
port = 7999
dev_tools = false
html_path   = "/"
static_path = "/static"

[extras]
highlight = "monokai"

[cache]
hash=".hash.cache"

[globals]
key="value"