diff options
author | Yihui Xie | 2017-06-15 23:36:01 -0500 |
---|---|---|
committer | Yihui Xie | 2017-06-15 23:36:01 -0500 |
commit | a9f25bbe8741df21d2a5e6d3fda9bda73066a412 (patch) | |
tree | 9b88f98df5890a31814a7c661c9fe33890e11d4d | |
parent | fc88aa63e1e76df2f445bf591ee60b5c72f7cec5 (diff) | |
download | hugo-xmin-a9f25bbe8741df21d2a5e6d3fda9bda73066a412.tar.lz hugo-xmin-a9f25bbe8741df21d2a5e6d3fda9bda73066a412.tar.zst hugo-xmin-a9f25bbe8741df21d2a5e6d3fda9bda73066a412.zip |
add author
-rw-r--r-- | exampleSite/content/about.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md index d8df3ca..d01cc25 100644 --- 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. |