diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 9b65cc1..b942bcc 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -1,7 +1,7 @@ name: Deploy website to GitHub Pages env: - WC_HUGO_VERSION: '0.123.6' + WC_HUGO_VERSION: '0.123.7' on: # Trigger the workflow every time you push to the `main` branch diff --git a/config/_default/hugo.yaml b/config/_default/hugo.yaml index 56a34e7..e73aff6 100644 --- a/config/_default/hugo.yaml +++ b/config/_default/hugo.yaml @@ -22,7 +22,7 @@ cascade: show_date_updated: true # Blog post options - _target: - path: /post/** + path: /blog/** kind: page pager: true editable: true @@ -62,7 +62,6 @@ footnotereturnlinkcontents: ^ ignoreFiles: [\.ipynb$, .ipynb_checkpoints$, \.Rmd$, \.Rmarkdown$, _cache$] enableInlineShortcodes: true permalinks: - post: '/blog/:slug/' authors: '/author/:slug/' tags: '/tag/:slug/' categories: '/category/:slug/' diff --git a/content/post/_index.md b/content/blog/_index.md similarity index 100% rename from content/post/_index.md rename to content/blog/_index.md diff --git a/content/post/v1.0.0/featured.jpg b/content/blog/v1.0.0/featured.jpg similarity index 100% rename from content/post/v1.0.0/featured.jpg rename to content/blog/v1.0.0/featured.jpg diff --git a/content/post/v1.0.0/index.md b/content/blog/v1.0.0/index.md similarity index 100% rename from content/post/v1.0.0/index.md rename to content/blog/v1.0.0/index.md diff --git a/content/post/v2.0.0/featured.jpg b/content/blog/v2.0.0/featured.jpg similarity index 100% rename from content/post/v2.0.0/featured.jpg rename to content/blog/v2.0.0/featured.jpg diff --git a/content/post/v2.0.0/index.md b/content/blog/v2.0.0/index.md similarity index 100% rename from content/post/v2.0.0/index.md rename to content/blog/v2.0.0/index.md diff --git a/go.mod b/go.mod index 2e7377a..536f069 100644 --- a/go.mod +++ b/go.mod @@ -4,5 +4,5 @@ go 1.15 require ( github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20240217212918-ae7f0c597978 - github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240228195300-ae83c68788d6 + github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240303165809-469a458ab94f ) diff --git a/hugoblox.yaml b/hugoblox.yaml index 9797bce..976a936 100644 --- a/hugoblox.yaml +++ b/hugoblox.yaml @@ -1,2 +1,2 @@ build: - hugo_version: '0.123.6' + hugo_version: '0.123.7' diff --git a/netlify.toml b/netlify.toml index 5c9050d..be5d5f2 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.123.6" + HUGO_VERSION = "0.123.7" HUGO_ENABLEGITINFO = "true" [context.production.environment]