From aa2884340c4228c5c29b6c24aebf417c4fed0248 Mon Sep 17 00:00:00 2001 From: B Kleinen Date: Fri, 24 Sep 2021 11:28:50 +0200 Subject: [PATCH] makefile --- content/about/index.md | 2 +- makefile | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 makefile 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