Skip to content

Commit

Permalink
starters(tailwind): migrate from post to blog as default blog pos…
Browse files Browse the repository at this point in the history
…t folder
  • Loading branch information
Splitter committed Mar 3, 2024
1 parent f0a8cb9 commit 09b4254
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions config/_default/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cascade:
show_date_updated: true
# Blog post options
- _target:
path: /post/**
path: /blog/**
kind: page
pager: true
editable: true
Expand Down Expand Up @@ -62,7 +62,6 @@ footnotereturnlinkcontents: <sup>^</sup>
ignoreFiles: [\.ipynb$, .ipynb_checkpoints$, \.Rmd$, \.Rmarkdown$, _cache$]
enableInlineShortcodes: true
permalinks:
post: '/blog/:slug/'
authors: '/author/:slug/'
tags: '/tag/:slug/'
categories: '/category/:slug/'
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
2 changes: 1 addition & 1 deletion hugoblox.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
build:
hugo_version: '0.123.6'
hugo_version: '0.123.7'
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
publish = "public"

[build.environment]
HUGO_VERSION = "0.123.6"
HUGO_VERSION = "0.123.7"
HUGO_ENABLEGITINFO = "true"

[context.production.environment]
Expand Down

0 comments on commit 09b4254

Please sign in to comment.