Website hackertours.hamburg.ccc.de https://hackertours.hamburg.ccc.de
  • HTML 89.1%
  • SCSS 9.7%
  • Dockerfile 1.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jan Girlich 03c8ebc513
vollkorn hat seinen Senf dazugegeben
Details zu Zahlungen, Zeiten zum Treffen vor Ort, Öffnungszeiten des Desks, kleine Fixes
2023-12-18 09:42:56 +01:00
archetypes First try 2023-12-07 19:37:47 +01:00
assets/sass nicer tables 2023-12-17 17:13:23 +01:00
content vollkorn hat seinen Senf dazugegeben 2023-12-18 09:42:56 +01:00
themes First try 2023-12-07 19:37:47 +01:00
.gitignore First try 2023-12-07 19:37:47 +01:00
.gitlab-ci.yml Theme is a submodule, so make Gitlab work with them 2023-12-07 19:54:09 +01:00
.gitmodules First try 2023-12-07 19:37:47 +01:00
.hugo_build.lock First try 2023-12-07 19:37:47 +01:00
Dockerfile Clean out docroot before 2023-12-07 19:48:23 +01:00
hugo.yaml Switch to de/en 2023-12-09 22:27:16 +01:00
README.md First try 2023-12-07 19:37:47 +01:00

Hackertours Web Site

Build locally

rm -rf public
hugo
docker build -t hackertours .
docker run -it --rm --name hackertours -p 8888:80 hackertours

Then open http://localhost:8888