-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.yml
95 lines (83 loc) · 2.3 KB
/
config.yml
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
baseURL: ""
languageCode: "en-us"
title: chrispanag
theme: PaperMod
enableInlineShortcodes: true
enableRobotsTXT: true
googleAnalytics: UA-63248109-4
buildDrafts: false
buildFuture: false
buildExpired: false
relativeURLS: true
outputs:
home:
- HTML
- RSS
- JSON
paginate: 10
paginatePath: blog
minify:
disableXML: true
minifyOutput: true
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
description: "Software Engineer, Web3 Developer, FOSS Enthusiast"
author: Christos Panagiotakopoulos
# author: ["Me", "You"] # multiple authors
ShowPostNavLinks: true
defaultTheme: auto
disableThemeToggle: false
ShowShareButtons: true
ShowReadingTime:
true
# disableSpecial1stPost: true
displayFullLangName: true
comments: true
images: ["profile.webp"]
profileMode:
enabled: true
title: "Christos Panagiotakopoulos" # optional default will be site title
subtitle: "Software Engineer"
imageUrl: "profile.webp" # optional
imageTitle: "Christos Panagiotakopoulos' profile picture" # optional
imageWidth: 120 # custom size
imageHeight: 120 # custom size
buttons:
- { name: Blog, url: "/posts" }
- { name: About, url: "/about" }
- { name: Capsule Social, url: "https://capsule.social" }
socialIcons: # optional
- { name: "Github", url: "https://github.com/chrispanag" }
- { name: "Twitter", url: "https://twitter.com/chrispanag" }
- { name: "LinkedIn", url: "https://www.linkedin.com/in/chrispanag/" }
- {
name: "Stackoverflow",
url: "https://stackoverflow.com/users/6141173/christos-panagiotakopoulos",
}
- { name: "Facebook", url: "https://facebook.com/chrispanag" }
- { name: "Mastodon", url: "https://fosstodon.org/@chrispanag" }
taxonomies:
category: categories
tag: tags
menu:
main:
- identifier: aboutme
name: about me
url: /about
weight: 5
# - identifier: resume
# name: resume
# url: Christos_Panagiotakopoulos_-_Mid-Level_Backend_Software_Engineer.pdf
# weight: 6
- identifier: blog
name: blog
url: /posts
weight: 7
- identifier: categories
name: categories
url: /categories/
weight: 10
- identifier: tags
name: tags
url: /tags/
weight: 20