Skip to content
Snippets Groups Projects
Commit 6e0d40ed authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Add hugo template

parent 663f9d68
No related branches found
No related tags found
No related merge requests found
Pipeline #15180 passed
...@@ -21,7 +21,7 @@ html: venv ...@@ -21,7 +21,7 @@ html: venv
# deliverables: $(DELIVERABLES_DOCX) # deliverables: $(DELIVERABLES_DOCX)
portal-dev: portal-dev:
docker run --rm -it -v $(pwd):/src -p 1313:1313 klakegg/hugo:0.76.5 server docker run --rm -it --user $(shell id -u):$(shell id -g) -v $(shell pwd)/portal:/src -p 1313:1313 klakegg/hugo:0.76.5 server
clean: clean:
rm -rf venv public rm -rf venv public
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---
baseURL = "http://openscience.km3net.de/"
languageCode = "en-us"
title = "KM3NeT Open Science Portal"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment