Skip to content

Commit 09b4254

Browse files
author
Splitter
committed
starters(tailwind): migrate from post to blog as default blog post folder
1 parent f0a8cb9 commit 09b4254

File tree

10 files changed

+5
-6
lines changed

10 files changed

+5
-6
lines changed

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Deploy website to GitHub Pages
22

33
env:
4-
WC_HUGO_VERSION: '0.123.6'
4+
WC_HUGO_VERSION: '0.123.7'
55

66
on:
77
# Trigger the workflow every time you push to the `main` branch

config/_default/hugo.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cascade:
2222
show_date_updated: true
2323
# Blog post options
2424
- _target:
25-
path: /post/**
25+
path: /blog/**
2626
kind: page
2727
pager: true
2828
editable: true
@@ -62,7 +62,6 @@ footnotereturnlinkcontents: <sup>^</sup>
6262
ignoreFiles: [\.ipynb$, .ipynb_checkpoints$, \.Rmd$, \.Rmarkdown$, _cache$]
6363
enableInlineShortcodes: true
6464
permalinks:
65-
post: '/blog/:slug/'
6665
authors: '/author/:slug/'
6766
tags: '/tag/:slug/'
6867
categories: '/category/:slug/'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ go 1.15
44

55
require (
66
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20240217212918-ae7f0c597978
7-
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240228195300-ae83c68788d6
7+
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240303165809-469a458ab94f
88
)

hugoblox.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
build:
2-
hugo_version: '0.123.6'
2+
hugo_version: '0.123.7'

netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
publish = "public"
44

55
[build.environment]
6-
HUGO_VERSION = "0.123.6"
6+
HUGO_VERSION = "0.123.7"
77
HUGO_ENABLEGITINFO = "true"
88

99
[context.production.environment]

0 commit comments

Comments
 (0)