-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
77 lines (72 loc) · 1.64 KB
/
hugo.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
baseURL: "https://lubieniebieski.pl"
languageCode: en-us
enableGitInfo: true
title: lubieniebieski by adam nowak
params:
centerTheme: true
icon: favicon.png
readingTime: true
appleTouchIcon: apple-touch-icon.png
subtitle: "Personal blog written by Adam Nowak aka lubieniebieski. Made with \U0001F499"
showLastUpdated: true
keywords: "lubieniebieski, adam nowak, personal blog, tech, leadership"
logo:
logoText: lubieniebieski // adam nowak
logoHomeLink: /
excludedFromSitemap:
- /categories/
- /tags/
- /linklog/
- /blogroll/
author: Adam Nowak
authorUrl: https://lubieniebieski.pl
authorAvatar: "https://lubieniebieski.pl/about/lubieniebieski_avatar.png"
module:
imports:
- path: "github.com/panr/hugo-theme-terminal/v4"
languages:
en:
languageName: English
params:
readMore: Read more
menuMore: Show more
readOtherPosts: Read other posts
menu:
main:
- identifier: categories
name: categories
url: /categories
weight: 1
- identifier: cyks
name: cyk
url: /categories/cyk
weight: 2
- identifier: uses
name: uses
url: /uses
weight: 4
- identifier: about
name: about
url: /about
weight: 5
- identifier: blogroll
name: blogroll
url: /blogroll
weight: 6
- identifier: rss
name: RSS
url: /feed.xml
weight: 7
outputFormats:
RSS:
baseName: feed
JSON:
baseName: feed
outputs:
home:
- RSS
- HTML
- JSON
caches:
getjson:
maxAge: 3600