diff options
Diffstat (limited to 'content/post/a-new-site.md')
-rw-r--r-- | content/post/a-new-site.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/content/post/a-new-site.md b/content/post/a-new-site.md new file mode 100644 index 0000000..af61143 --- /dev/null +++ b/content/post/a-new-site.md @@ -0,0 +1,15 @@ ++++ +description = "I made a website." +title = "A New Site" +date = 2014-06-07T20:16:16Z +[taxonomies] +tags = ["website"] ++++ + +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]: https://gohugo.io +[Hyde theme]: https://github.com/spf13/hyde +[Stylus]: http://learnboost.github.io/stylus/ |