remove cusom hugo_stats decoder, fixed theme.json update auto reload

This commit is contained in:
somrat sorkar
2023-09-02 09:40:53 +06:00
parent 59eef62fde
commit 77bc7eef2d
12 changed files with 19 additions and 37 deletions

View File

@@ -3,7 +3,7 @@
# default versions
NODE_VERSION='18.16.1';
GO_VERSION='1.20.5';
HUGO_VERSION='0.115.4';
HUGO_VERSION='0.118.2';
# install Node.js
# echo "Installing Node.js $NODE_VERSION..."