diff options
author | Alan Pearce | 2014-06-08 11:31:54 +0100 |
---|---|---|
committer | Alan Pearce | 2014-06-08 11:31:54 +0100 |
commit | 619e43e424975984c9949f5e72c338e996d115e6 (patch) | |
tree | 88dad61219526a36a17147df7b689768b7323ca3 /post | |
parent | b0a354e8dafa8ed126bd4a71a3f10ee6f756f838 (diff) | |
download | website-619e43e424975984c9949f5e72c338e996d115e6.tar.lz website-619e43e424975984c9949f5e72c338e996d115e6.tar.zst website-619e43e424975984c9949f5e72c338e996d115e6.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/ |