-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
45 lines (40 loc) · 848 Bytes
/
config.toml
File metadata and controls
45 lines (40 loc) · 848 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
33
34
35
36
37
38
39
40
41
42
43
44
45
baseURL = 'https://shadowmanos.github.io'
languageCode = 'en-gb'
title = 'Manos Nikolaidis'
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 2
[[menu.main]]
identifier = "cv"
name = "CV"
url = "/cv/"
weight = 3
[[menu.main]]
identifier = "exploreDataWithJava"
name = "Explore data with Java"
url = "/exploreDataWithJava/"
weight = 4
[params]
author = "Manos Nikolaidis"
description = "Software Engineer"
[[params.social]]
icon = "stackoverflow"
name = "StackOverflow"
url = "https://stackoverflow.com/users/1413133/manos-nikolaidis"
[[params.social]]
icon = "linkedin"
name = "LinkedIn"
url = "https://www.linkedin.com/in/manosnikolaidis"
[frontmatter]
publishDate = [":git", ":fileModTime"]
[caches]
[caches.images]
dir = ':cacheDir/images'