From c472e04b451a486df6136c8fcd388892944650a7 Mon Sep 17 00:00:00 2001 From: Splitter Date: Sun, 18 Feb 2024 00:40:08 +0000 Subject: [PATCH] starters: port docs template --- config/_default/hugo.yaml | 4 ++++ content/docs/getting-started.md | 1 + go.mod | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/config/_default/hugo.yaml b/config/_default/hugo.yaml index a8a6da7..7959a56 100644 --- a/config/_default/hugo.yaml +++ b/config/_default/hugo.yaml @@ -16,6 +16,10 @@ cascade: path: /docs/** editable: true show_breadcrumb: true + # Hide date from Next In Series + show_date: false + # Show date modified at end of content + show_date_updated: true # Blog post options - _target: path: /post/** diff --git a/content/docs/getting-started.md b/content/docs/getting-started.md index cfc6b11..f504fda 100644 --- a/content/docs/getting-started.md +++ b/content/docs/getting-started.md @@ -1,5 +1,6 @@ --- title: Getting Started +date: 2024-02-17 weight: 1 --- diff --git a/go.mod b/go.mod index faa54e7..e24120e 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.20240217212918-ae7f0c597978 + github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240218003515-69d49c0b4a92 )