-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·155 lines (144 loc) · 4.2 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
# Site settings
title: Mateusz Zaremba - Portfolio
description: "Mateusz Zaremba"
baseurl: "" # for test: remove string '/space-jekyll-template' to ''
url: "http://matzar.github.io" # for test: remove string 'http://victorvoid.github.io' to '' but in production: 'https://yourusername.github.io'
# User settings
username: Mateusz Zaremba
user_title:
email: [email protected]
skype:
discord:
github_username: matzar
# discord_invite: cj5rgDN # Example: Discord server invite gg extension like in 'https://discord.gg/cj5rgDN'
twitter_username:
linkedin_public_url: mat-zar # Example: For public profile 'www.linkedin.com/in/john-smith', 'john-smith' is your linkedin_public_url
#disqus_username: carrotcake
profile_picture: /assets/img/me.png
# Build settings
markdown: kramdown
highlighter: rouge
permalink: /:title/
# html minify
compress_html:
clippings: all
comments: all
endings: []
profile: false
# Links to include in menu navigation
links:
section_1:
- title: home
url: /
key_trigger: 1
- title: posts
url: /posts
key_trigger: 2
- title: projects
url: /series
key_trigger: 3
- title: tags
url: /tags
key_trigger: 4
- title: source
url: /about
key_trigger: 5
section_2:
- title: cv.pdf / cv.html
url: /cvs
key_trigger: c
- title: search
url: ""
key_trigger: s #WARNING: search only works with "s"
# menu
menu:
- name: CV.pdf / CV.html
url: /cvs
- name: Projects
url: /series
- name: Source
url: /about
# cv
cv:
- name: cv.pdf
url: /cv
- name: cv.html
url: /markdown-cv
# projects in header index
projects:
- name: My contribution to the npm documentation for securing Docker builds with private npm modules
url: /npm
- name: Introducing time-to-seconds npm package to simplify time conversion
url: /time-to-seconds
- name: Visual Studio Code extension for enhancing HDL development
url: /hdl-lang
- name: PSVita Game
url: /psvita
- name: SFML Networking
url: /sfml_networking
- name: C++ AMP Mandelbrot set
url: /amp_mandelbrot
- name: OpenGL 1.1
url: /opengl
- name: DirectX 11 HLSL
url: /directx
- name: Game Boy Advance BATTLE CITY remake
url: /battle_city
- name: Simple darts simulator
url: /darts_simulator
- name: My first Unity game
url: /dragon_maze
# team projects
team:
- name: Serious Game Jam 2018
url: /chemistry_game_jam
- name: Space Whales
url: /space_whales
- name: 4-hour game jam
url: /visual_novel
- name: Rainbow Dash infinite runner
url: /rainbow_dash
- name: Global Game Jam 2016
url: /ggj2016
git:
- name: ModernCpp
url: https://github.com/matzar/ModernCpp
- name: Face emotion recogntion
url: https://github.com/matzar/face_emotion_recognition
- name: PSVita Game
url: https://github.com/matzar/PSVita-Game
- name: SFML Networking
url: https://github.com/matzar/SFML-Networking
- name: C++ AMP Mandelbrot set
url: https://github.com/matzar/Mandelbrot-AMP
- name: OpenGL 1.1
url: https://github.com/matzar/OpenGL
- name: DirectX 11 HLSL
url: https://github.com/matzar/DirectX-Shaders
- name: Game Boy Advance BATTLE CITY remake
url: https://github.com/matzar/BattleCity-GBA
- name: Simple darts simulator
url: https://github.com/matzar/darts-game
- name: My first Unity game
url: https://github.com/matzar/DragonMazeTheGame
- name: Serious Game Jam 2018
url: https://github.com/matzar/SeriousGameJam
- name: 4-hour game jam
url: https://github.com/matzar/ren-py
- name: Space Whales
url: https://github.com/GeorgeRankin/space-whales
- name: Rainbow Dash infinite runner
url: https://github.com/matzar/infinite-runner
- name: Timex
url: https://github.com/RetrospectAbertay/Lit
- name: Line Tracer UE4
url: https://github.com/matzar/LineTracer
#projects:
# - name: Timex (Windows | Unity)
# url: https://github.com/RetrospectAbertay/Lit
# - name: Space Whales (Windows | UE4)
# url: https://github.com/GeorgeRankin/space-whales
# - name: Rhythm Game (Windows | Unity)
# url: https://github.com/jctwood/EGD-RhythmGame
# exclude my node related stuff
exclude: ["package.json", "src", "node_modules"]