added support for latex
This commit is contained in:
@@ -2,4 +2,5 @@
|
|||||||
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
|
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||||
weight: 50
|
weight: 50
|
||||||
draft: true
|
draft: true
|
||||||
|
math: false
|
||||||
---
|
---
|
||||||
|
|||||||
12
hugo.yaml
12
hugo.yaml
@@ -2,6 +2,9 @@ baseURL: https://johannes-dokumentation.z1glr.de
|
|||||||
title: Johanneskirche Bühl - Technik
|
title: Johanneskirche Bühl - Technik
|
||||||
defaultContentLanguage: de
|
defaultContentLanguage: de
|
||||||
|
|
||||||
|
ignoreFiles:
|
||||||
|
- content/archetypes/*
|
||||||
|
|
||||||
module:
|
module:
|
||||||
imports:
|
imports:
|
||||||
- path: github.com/imfing/hextra
|
- path: github.com/imfing/hextra
|
||||||
@@ -52,3 +55,12 @@ params:
|
|||||||
sortOrder: desc
|
sortOrder: desc
|
||||||
article:
|
article:
|
||||||
displayPagination: true
|
displayPagination: true
|
||||||
|
|
||||||
|
markup:
|
||||||
|
goldmark:
|
||||||
|
extensions:
|
||||||
|
passthrough:
|
||||||
|
delimiters:
|
||||||
|
block: [['\[', '\]'], ["$$", "$$"]]
|
||||||
|
inline: [['\(', '\)']]
|
||||||
|
enable: true
|
||||||
|
|||||||
Reference in New Issue
Block a user