update hugo and package versions

This commit is contained in:
Somrat 2025-01-19 16:08:39 +06:00
parent e767a2ce90
commit 1c8485a586
10 changed files with 15 additions and 14 deletions

View File

@ -15,7 +15,7 @@ permissions:
# Environment variables available to all jobs and steps in this workflow # Environment variables available to all jobs and steps in this workflow
env: env:
HUGO_ENV: production HUGO_ENV: production
HUGO_VERSION: "0.139.2" HUGO_VERSION: "0.141.0"
GO_VERSION: "1.23.3" GO_VERSION: "1.23.3"
NODE_VERSION: "20.0.0" NODE_VERSION: "20.0.0"
TINA_CLIENT_ID: ${{ vars.TINA_CLIENT_ID }} TINA_CLIENT_ID: ${{ vars.TINA_CLIENT_ID }}

View File

@ -3,7 +3,7 @@ stages:
variables: variables:
HUGO_ENV: production HUGO_ENV: production
HUGO_VERSION: "0.139.2" HUGO_VERSION: "0.141.0"
GO_VERSION: "1.23.3" GO_VERSION: "1.23.3"
NODE_VERSION: "18.16.1" NODE_VERSION: "18.16.1"

View File

@ -4,11 +4,11 @@ frontend:
preBuild: preBuild:
commands: commands:
- yum install -y curl - yum install -y curl
- curl -LO "https://github.com/gohugoio/hugo/releases/download/v0.139.2/hugo_extended_0.139.2_Linux-64bit.tar.gz" - curl -LO "https://github.com/gohugoio/hugo/releases/download/v0.141.0/hugo_extended_0.141.0_Linux-64bit.tar.gz"
- tar -xvf hugo_extended_0.139.2_Linux-64bit.tar.gz - tar -xvf hugo_extended_0.141.0_Linux-64bit.tar.gz
- mv hugo /usr/local/bin/ - mv hugo /usr/local/bin/
- rm hugo_extended_0.139.2_Linux-64bit.tar.gz - rm hugo_extended_0.141.0_Linux-64bit.tar.gz
- echo "HUGO 0.139.2 INSTALLED" - echo "HUGO 0.141.0 INSTALLED"
- curl -LO "https://dl.google.com/go/go1.23.3.linux-amd64.tar.gz" - curl -LO "https://dl.google.com/go/go1.23.3.linux-amd64.tar.gz"
- tar -C /usr/local -xzf go1.23.3.linux-amd64.tar.gz - tar -C /usr/local -xzf go1.23.3.linux-amd64.tar.gz
- export PATH=$PATH:/usr/local/go/bin - export PATH=$PATH:/usr/local/go/bin

View File

@ -1,6 +1,6 @@
[hugoVersion] [hugoVersion]
extended = true extended = true
min = "0.139.2" min = "0.141.0"
[[imports]] [[imports]]
path = "github.com/zeon-studio/hugoplate" path = "github.com/zeon-studio/hugoplate"

View File

@ -27,4 +27,5 @@ require (
github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20250112030311-a0de82520a5a // indirect github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20250112030311-a0de82520a5a // indirect
github.com/gethugothemes/hugo-modules/videos v0.0.0-20250112030311-a0de82520a5a // indirect github.com/gethugothemes/hugo-modules/videos v0.0.0-20250112030311-a0de82520a5a // indirect
github.com/hugomods/mermaid v0.1.4 // indirect github.com/hugomods/mermaid v0.1.4 // indirect
github.com/zeon-studio/hugoplate v0.0.0-20250116040859-e767a2ce9068 // indirect
) )

View File

@ -1,6 +1,6 @@
######################## default configuration #################### ######################## default configuration ####################
# The base URL of your site (required). This will be prepended to all relative URLs. # The base URL of your site (required). This will be prepended to all relative URLs.
baseURL = "https://inside.themefisher.com" baseURL = "https://example.org"
# Title of your website (required). # Title of your website (required).
title = "Hugoplate" title = "Hugoplate"
# Your theme name # Your theme name

View File

@ -3,5 +3,5 @@ publish = "public"
command = "yarn project-setup; yarn build" command = "yarn project-setup; yarn build"
[build.environment] [build.environment]
HUGO_VERSION = "0.139.2" HUGO_VERSION = "0.141.0"
GO_VERSION = "1.23.3" GO_VERSION = "1.23.3"

View File

@ -1,7 +1,7 @@
{ {
"name": "hugoplate", "name": "hugoplate",
"description": "hugo tailwindcss boilerplate", "description": "hugo tailwindcss boilerplate",
"version": "1.18.2", "version": "1.18.3",
"license": "MIT", "license": "MIT",
"author": "zeon.studio", "author": "zeon.studio",
"scripts": { "scripts": {
@ -22,11 +22,11 @@
"@tailwindcss/forms": "^0.5.10", "@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16", "@tailwindcss/typography": "^0.5.16",
"autoprefixer": "^10.4.20", "autoprefixer": "^10.4.20",
"postcss": "^8.4.49", "postcss": "^8.5.1",
"postcss-cli": "^11.0.0", "postcss-cli": "^11.0.0",
"prettier": "^3.4.2", "prettier": "^3.4.2",
"prettier-plugin-go-template": "0.0.15", "prettier-plugin-go-template": "0.0.15",
"prettier-plugin-tailwindcss": "^0.6.9", "prettier-plugin-tailwindcss": "^0.6.10",
"tailwind-bootstrap-grid": "^5.1.0", "tailwind-bootstrap-grid": "^5.1.0",
"tailwindcss": "^3.4.17" "tailwindcss": "^3.4.17"
}, },

View File

@ -4,7 +4,7 @@ licenselink = "https://github.com/zeon-studio/hugoplate/blob/main/LICENSE"
description = "Hugoplate is a free starter template built with Hugo, and TailwindCSS, providing everything you need to jumpstart your Hugo project and save valuable time." description = "Hugoplate is a free starter template built with Hugo, and TailwindCSS, providing everything you need to jumpstart your Hugo project and save valuable time."
homepage = "https://github.com/zeon-studio/hugoplate" homepage = "https://github.com/zeon-studio/hugoplate"
demosite = "https://zeon.studio/preview?project=hugoplate" demosite = "https://zeon.studio/preview?project=hugoplate"
min_version = "0.139.2" min_version = "0.141.0"
tags = [ tags = [
"blog", "blog",

View File

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