-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
32 lines (27 loc) · 817 Bytes
/
config.toml
File metadata and controls
32 lines (27 loc) · 817 Bytes
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
baseURL = 'https://pascal.heidmann.io/'
languageCode = 'en-us'
title = 'pascal.heidmann.io | developing in Hamburg... ⚓'
theme = "m10c"
enableGitInfo = true
[params]
description = '''
Hi there 👋 ● ❤️ly greetings from Hamburg ⚓!
'''
author = "Pascal Heidmann"
avatar = "https://avatars.githubusercontent.com/u/19560252?v=4"
[[params.social]]
icon = "github"
name = "See my work on github"
url = "https://github.com/pascalheidmann"
[[params.social]]
icon = "linkedin"
name = "Connect with me on LinkedIn"
url = "https://www.linkedin.com/in/pascal-heidmann/"
[[menu.main]]
identifier = "about-me"
name = "About me"
url = "/about/about-me"
[[menu.main]]
identifier = "error"
name = "Found an error? Open issue on github"
url = "https://github.com/pascalheidmann/pascalheidmann.github.io/issues"