Go to file
Luca 494f027241 Remove no content 2020-11-23 18:55:50 +01:00
archetypes Initial commit 2020-10-06 00:50:34 +02:00
assets Remove no content 2020-11-23 18:55:50 +01:00
content Remove no content 2020-11-23 18:55:50 +01:00
layouts Fix wrong attribute for meta tag 2020-11-23 11:17:25 +01:00
static Add rC3 fonts 2020-11-23 02:06:40 +01:00
.drone.yml Fix site being extracted into ./public/ 2020-11-13 19:21:04 +01:00
.gitignore Use SASS for styling 2020-11-12 21:12:42 +01:00
Dockerfile Add Dockerfile for local development and testing 2020-11-05 19:53:42 +01:00
README.md Add documentation for local Docker container 2020-11-05 19:56:59 +01:00
config.toml Remove no content 2020-11-23 18:55:50 +01:00

README.md

Docker for local development and testing

  1. Build Docker image: docker build -t hugo .
  2. Run container: docker run --rm -v $PWD:/var/www/html -p 8080:1313 hugo