mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-25 10:50:50 +02:00
parent
69d49c0b4a
commit
747d78e86b
3 changed files with 6 additions and 1 deletions
|
@ -16,6 +16,10 @@ cascade:
|
|||
path: /docs/**
|
||||
editable: true
|
||||
show_breadcrumb: true
|
||||
# Hide date from Next In Series
|
||||
show_date: false
|
||||
# Show date modified at end of content
|
||||
show_date_updated: true
|
||||
# Blog post options
|
||||
- _target:
|
||||
path: /post/**
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Getting Started
|
||||
date: 2024-02-17
|
||||
weight: 1
|
||||
---
|
||||
|
||||
|
|
|
@ -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.20240217212918-ae7f0c597978
|
||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240218003515-69d49c0b4a92
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue