-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhugo.toml
98 lines (84 loc) · 3.32 KB
/
hugo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
baseurl = "https://hugo-dpsg.pages.dev"
title = "DPSG Stamm Tabularasa"
languageCode = "de"
DefaultContentLanguage = "de"
paginate = "10" # Number of posts per page
#theme = "hugo-dpsg"
[module]
[[module.imports]]
path = 'github.com/emhl/hugo-dpsg'
# [Author] # Used in authorbox
# name = "Scout Master"
# bio = "The Scout Master is the leader of this local scout group"
# avatar = "img/avatar.png"
[permalinks]
aktuelles = "/aktuelles/:year/:slug/"
[Params]
opengraph = true # Enable OpenGraph if true
schema = true # Enable Schema
twitter_cards = true # Enable Twitter Cards if true
readmore = true # Show "Read more" button in list if true
authorbox = false # Show authorbox at bottom of pages if true
toc = false # Enable Table of Contents
pager = true # Show pager navigation (prev/next links) at the bottom of pages if true
indexPager = false # Show pager navigation on index page
post_meta = ["author", "date", "categories", "translations"] # Order of post meta information
mainSections = ["news", "aktuelles","posts"] # Specify section pages to show on home page and the "Recent articles" widget
dateformat = "02.01.2006" # Change the format of dates
selfHosted = true # Use self-hosted fonts/js/css if true
start_button = true # Show "Start" button in header if true
description = "DPSG Stamm Tabularasa - noch unbeschrieben" # Site description
# customPartial = "plausible.html" # Custom partial to include in footer
# darkMode = true # Enable automatic dark mode
[Params.style.vars]
highlightColor = "#003056" # Override main theme color
[Params.logo]
image = "img/placeholder.png" # Logo image. Path relative to "static"
header = "img/header.jpg" # Header image. Path relative to "static"
title = "DPSG Stamm Tabularasa" # Logo title, otherwise will use site title
subtitle = "noch unbeschrieben" # Logo subtitle
[Params.sidebar]
home = "right" # Configure layout for home page
list = "right" # Configure layout for list pages
single = "right" # Configure layout for single pages
# Enable widgets in given order
# widgets = ["search", "recent", "categories", "taglist", "social", "languages"]
# alternatively "ddg-search" can be used, to search via DuckDuckGo
widgets = ["fuse-search", "recent", "categories", "taglist", "social", "languages"]
[Params.widgets]
recent_num = 5 # Set the number of articles in the "Recent articles" widget
tags_counter = false # Enable counter for each tag in "Tags" widget
[Params.footer]
# text = "" # Extra text in footer row, understands markdown
right = "[Impressum und Datenschutz](/impressum/)" # Right-aligned text in footer row, understands markdown
[Params.widgets.social]
# Enable parts of social widget
# facebook = "username"
# twitter = "username"
# instagram = "username"
# linkedin = "username"
# telegram = "username"
# github = "username"
# gitlab = "username"
# bitbucket = "username"
email = "vorstand@dpsg-tabularasa.de"
rss = "/aktuelles/index.xml"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
disable = true
[privacy.instagram]
disable = true
[privacy.twitter]
disable = true
[privacy.vimeo]
disable = true
[privacy.youtube]
disable = true
[outputs]
home = ["HTML", "RSS", "JSON"]