/prototim-site

Static content for Prototim.com site

Primary LanguageHTMLCreative Commons Attribution Share Alike 4.0 InternationalCC-BY-SA-4.0

Prototim Site

Static content for Prototim.com site

Tools

  • docker-compose - containerised development environment
  • Hugo - for static content generation
  • Toha - Theme pack for Hugo

Use

Run test server locally with live reload

$ docker-compose up

Run arbitrary Hugo command (e.g. create a new site using YAML config)

$ docker-compose run --user $(id -u):$(id -g) --rm -it hugo new site ./ -f=yaml --force