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 'gulpfile.js')
-rw-r--r--gulpfile.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/gulpfile.js b/gulpfile.js
deleted file mode 100644
index 72f89fb..0000000
--- a/gulpfile.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var gulp = require("gulp");
-var ghPages = require('gulp-gh-pages');
-
-gulp.task('deploy', function() {
- return gulp.src('./exampleSite/public/**/*')
- .pipe(ghPages({
- "remoteUrl": "git@github.com:curttimson/hugo-theme-massively.git"
- }));
-}); \ No newline at end of file