Repository of the Ticketing Terminal APIs website project.
The Ticketing Terminal API website is generated with Hugo.
Install hugo extended on your machine. Install dependencies, build assets and start a webserver:
hugo serverCheckout http://localhost:1313/
You can use the image "ext-alpine" from the project : https://github.com/klakegg/docker-hugo. An "ext" is needed image because it includes golang.
Launch a shell into hugo container from the root directory of this project
docker run --rm -it \
-v $(pwd):/src \
-p 1313:1313 \
klakegg/hugo:ext-alpine \
shellThen run
hugo server --environment developmentIf you want to avoid downloading modules at each run, install them locally by running
hugo mod vendorWowchemy theme for Hugo.