Pi66

blog.pi66.xyz
My personal blog website
git clone https://git.pi66.xyz/blog.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
[project]
name        = "blog.pi66.xyz"
version     = "0.1.0"
description = "My personal blog website"

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

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

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

[extras]
highlight = "monokai"

[cache]
hash = ".hash.cache"