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

github.com/curttimson/hugo-theme-dopetrope.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCurtis Timson <curt@live.co.uk>2018-02-11 11:41:31 +0300
committerCurtis Timson <curt@live.co.uk>2018-02-11 11:41:31 +0300
commitf06e773e36c76186d0699a7151e401d6f160eb5b (patch)
tree50d4288edee3fca61f54518ec4516782148dd415
parent8c7ba7ded8bacdc67ffc0f069ac9415d1db1b13e (diff)
:memo: Add Example Site Deployment steps to README
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3f24f48..b9251d6 100644
--- a/README.md
+++ b/README.md
@@ -85,6 +85,15 @@ The cover image URL is hard-coded, therefore to replace this add an image to the
/static/images/pic01.jpg
```
+## Development
+
+### Example Site Deployment
+
+```
+$ hugo --config config-prod.toml
+$ gulp deploy
+```
+
## Original Theme Credits
- [Dopetrope by HTML5 UP](https://html5up.net/dopetrope)