Go to file
Luca a009efe016
continuous-integration/drone/push Build is passing Details
Fix infobeamer
2021-12-23 23:13:12 +01:00
archetypes Add 'news' archetype 2020-11-26 21:00:57 +01:00
assets add default value for --scrollTop 2021-12-23 23:08:42 +01:00
content implement rC3 NOWHERE theme 2021-12-23 20:54:52 +01:00
i18n implement rC3 NOWHERE theme 2021-12-23 20:54:52 +01:00
layouts implement parallax effect for dots 2021-12-23 22:59:19 +01:00
static Fix infobeamer 2021-12-23 23:13:12 +01:00
.drone.yml Build staging site with correct url 2021-12-21 01:29:53 +01:00
.editorconfig add .idea to .gitignore, add .editorconfig 2020-12-17 19:06:51 +01:00
.gitignore Add CfP to main nav 2021-11-08 23:57:50 +01:00
Dockerfile Fix docker container 2020-12-02 00:15:21 +01:00
LICENSE Add LICENSE 2020-12-28 22:29:07 +01:00
README.md Add 'news' archetype 2020-11-26 21:00:57 +01:00
config.toml Replace link to CfP with link to schedule 2021-12-15 23:00:01 +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

Create a new news post

export TITLE="insert-title-here"
hugo new "news/$TITLE.md" && cp "content/news/$TITLE.md" "content/news/$TITLE.de.md"