Skip to content
Snippets Groups Projects
Commit 02bb95d4 authored by Lars Bilke's avatar Lars Bilke Committed by Lars Bilke
Browse files

[web] Locally serve via Caddy.

parent f5bfe0ff
No related branches found
No related tags found
No related merge requests found
localhost:2020
root public
...@@ -5,6 +5,16 @@ ...@@ -5,6 +5,16 @@
If you want to modify css or javascript run `gulp` in another terminal: If you want to modify css or javascript run `gulp` in another terminal:
gulp gulp
## Build site
(cd import; python import.py)
gulp build
hugo
Test by locally serving via [Caddy](https://caddyserver.com):
caddy
## Used components ## Used components
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment