Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/goodroot/hugo-classic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodroot <root@goodroot.ca>2019-08-20 03:45:16 +0300
committergoodroot <root@goodroot.ca>2019-08-20 03:45:16 +0300
commitbafd650da916da6cb63ac3fe01331b90d0c0a818 (patch)
tree60d13d9c8597e889f024a1c63e9e18a47adb744d /README.md
parentea4084c0e50efdc5bc9e5cd1c1dd9f7836cde414 (diff)
Updates theme.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7feb4df..8c6c2ea 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
# Hugo.io - Classic Theme
-Classic is forked from the **XMin** theme, written by [Yihui Xie](https://yihui.name). I made a fresh remix of it for my [personal blog](https://goodroot.ca). It provides some simplifications, `highlight.js` for syntax highlighting, emoji support, and slick fonts.
+Classic is forked from the **XMin** theme, written by [Yihui Xie](https://yihui.name).
+
+It provides some simplifications, `highlight.js` for syntax highlighting, emoji support, and slick fonts.
### Instructions
@@ -28,7 +30,7 @@ cd classic/themes
git clone git@github.com:goodroot/hugo-classic.git
```
-5: Copy the `content/`, `static/css`, and `config.toml` from the `exampleSite` directory into the classic directory. The existing `content/`, `static/css`, and `config.toml` files will be over-written.
+5: Copy the `content/`, `static/css`, and `config.toml` from the `exampleSite` directory into the classic directory. The existing `content/`, `static/css`, and `config.toml` files will be over-written.
6: Run `hugo server` within `classic/` and enjoy and customize to your hearts content!