-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
42 lines (41 loc) · 1.08 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
baseURL = 'https://heidiskockklub.com'
languageCode = 'en-us'
title = 'Heidis Kock Klub'
theme = 'ananke'
DefaultContentLanguage = "en"
SectionPagesMenu = "main"
[params]
text_color = ""
author = "Ramon"
favicon = ""
site_logo = ""
description = "The last theme you'll ever need. Maybe."
# choose a background color from any on this page: https://tachyons.io/docs/themes/skins/ and preface it with "bg-"
background_color_class = "bg-black"
recent_posts_number = 3
[[params.ananke_socials]]
name = "twitter"
url = "https://twitter.com/Moorlag"
[menus]
[[menus.main]]
name = 'Home'
pageRef = '/'
weight = 10
[[menus.main]]
name = 'recipes'
pageRef = '/recipes'
weight = 20
[[menus.main]]
name = 'Issues and problems'
pre = '<i class="fa fa-heart"></i>'
url = 'https://github.com/moorlag/kock/issues'
weight = 40
[menus.main.params]
rel = 'external'
[[menus.main]]
name = 'Contact'
pre = '<i class="fa fa-heart"></i>'
url = 'https://www.linkedin.com/in/moorlag/'
weight = 100
[menus.main.params]
rel = 'external'