diff options
author | Alan Pearce | 2014-06-08 11:31:54 +0100 |
---|---|---|
committer | Alan Pearce | 2014-06-08 11:31:54 +0100 |
commit | bfc867c999f6a8af9424d37b1f8b0f7c6f85d5fa (patch) | |
tree | 8b7f63be48b5ceda9167c0c7a189f50058f9c860 /post | |
parent | c8b65a2e2fe6a1b9c20c11e8d20d5b9209bb0060 (diff) | |
download | website-bfc867c999f6a8af9424d37b1f8b0f7c6f85d5fa.tar.lz website-bfc867c999f6a8af9424d37b1f8b0f7c6f85d5fa.tar.zst website-bfc867c999f6a8af9424d37b1f8b0f7c6f85d5fa.zip |
Add first post
Diffstat (limited to 'post')
-rw-r--r-- | post/a-new-site.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/post/a-new-site.md b/post/a-new-site.md new file mode 100644 index 0000000..2285fe7 --- /dev/null +++ b/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/ |