diff --git a/bin/hugo_0.24.1_windows_amd64bit.exe b/bin/hugo_0.24.1_windows_amd64bit.exe new file mode 100644 index 0000000..6a7461c Binary files /dev/null and b/bin/hugo_0.24.1_windows_amd64bit.exe differ diff --git a/gulpfile.babel.js b/gulpfile.babel.js index b7bb68d..c7a464b 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -9,7 +9,7 @@ import webpack from "webpack"; import webpackConfig from "./webpack.conf"; const browserSync = BrowserSync.create(); -const hugoBin = `./bin/hugo_0.17_${process.platform}_amd64${process.platform === "windows" ? ".exe" : ""}`; +const hugoBin = `./bin/hugo_0.24.1_${process.platform}_amd64${process.platform === "windows" ? ".exe" : ""}`; const defaultArgs = ["-d", "../dist", "-s", "site", "-v"]; gulp.task("hugo", (cb) => buildSite(cb));