Skip to content

kahara/Async.fi

Repository files navigation

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

About

Async.fi static website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published