Go to file
Luca 881d8310f6
continuous-integration/drone/push Build is passing Details
Remove unsemantic wrapper
2020-11-24 19:31:21 +01:00
archetypes Initial commit 2020-10-06 00:50:34 +02:00
assets Remove unsemantic wrapper 2020-11-24 19:31:21 +01:00
content Rename page to franconian.net 2020-11-24 18:04:26 +01:00
i18n Add i18n footer and imprint 2020-11-24 17:58:00 +01:00
layouts Remove unsemantic wrapper 2020-11-24 19:31:21 +01:00
static Add about page and move some content from start 2020-11-23 23:40:23 +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 Improve Dockerfile and README 2020-11-23 22:53:05 +01:00
README.md Improve Dockerfile and README 2020-11-23 22:53:05 +01:00
config.toml Rename page to franconian.net 2020-11-24 18:04:26 +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 1313:1313 hugo