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 /package.json
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 'package.json')
-rw-r--r--package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json
index 396c86b..747fe86 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,10 @@
{
"name": "hugo-theme-massively",
- "version": "5.2.0",
+ "version": "5.3.0",
"description": "HTML5 UP theme Massively for Hugo",
- "main": "index.js",
+ "scripts": {
+ "hugo-dev": "cd exampleSite && hugo server --themesDir ../.."
+ },
"repository": {
"type": "git",
"url": "git+https://github.com/curttimson/hugo-theme-massively.git"