From 0f816271a0312f861f34a443f6e9e3137f368df0 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 8 Jun 2014 11:31:54 +0100 Subject: Add first post --- content/post/a-new-site.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 content/post/a-new-site.md (limited to 'content') diff --git a/content/post/a-new-site.md b/content/post/a-new-site.md new file mode 100644 index 0000000..2285fe7 --- /dev/null +++ b/content/post/a-new-site.md @@ -0,0 +1,15 @@ ++++ +Categories = ["Geek"] +Description = "I made a website." +Tags = ["Geek"] +Title = "A New Site" +Date = 2014-06-07T20:16:16Z ++++ + +I finally got around to making a website. I decided to use [Hugo] with a slightly-modified [Hyde theme]. + +Someday I'll make my own theme, probably using [Stylus] for CSS processing. But for now, this will do. The more important thing is just to create some content. + +[Hugo]: http://hugo.spf13.com/ +[Hyde theme]: https://github.com/spf13/hyde +[Stylus]: http://learnboost.github.io/stylus/ -- cgit 1.4.1