This repository has been archived by the owner on May 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
73 lines (63 loc) · 2.02 KB
/
config.toml
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
languageCode = "en-us"
title = "Apollo Group Site"
baseurl = "https://stride-apollo.github.io/"
theme = "prologue_mod"
publishDir = "."
[params]
name = "Apollo"
description = "Group for Bachelor Thesis"
[[params.social]]
medium = "github"
icon = "github"
link = "https://github.com/Stride-Apollo"
[[params.social]]
medium = "email"
icon = "envelope"
link = "mailto:[email protected]"
# Portfolio column one
[[params.authors]]
title = "Anthony Hermans"
alt = ""
source = "/img/anthony.jpg"
url = "#"
description = """
Really interested in Virtual Reality and AI systems like Jarvis. Some of my favorite previous projects are [Helix](https://github.com/evertheylen/TA_TO) and [OverWatch](https://github.com/evertheylen/SmartHome).
Hobbies are running, fitness and building/driving RC cars.
"""
[[params.authors]]
title = "Stijn Janssens"
alt = ""
source = "/img/stijn.jpg"
url = "#"
description = """
Fan of Artificial Intelligence and Big Data. Some of my favorite previous projects are [Helix](https://github.com/evertheylen/TA_TO) and [OverWatch](https://github.com/evertheylen/SmartHome).
Hobby is playing music: drums, percussion and electric guitar.
"""
[[params.authors]]
title = "Federico Quin"
alt = ""
source = "/img/federico.jpg"
url = "#"
description = """
C++ and JS enthusiast.
Really interrested in new technological developments & game development.
I like hiking, as well as playing badminton.
"""
[[params.authors]]
title = "Sam Mylle"
alt = ""
source = "/img/sam.jpg"
url = "#"
description = """
C++ puts a smile on my face, Python not so much.
I like beating Federico at badminton.
I don't like it when people don't put their dog on a leash, they always run after me.
"""
[[params.authors]]
title = "Evert Heylen"
alt = ""
source = "/img/evert.jpg"
url = "#"
description = """
Fan of Python and Arch Linux, and open source software in general. Some of my favorite projects are [Helix](https://github.com/evertheylen/TA_TO) and [Sparrow](https://github.com/evertheylen/Sparrow). Hobbies include hiking and stage lighting.
"""