Skip to content

Commit c472e04

Browse files
author
Splitter
committed
starters: port docs template
1 parent 667e2b2 commit c472e04

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

config/_default/hugo.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ cascade:
1616
path: /docs/**
1717
editable: true
1818
show_breadcrumb: true
19+
# Hide date from Next In Series
20+
show_date: false
21+
# Show date modified at end of content
22+
show_date_updated: true
1923
# Blog post options
2024
- _target:
2125
path: /post/**

content/docs/getting-started.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Getting Started
3+
date: 2024-02-17
34
weight: 1
45
---
56

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.20240217212918-ae7f0c597978
7+
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240218003515-69d49c0b4a92
88
)

0 commit comments

Comments
 (0)