Skip to content

Commit

Permalink
starters(docs): fix responsive docs menu hidden between md-lg widths
Browse files Browse the repository at this point in the history
  • Loading branch information
Splitter committed Feb 24, 2024
1 parent 42a91da commit bccd1c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
9 changes: 1 addition & 8 deletions config/_default/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/'
Expand Down
2 changes: 2 additions & 0 deletions content/post/_index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---
title: Blog
view: date-title-summary
url: /blog/
---
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit bccd1c6

Please sign in to comment.