mirror of
https://codeberg.org/valpackett/tiddlypwa.git
synced 2025-12-06 02:30:48 -08:00
Update TW to 5.3.1
This commit is contained in:
parent
3e36c5f7ac
commit
34c65f96af
2 changed files with 2 additions and 2 deletions
|
|
@ -18,5 +18,5 @@ https://tiddly.packett.cool
|
|||
Building the html files (assuming Notebook theme repo cloned in the listed directory):
|
||||
|
||||
```shell
|
||||
TIDDLYWIKI_THEME_PATH=$HOME/src/github.com/paul-rouse/Notebook/themes TIDDLYWIKI_PLUGIN_PATH=$HOME/src/github.com/paul-rouse/Notebook/plugins npx tiddlywiki@5.3.0 --build
|
||||
TIDDLYWIKI_THEME_PATH=$HOME/src/github.com/paul-rouse/Notebook/themes TIDDLYWIKI_PLUGIN_PATH=$HOME/src/github.com/paul-rouse/Notebook/plugins npx tiddlywiki@5.3.1 --build
|
||||
```
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
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.0 --build
|
||||
TIDDLYWIKI_THEME_PATH=notebook/themes TIDDLYWIKI_PLUGIN_PATH=notebook/plugins npx tiddlywiki@5.3.1 --build
|
||||
"""
|
||||
|
||||
[[headers]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue