Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

181 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 build
docker compose build --no-cache \
  && docker compose up  # http://localhost:8080/

Deploy

hugo build
docker build --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

Packages

Used by

Contributors

Languages