You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.2 KiB
56 lines
1.2 KiB
baseURL = "https://test.lugfrankfurt.de/" |
|
languageCode = "de" |
|
defaultContentLanguage = "de" |
|
defaultContentLanguageInSubdir = true |
|
enableEmoji = true |
|
title = "LUG Frankfurt" |
|
theme = "hugo-geekblog" |
|
|
|
# Geekblog required configuration |
|
pygmentsUseClasses = true |
|
pygmentsCodeFences = true |
|
disablePathToLower = true |
|
|
|
# Needed for mermaid shortcodes |
|
[markup] |
|
[markup.goldmark.renderer] |
|
unsafe = true |
|
[markup.tableOfContents] |
|
startLevel = 1 |
|
endLevel = 99 |
|
|
|
[taxonomies] |
|
author = "authors" |
|
tag = "tags" |
|
|
|
[mediaTypes] |
|
[mediaTypes."application/atom+xml"] |
|
suffixes = ["xml"] |
|
|
|
[outputFormats] |
|
[outputFormats.Atom] |
|
name = "Atom" |
|
mediaType = "application/atom+xml" |
|
baseName = "atom" |
|
isPlainText = false |
|
rel = "alternate" |
|
isHTML = false |
|
noUgly = true |
|
permalinkable = false |
|
|
|
[outputFormats.outputs] |
|
home = ["HTML", "ATOM"] |
|
page = ["HTML"] |
|
section = ["HTML"] |
|
taxonomy = ["HTML"] |
|
term = ["HTML", "ATOM"] |
|
|
|
[params] |
|
subtitle = "Willkommen auf der Webseite der Linux User Group (LUG) Frankfurt" |
|
description = "LUG Frankfurt" |
|
keywords = [] |
|
images = [] |
|
|
|
# (Optional, default static/brand.svg) Set the path to a logo for the Geekblog |
|
# relative to your 'static/' folder. |
|
logo = "lugfrankfurt.gif"
|
|
|