TimJones / prototim-site

Static content for Prototim.com site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Static content for Prototim.com site

License:Creative Commons Attribution Share Alike 4.0 International


Languages

Language:HTML 98.0%Language:Shell 2.0%