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

github.com/nathancday/min_night.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate <nathancday@gmail.com>2017-12-09 23:16:33 +0300
committerNate <nathancday@gmail.com>2018-03-12 02:28:52 +0300
commitb7aeb484fef69bbecc4673da69247928df094724 (patch)
tree2d842a6b2bfcba7b7d88ba349d447f281ca6708e
parent581fd8f4e6a753d3db0565c89cfa34d0abbab8d2 (diff)
fixed minimal reference in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0da2bb5..ff70501 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ After installation, take a look at the `exampleSite` folder inside `themes/minim
To get started, copy the `config.toml` file inside `exampleSite` to the root of your Hugo site:
```
-$ cp themes/minimal/exampleSite/config.toml .
+$ cp themes/min_night/exampleSite/config.toml .
```
This file is the centerpiece for easy theme customizations. Some noteable features are described next.