generated from brendanhasz/github-io-blog-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
65 lines (59 loc) · 1.52 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
# Info about you
name: Matěj Frič
position: Student
email: [email protected]
company_name: VSB-TUO
company_url: https://www.vsb.cz/en/
place_name: Ostrava, Czechia
# Blog info
title: Matěj Frič
description:
url: https://matejfric.github.io/
main_github_io: true
long_description: >-
Welcome to my blog! I'm a Computer Science Master's student at VSB-TUO
and a part-time Data Scientist at Stora Enso, where I bridge theoretical
learning with practical applications. Join me on this journey as I explore
the intersection of academia and real-world challenges.
# Social links
github_url: https://github.com/matejfric/
linkedin_url: https://www.linkedin.com/in/matej-fric/
social:
links:
- https://www.linkedin.com/in/matej-fric/
- https://github.com/matejfric/
# Images + files
logo: /assets/img/headshot.png
cv_url: /assets/files/cv.pdf
resume_url: /assets/files/cv.pdf
# Blog settings
markdown: kramdown
plugins:
- jekyll-seo-tag
highlighter: rouge
color_mode: auto # auto, light, or dark
comments: false
disqus_shortname: none
syntax_highlight_stylesheet: syntax_highlight.css
# Colors - light mode
colors:
text: 282828
tag: dbefdc
tag_hover: 93cf95
header_background: 2b422b
header_text: dbefdc
header_link_hover: 93cf95
links: 459c48
links_visited: 357a38
# Colors - dark mode
colors_dark:
background: 333
text: ccc
tag: 2e6830
tag_hover: 93cf95
header_background: 232
header_text: 93cf95
header_link: 93cf95
header_link_hover: 459c48
links: 459c48
links_visited: 357a38