From bb0a4f4e126c05fc73d566986fd1612468f5be67 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 30 Oct 2013 00:18:56 -0400 Subject: initial commit --- _root/about.md | 4 ++++ _root/archive.html | 6 ++++++ _root/index.html | 26 ++++++++++++++++++++++++++ _root/tags.html | 17 +++++++++++++++++ 4 files changed, 53 insertions(+) create mode 100644 _root/about.md create mode 100644 _root/archive.html create mode 100644 _root/index.html create mode 100644 _root/tags.html (limited to '_root') diff --git a/_root/about.md b/_root/about.md new file mode 100644 index 0000000..fc92875 --- /dev/null +++ b/_root/about.md @@ -0,0 +1,4 @@ +--- +title : about me +--- +See [my website](http://tozt.net/). diff --git a/_root/archive.html b/_root/archive.html new file mode 100644 index 0000000..14c9ae9 --- /dev/null +++ b/_root/archive.html @@ -0,0 +1,6 @@ +--- +title: archive +--- +{{# posts.collated }} + {{> posts_collate }} +{{/ posts.collated }} diff --git a/_root/index.html b/_root/index.html new file mode 100644 index 0000000..1a0d384 --- /dev/null +++ b/_root/index.html @@ -0,0 +1,26 @@ +--- +title: home +--- +{{# posts.paginator }} +
+

{{title}} {{ date }}

+ {{{ summary }}} + +
+{{/ posts.paginator }} + +
+ diff --git a/_root/tags.html b/_root/tags.html new file mode 100644 index 0000000..00be7bf --- /dev/null +++ b/_root/tags.html @@ -0,0 +1,17 @@ +--- +title: tags +--- + + +{{# posts.tags.all }} +

{{name}}

+ +{{/ posts.tags.all }} -- cgit v1.2.3-54-g00ecf