-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
89 lines (76 loc) · 2.34 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
# --- BASE HUGO CONFIGURATION ---
baseURL: https://mcndt.dev/
languageCode: en-us
title: Maxime Cannoodt
theme: PaperMod
enableEmoji: true
enableRobotsTXT: true
markup:
goldmark:
renderer:
unsafe: true
author:
name: Maxime Cannoodt
image: profile-pic.jpg
bio: "I'm a computer science engineer with interest in a wide range of
topics, including productivity, PKM, artificial intelligence, product
development and game design."
links:
- github: 'https://github.com/mcndt'
- linkedin: 'https://www.linkedin.com/in/maxime-cannoodt-7b2697192/?locale=en_US'
# - twitter: 'https://twitter.com/maximio_'
# --- NAVIGATION MENUS ---
menu:
main:
- name: "Blog"
url: "/posts/"
weight: "10"
- name: "Projects"
url: "/projects/"
weight: "20"
- name: "About"
url: "/about/"
weight: "30"
- name: "Resume"
url: "/resume.pdf"
weight: "35"
- name: "Archive"
url: "/archive/"
weight: "40"
# --- THEME CONFIGURATION (theme=PaperMod) --- #
params:
description: "Blog of Maxime Cannoodt, software and ML engineer from Ghent, Belgium."
author: "Maxime Cannoodt"
label:
text: "mcndt"
# icon: 'profile-cropped.jpg'
# iconHeight: 35
defaultTheme: auto
ShowReadingTime: true
ShowBreadCrumbs: false
ShowShareButtons: false
ShowPostNavLinks: true
disableAnchoredHeadings: true
comments: true
socialIcons: # optional
- name: "GitHub"
url: "https://github.com/mcndt"
# - name: "Twitter"
# url: "https://twitter.com/maximio_"
- name: "LinkedIn"
url: "https://www.linkedin.com/in/maxime-cannoodt-7b2697192/?locale=en_US"
homeInfoParams:
Title: "Hello! I'm mcndt."
Content: "I'm a computer science engineer with interest in a wide range of
topics, including productivity, PKM, artificial intelligence, product
development and game design.
<br><br>
On my blog, you will find posts about personal projects,
workflow and productivity, and reviews.
Find out more about me <a style='box-shadow: 0 1px' href='/about'>here</a>."
imageUrl: "/profile-pic.jpg" # optional
imageTitle: "portrait photo of me" # optional
cover:
hidden: false # hide everywhere but not in structured data
hiddenInList: false # hide on list pages and home
hiddenInSingle: false # hide on single page