62 lines
1003 B
TOML
62 lines
1003 B
TOML
baseurl = "https://warehost.sum7.eu/"
|
|
languageCode = "de"
|
|
title = "Warehost Dokumentation"
|
|
theme = "hugo-material-docs"
|
|
metadataformat = "yaml"
|
|
canonifyurls = true
|
|
googleAnalytics = ""
|
|
|
|
[params]
|
|
# General information
|
|
author = "Martin Geno"
|
|
description = "Die Dokumentation zur Serversoftware Warehost."
|
|
copyright = ""
|
|
|
|
# Repository
|
|
provider = "git"
|
|
repo_url = "https://dev.sum7.eu/sum7/warehost"
|
|
|
|
version = "0.1.0"
|
|
logo = "images/logo.png"
|
|
favicon = ""
|
|
|
|
permalink = "#"
|
|
|
|
# Custom assets
|
|
custom_css = []
|
|
custom_js = []
|
|
|
|
# Syntax highlighting theme
|
|
highlight_css = ""
|
|
|
|
[params.palette]
|
|
primary = "teal"
|
|
accent = "orange"
|
|
|
|
[params.font]
|
|
text = "Ubuntu"
|
|
code = "Ubuntu Mono"
|
|
|
|
|
|
[social]
|
|
# github = "genofire"
|
|
email = "host@sum7.eu"
|
|
|
|
[[menu.main]]
|
|
name = "Willkommen bei Warehost"
|
|
url = "/"
|
|
weight = 1
|
|
|
|
[[menu.main]]
|
|
name = "Benutzer"
|
|
url = "user/"
|
|
weight = 10
|
|
|
|
|
|
|
|
[blackfriday]
|
|
smartypants = true
|
|
fractions = true
|
|
smartDashes = true
|
|
plainIDAnchors = true
|