mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-25 10:50:50 +02:00
starters(docs): fix responsive docs menu hidden between md-lg widths
This commit is contained in:
parent
5fc2af797a
commit
ff085a9fde
3 changed files with 4 additions and 9 deletions
|
@ -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/'
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
---
|
||||
title: Blog
|
||||
view: date-title-summary
|
||||
url: /blog/
|
||||
---
|
||||
|
|
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue