update hugo config services and added theme-update script

This commit is contained in:
somrat sorkar
2024-01-08 11:42:36 +06:00
parent aa00fbb343
commit c0d75b264b
12 changed files with 54 additions and 21 deletions

View File

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