Skip to content

Commit bccd1c6

Browse files
author
Splitter
committed
starters(docs): fix responsive docs menu hidden between md-lg widths
1 parent 42a91da commit bccd1c6

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

config/_default/hugo.yaml

+1-8
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,6 @@ cascade:
3737
header:
3838
navbar:
3939
enable: true
40-
# Blog section options
41-
- _target:
42-
path: /post/*
43-
kind: section
44-
# Change url to /blog/
45-
url: /blog/
46-
# Set the listing view
47-
view: date-title-summary
4840

4941
############################
5042
## LANGUAGE
@@ -70,6 +62,7 @@ footnotereturnlinkcontents: <sup>^</sup>
7062
ignoreFiles: [\.ipynb$, .ipynb_checkpoints$, \.Rmd$, \.Rmarkdown$, _cache$]
7163
enableInlineShortcodes: true
7264
permalinks:
65+
post: '/blog/:slug/'
7366
authors: '/author/:slug/'
7467
tags: '/tag/:slug/'
7568
categories: '/category/:slug/'

content/post/_index.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
---
22
title: Blog
3+
view: date-title-summary
4+
url: /blog/
35
---

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.20240218004752-06e9c42adcfe
7+
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240224164709-5fc2af797a35
88
)

0 commit comments

Comments
 (0)