sum7/warehost-docs
sum7
/
warehost-docs
Archived
1
0
Fork 0
This repository has been archived on 2020-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
warehost-docs/config.toml

77 lines
1.2 KiB
TOML

baseurl = "https://warehost.sum7.eu/"
languageCode = "de-de"
title = "Warehost Docs"
theme = "hugo-material-docs"
metadataformat = "yaml"
canonifyurls = true
googleAnalytics = ""
[params]
# General information
author = "Martin Geno"
description = "Die Dokumentation zur Serversoftware Warehost."
copyright = ""
# Repository
provider = "GitHub"
repo_url = "https://github.com/digitalcraftsman/hugo-material-docs"
version = "1.0.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 = "geno+host@fireorbit.de"
[[menu.main]]
name = "Material"
url = "/"
weight = 0
[[menu.main]]
name = "Getting started"
url = "getting-started/"
weight = 10
[[menu.main]]
name = "Adding content"
url = "adding-content/"
weight = 20
[[menu.main]]
name = "Roadmap"
url = "roadmap/"
weight = 30
[[menu.main]]
name = "License"
url = "license/"
weight = 40
[blackfriday]
smartypants = true
fractions = true
smartDashes = true
plainIDAnchors = true