diff --git a/assets/jsconfig.json b/assets/jsconfig.json index f02e6df47d0..5754a5a5c9a 100644 --- a/assets/jsconfig.json +++ b/assets/jsconfig.json @@ -3,7 +3,7 @@ "baseUrl": ".", "paths": { "*": [ - "../../../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/v4@v4.0.0-20231006193257-e8f8f3b22b76/assets/*" + "../../toha/assets/*" ] } } diff --git a/content/posts/category/sub-category/rich-content/index.md b/content/posts/category/sub-category/rich-content/index.md index 15c72119d4e..e23ba9ed663 100644 --- a/content/posts/category/sub-category/rich-content/index.md +++ b/content/posts/category/sub-category/rich-content/index.md @@ -9,8 +9,12 @@ menu: parent: sub-category weight: 10 hero: images/forest.jpg -tags: ["Markdown","Content Organization","Multi-lingual"] -categories: ["Basic"] +tags: +- Markdown +- Content Organization +- Multi-lingual +categories: +- Basic --- This sample post tests the followings: diff --git a/go.mod b/go.mod index 2123dfb2dc7..578ea904f8d 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/hugo-toha/hugo-toha.github.io go 1.19 -require github.com/hugo-toha/toha/v4 v4.0.0-20231020202026-69611695e7e3 // indirect +require github.com/hugo-toha/toha/v4 v4.0.0-20231031071528-05c9d3d850b2 // indirect // replace( // github.com/hugo-toha/toha/v4 => ../toha diff --git a/go.sum b/go.sum index d6e8906fa5e..deda1c10255 100644 --- a/go.sum +++ b/go.sum @@ -8,3 +8,5 @@ github.com/hugo-toha/toha/v4 v4.0.0-20231006193257-e8f8f3b22b76 h1:tdFPiwCPgQvOR github.com/hugo-toha/toha/v4 v4.0.0-20231006193257-e8f8f3b22b76/go.mod h1:p/K34lqlqmhzfPd4cx66od7sjlROBqhMxG30mJz+aKQ= github.com/hugo-toha/toha/v4 v4.0.0-20231020202026-69611695e7e3 h1:SOiejz6dJw2jm+MBDKrznDKVWpPPXMe2YUqin9BY6Ek= github.com/hugo-toha/toha/v4 v4.0.0-20231020202026-69611695e7e3/go.mod h1:p/K34lqlqmhzfPd4cx66od7sjlROBqhMxG30mJz+aKQ= +github.com/hugo-toha/toha/v4 v4.0.0-20231031071528-05c9d3d850b2 h1:EkR94Ztv1Ao+iEP0e5Vk/GRmZvhAjSHzjsMOXBaK3Ak= +github.com/hugo-toha/toha/v4 v4.0.0-20231031071528-05c9d3d850b2/go.mod h1:p/K34lqlqmhzfPd4cx66od7sjlROBqhMxG30mJz+aKQ= diff --git a/netlify.toml b/netlify.toml index f7eede722c9..2921f2e717b 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,7 +5,7 @@ publish = "public" [context.production.environment] HUGO_ENABLEGITINFO = "true" HUGO_ENV = "production" -HUGO_VERSION = "0.109.0" +HUGO_VERSION = "0.120.1" NODE_VERSION = "v18.12.1" NPM_VERSION = "8.19.2" @@ -14,7 +14,7 @@ command = "hugo mod tidy && hugo mod npm pack && npm install && hugo --gc --mini [context.split1.environment] HUGO_ENV = "production" - HUGO_VERSION = "0.109.0" + HUGO_VERSION = "0.120.1" NODE_VERSION = "v18.12.1" NPM_VERSION = "8.19.2" @@ -22,7 +22,7 @@ command = "hugo mod tidy && hugo mod npm pack && npm install && hugo --gc --mini command = "hugo mod tidy && hugo mod npm pack && npm install && hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL" [context.deploy-preview.environment] - HUGO_VERSION = "0.109.0" + HUGO_VERSION = "0.120.1" NODE_VERSION = "v18.12.1" NPM_VERSION = "8.19.2" @@ -30,7 +30,7 @@ command = "hugo mod tidy && hugo mod npm pack && npm install && hugo --gc --mini command = "hugo mod tidy && hugo mod npm pack && npm install && hugo --gc --minify -b $DEPLOY_PRIME_URL" [context.branch-deploy.environment] - HUGO_VERSION = "0.109.0" + HUGO_VERSION = "0.120.1" NODE_VERSION = "v18.12.1" NPM_VERSION = "8.19.2"