diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-03-02 23:54:46 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-03-02 23:54:46 +0100 |
commit | ac3e7e494669f6f923cb240f03d974efc6c84899 (patch) | |
tree | e9d9b0415c5a6906839080b44960b6629d687ad5 /.webpull | |
parent | 74c6a06b4b664328e7a2d7e2de4474df28202429 (diff) | |
download | site-ac3e7e494669f6f923cb240f03d974efc6c84899.tar.gz site-ac3e7e494669f6f923cb240f03d974efc6c84899.zip |
Migrate website to my own static site generator
Diffstat (limited to '.webpull')
-rwxr-xr-x | .webpull | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,2 +1,3 @@ #!/bin/bash -pug ./src --out ./static +npm install +node render.js |