added support for latex
This commit is contained in:
@@ -2,4 +2,5 @@
|
||||
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
weight: 50
|
||||
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
|
||||
defaultContentLanguage: de
|
||||
|
||||
ignoreFiles:
|
||||
- content/archetypes/*
|
||||
|
||||
module:
|
||||
imports:
|
||||
- path: github.com/imfing/hextra
|
||||
@@ -52,3 +55,12 @@ params:
|
||||
sortOrder: desc
|
||||
article:
|
||||
displayPagination: true
|
||||
|
||||
markup:
|
||||
goldmark:
|
||||
extensions:
|
||||
passthrough:
|
||||
delimiters:
|
||||
block: [['\[', '\]'], ["$$", "$$"]]
|
||||
inline: [['\(', '\)']]
|
||||
enable: true
|
||||
|
||||
Reference in New Issue
Block a user