Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 589 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 589 Bytes

async.fi main site

Local development

sudo snap install hugo
hugo server -D # http://localhost:1313/
hugo new posts/postname.md

Test with Caddy:

hugo
docker compose build --no-cache \
  && docker compose up  # http://localhost:8080/

Deploy

hugo
docker build --no-cache --tag jonikahara/www-async-fi:latest .
docker push jonikahara/www-async-fi:latest

Then, where sites.async.fi composition is running:

docker compose pull
docker compose up --detach --force-recreate www