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

github.com/mattbutton/silhouette-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Grossman <rsgross27@gmail.com>2019-01-09 20:09:16 +0300
committerGitHub <noreply@github.com>2019-01-09 20:09:16 +0300
commitbe65cac1da258e4a4cd6d45da50cf58ddbb0e9a5 (patch)
tree106c063bcfcdb3fc9441c96527c21a1bd807494a
parent8ae2e246136c69784f4057f6f40c82293a4629b1 (diff)
Add files via upload
Toggle theme in config instructions
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7c8f918..569e666 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,13 @@ Then clone this repository:
$ git clone https://github.com/mattbutton/silhouette-hugo.git
```
+Add the theme to your site's config file:
+
+```
+ $ cd ..
+ $ echo 'theme = "silhouette-hugo"' >> config.toml
+```
+
Now take a look at the exampleSite folder and you're ready to go!
## License