-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
86 lines (81 loc) · 2.06 KB
/
config.yaml
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
# comment out for now so we get relative links in the
# html output, makes things easier
#baseURL: https://lichturm.de/
title: Lichturm
theme: poison
# the fefault is to just allow crawlers everywhere
# see https://gohugo.io/templates/robots/
enableRobotsTXT: true
paginate: 10
pluralizelisttitles: false
languageCode: de
defaultContentLanguage: de
languages:
de:
contentDir: content/de
languageCode: de
languageName: Deutsch
weight: 1
params:
description: Welch schreckliche Nacht des Lesens mächtig zu sein!
menu:
- Name: Über diese Seite
URL: /about/
HasChildren: false
- Name: Beiträge
URL: /posts/
Pre: Recent
HasChildren: true
Limit: 5
# WIP
#en:
# contentDir: content/en
# languageCode: en-GB
# languageName: English
# weight: 2
# params:
# description: What a horrible night to be literate!
params:
front_page_content:
- posts
- about
brand: Lichturm
brand_image: /images/lichturm.png
favicon: /images/lichturm_favicon.png
dark_mode: true
github_url: https://github.com/Atomsoldat
#linkedin_url: https://linkedin.com
email_url: mailto:[email protected]
#rss_icon: true
#rss_section: posts
meta:
favicon: true
taxonomies:
series: series
tags: tags
# BEGIN Default colours
sidebar_bg_color: '#202020'
sidebar_img_border_color: '#515151'
sidebar_p_color: '#909090'
sidebar_h1_color: '#FFF'
sidebar_a_color: '#FFF'
sidebar_socials_color: '#FFF'
moon_sun_color: '#FFF'
moon_sun_background_color: '#515151'
text_color: '#222'
content_bg_color: '#FAF9F6'
post_title_color: '#303030'
list_color: '#5a5a5a'
link_color: '#268bd2'
date_color: '#515151'
table_border_color: '#E5E5E5'
table_stripe_color: '#F9F9F9'
text_color_dark: '#eee'
content_bg_color_dark: '#121212'
post_title_color_dark: '#DBE2E9'
list_color_dark: '#9d9d9d'
link_color_dark: '#268bd2'
date_color_dark: '#9a9a9a'
table_border_color_dark: '#515151'
table_stripe_color_dark: '#202020'
# END Default colours