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

github.com/mismith0227/hugo_theme_pickles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormismith0227 <doraepon2216@gmail.com>2019-12-11 04:35:07 +0300
committermismith0227 <doraepon2216@gmail.com>2019-12-11 04:35:07 +0300
commit665f4e7d875f17307696e0b093f3cf2d2b92f4da (patch)
tree049a096d90e3981d5c845bf2819f4ea44b13cc7c
parent681672c168fe21b3121f125e3e10a3a8dd933654 (diff)
edit samplesite
-rwxr-xr-xgulpfile.js1
-rw-r--r--package.json2
-rw-r--r--theme.toml2
3 files changed, 2 insertions, 3 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 36a37d4..8a2e95e 100755
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -67,7 +67,6 @@ const clean = cb => {
// Watch
// =====================================================
-// watch
const watchFiles = () => {
watch(config.tasks.scss.src, compileSass)
watch(config.tasks.webpack.src, compileJavascript)
diff --git a/package.json b/package.json
index fc2c998..863a5ea 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"scripts": {
"hugo": "hugo server",
"dev": "gulp",
- "prod": "gulp clean && gulp --env production",
+ "prod": "gulp --env production",
"build": "gulp build --env production",
"test": "echo \"Error: no test specified\" && exit 1"
},
diff --git a/theme.toml b/theme.toml
index d6b9ab1..065763d 100644
--- a/theme.toml
+++ b/theme.toml
@@ -3,7 +3,7 @@ license = "MIT"
licenselink = "https://github.com/mismith0227/hugo_theme_pickles/blob/master/LICENSE.md"
description = "Pickles is a modern, simple and beautiful Hugo theme"
author = "Takuma Misumi"
-homepage = "https://pickles.work/"
+homepage = "https://github.com/mismith0227/hugo_theme_pickles/tree/release"
source_repo = "git@github.com:mismith0227/hugo_theme_pickles.git"
tags = ["Responsive", "Blog", "Google analytics", "Disqus", "Clean", "Tags", "Minimal", "Minimalist", "Simple", "White", "Starter"]
features = ["blog"]