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:
authorCurtis Timson <curt@live.co.uk>2019-08-16 17:54:08 +0300
committerGitHub <noreply@github.com>2019-08-16 17:54:08 +0300
commit37030350f0bb87bb70683e42c8d7b1f9d223d960 (patch)
tree912254da43eec1db0d085a8ea3dbbf3a008bbfe0 /README.md
parentec9690b2d96c9747528313acf179b8bbf78868d9 (diff)
Release 5.3.0 (#74)5.3.0
* Gitflow semantic versioning (#63) * Update version number to include wip * Add change log file * Add WIP example to change log * Add japanese (#64) * add japanese * Update package version and change log * Update README to include Japanese translation set * install ja folder * Update assets to latest from HTML5UP. (#65) * Update assets to latest from HTML5UP. Fix minor issue with contact form formatting. * Update version and change log * Update version and change log (#67) * Update version and change log * Add dev tag to version * Add npm script (#69) * Featuredpost config boolean (#70) * Update featured post logic to use boolean With fallback for existing strings * Update change log and package version * Fix homepage issues for Hugo 0.57.0 (#72) * Add fix to use RegularPages * Add disableKinds configuration * Update content (#73) * Update post content * Update package version and change log * Update package version and change log
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 0c9d109..9718df2 100644
--- a/README.md
+++ b/README.md
@@ -47,19 +47,21 @@ 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
+$ cd exampleSite && hugo --config config-prod.toml
```
#### Running Locally
```
-$ hugo server --themesDir ../..
+$ npm run hugo-dev
+```
+OR
+```
+$ cd exampleSite && hugo server --themesDir ../..
```
-
## Original Theme Credits