mirror of
https://codeberg.org/valpackett/tiddlypwa.git
synced 2025-12-05 18:20:40 -08:00
18 lines
549 B
TOML
18 lines
549 B
TOML
[build]
|
|
publish = "output"
|
|
command = """
|
|
mkdir notebook; curl -L https://github.com/valpackett/Notebook/archive/e2c61ccd6e9db5cfcbc77e54eccc8b5961da5831.tar.gz | tar -xvzf - -C notebook --strip-components=1 &&
|
|
TIDDLYWIKI_THEME_PATH=notebook/themes TIDDLYWIKI_PLUGIN_PATH=notebook/plugins npx tiddlywiki@5.3.5 --build
|
|
"""
|
|
|
|
[[headers]]
|
|
for = "/*"
|
|
[headers.values]
|
|
x-content-type-options = "nosniff"
|
|
x-frame-options = "SAMEORIGIN"
|
|
referrer-policy = "no-referrer-when-downgrade"
|
|
|
|
[[redirects]]
|
|
from = "/w/:name/:file"
|
|
to = "/app/:file"
|
|
status = 200
|