hugo-soresu

My fork of hugo-xmin

git clone git://git.shimmy1996.com/hugo-soresu.git
commit a9f25bbe8741df21d2a5e6d3fda9bda73066a412
parent fc88aa63e1e76df2f445bf591ee60b5c72f7cec5
Author: Yihui Xie <xie@yihui.name>
Date:   Thu, 15 Jun 2017 23:36:01 -0500

add author

Diffstat:
MexampleSite/content/about.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md
@@ -1,5 +1,6 @@
 ---
 title: About Hugo XMin
+author: Yihui Xie
 ---
 
 **XMin** is the first Hugo theme I have designed. The original reason that I wrote it was I needed a minimal example of Hugo themes when I was writing the  [**blogdown**](https://github.com/rstudio/blogdown) book. Basically I wanted a simple theme that supports a navigation menu, a home page, other single pages, lists of pages, blog posts, categories, tags, and RSS. That is all. Nothing fancy. In terms of CSS and JavaScript, I really want to keep them minimal. In fact, this theme does not contain any JavaScript code at all, although on this example website I did introduce some JavaScript code (still relatively simple anyway). The theme does not contain any images, either, and is pretty much a plain-text theme.