diff --git a/bin/hugo_0.24.1_darwin_amd64 b/bin/hugo_0.26_darwin_amd64 similarity index 65% rename from bin/hugo_0.24.1_darwin_amd64 rename to bin/hugo_0.26_darwin_amd64 index 998969e..5e83039 100755 Binary files a/bin/hugo_0.24.1_darwin_amd64 and b/bin/hugo_0.26_darwin_amd64 differ diff --git a/bin/hugo_0.24.1_linux_amd64 b/bin/hugo_0.26_linux_amd64 similarity index 64% rename from bin/hugo_0.24.1_linux_amd64 rename to bin/hugo_0.26_linux_amd64 index 30376f7..8f37dd0 100755 Binary files a/bin/hugo_0.24.1_linux_amd64 and b/bin/hugo_0.26_linux_amd64 differ diff --git a/bin/hugo_0.24.1_windows_amd64.exe b/bin/hugo_0.26_windows_amd64.exe old mode 100644 new mode 100755 similarity index 64% rename from bin/hugo_0.24.1_windows_amd64.exe rename to bin/hugo_0.26_windows_amd64.exe index 6a7461c..fd63608 Binary files a/bin/hugo_0.24.1_windows_amd64.exe and b/bin/hugo_0.26_windows_amd64.exe differ diff --git a/gulpfile.babel.js b/gulpfile.babel.js index c7a464b..8ee1c8f 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.24.1_${process.platform}_amd64${process.platform === "windows" ? ".exe" : ""}`; +const hugoBin = `./bin/hugo_0.26_${process.platform}_amd64${process.platform === "windows" ? ".exe" : ""}`; const defaultArgs = ["-d", "../dist", "-s", "site", "-v"]; gulp.task("hugo", (cb) => buildSite(cb));