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

github.com/curttimson/hugo-theme-massively.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index b5ef9d5..c1e0cbd 100644
--- a/README.md
+++ b/README.md
@@ -46,10 +46,20 @@ The cover image URL is hard-coded, therefore to replace this add an image to the
### Example Site Production Deployment
+
+#### Production Deployment
+
```
$ hugo --config config-prod.toml
```
+#### Running Locally
+
+```
+$ hugo server --themesDir ../..
+```
+
+
## Original Theme Credits
- [Massively by HTML5 UP](https://html5up.net/massively)