mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-22 22:09:22 -05:00
3df65a4e26
* demo: init demo-markdown * demo: add include_md macro * demo: improve include_md macro * demo: improve include_md macro * demo: improve include_md macro * demo: improve code block * demo: add syntect css * demo: improve include_md macro * demo: include_md handle table
13 lines
199 B
TOML
13 lines
199 B
TOML
[build]
|
|
target = "index.html"
|
|
public_url = "/thaw/"
|
|
# release = true
|
|
filehash = false
|
|
|
|
[watch]
|
|
watch = ["../src", "./src", "../demo_markdown"]
|
|
|
|
[serve]
|
|
address = "127.0.0.1"
|
|
port = 6421
|
|
open = false
|