diff --git a/content/about/index.md b/content/about/index.md index ea74f6b..1ae88c9 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -1,7 +1,7 @@ --- title: "Photo Credit" date: 2021-09-24T10:18:47+02:00 -draft: true +draft: false heroHeading: 'Photo Credits' heroSubHeading: 'SEUH 2022 HTW Berlin' heroBackground: 'images/unsplash/claudio-schwarz-WKWcvKj1uko-unsplash.jpg' diff --git a/makefile b/makefile new file mode 100644 index 0000000..1ec89a9 --- /dev/null +++ b/makefile @@ -0,0 +1,6 @@ +push: + git submodule foreach --recursive 'git push' + git push +hugo: + open http://localhost:1313/seuh2022 + hugo -D -p 1313 server