From fc4ae5a46c25d485757a9ca6e0c6e67008a6914b Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 10 Oct 2014 17:02:14 +0200 Subject: add initial index.html --- Makefile | 4 ++-- src/index.html | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 src/index.html diff --git a/Makefile b/Makefile index ebf6efb..d64c7e7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -HTML := journal.html about.html +HTML := index.html journal.html about.html CSS := style.css RESOURCES := glider.png @@ -10,7 +10,7 @@ FILES := $(HTML) $(CSS) sitemap.xml pgp-key.txt \ site: $(addprefix build/, $(FILES)) clean: - rm -rf build/* + -rm $(addprefix build/, $(FILES)) build/%.html: src/%.html $(PARTIALS) @./scripts/awink $< $@ diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..a848742 --- /dev/null +++ b/src/index.html @@ -0,0 +1,26 @@ + + + + + ~kyrias/ +%include partials/meta.html + + +
+%include partials/nav.html +

~kyrias/

+
+ +
+

+ Hello there, welcome to my empty corner of the Internet. There isn't really anything up here yet, and there likely never will be either for that matter, but feel free to check out my journal where I guess I’m supposed to actually write entries, and my about page if you for some reason want to read more about me. +

+ +

Last updated

+

+ +
+ +%include partials/footer.html + + -- cgit v1.2.3-54-g00ecf