mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
starters: update
This commit is contained in:
parent
f1e179b23d
commit
9b4580f4be
25 changed files with 199 additions and 60 deletions
|
@ -16,7 +16,9 @@ cascade:
|
|||
path: /post/**
|
||||
kind: page
|
||||
pager: true
|
||||
editable: false
|
||||
editable: true
|
||||
hide_date: false
|
||||
show_date_updated: true
|
||||
reading_time: true
|
||||
commentable: true
|
||||
show_related: true
|
||||
|
@ -69,6 +71,9 @@ taxonomies:
|
|||
markup:
|
||||
_merge: deep
|
||||
highlight:
|
||||
codeFences: true
|
||||
noHl: false
|
||||
noClasses: false
|
||||
lineNos: false
|
||||
related:
|
||||
threshold: 80
|
||||
|
|
|
@ -50,14 +50,11 @@ locale:
|
|||
|
||||
# Site features
|
||||
features:
|
||||
syntax_highlighter:
|
||||
theme_light: github-light
|
||||
theme_dark: github-dark
|
||||
math:
|
||||
enable: false
|
||||
privacy_pack:
|
||||
enable: false
|
||||
repository:
|
||||
url: 'https://github.com/<username>/<repository>'
|
||||
content_dir: content
|
||||
url: 'https://github.com/HugoBlox/hugo-blox-builder/'
|
||||
content_dir: starters/blog/content
|
||||
branch: main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue