starters(docs): fix responsive docs menu hidden between md-lg widths

This commit is contained in:
George Cushen 2024-02-24 16:52:53 +00:00
commit ff085a9fde
3 changed files with 4 additions and 9 deletions

View file

@ -37,14 +37,6 @@ cascade:
header:
navbar:
enable: true
# Blog section options
- _target:
path: /post/*
kind: section
# Change url to /blog/
url: /blog/
# Set the listing view
view: date-title-summary
############################
## LANGUAGE
@ -70,6 +62,7 @@ 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/'

View file

@ -1,3 +1,5 @@
---
title: Blog
view: date-title-summary
url: /blog/
---

View file

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