diff --git a/web/Caddyfile b/web/Caddyfile new file mode 100644 index 0000000000000000000000000000000000000000..ae411743a99af4fb7526b1707070152a50b6cda3 --- /dev/null +++ b/web/Caddyfile @@ -0,0 +1,2 @@ +localhost:2020 +root public diff --git a/web/README.md b/web/README.md index b184e9c01f15fdbe47bd371fc4f81a1e73f1ed2d..1c22332c46d4ff68d4604ea0ea5d8d069e080a08 100644 --- a/web/README.md +++ b/web/README.md @@ -5,6 +5,16 @@ If you want to modify css or javascript run `gulp` in another terminal: gulp + +## Build site + + (cd import; python import.py) + gulp build + hugo + +Test by locally serving via [Caddy](https://caddyserver.com): + + caddy ## Used components