-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
66 lines (61 loc) · 2 KB
/
Copy pathmkdocs.yml
File metadata and controls
66 lines (61 loc) · 2 KB
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
site_name: Marian Vanderka Resume
site_url: https://vanderian.github.io
site_author: Marian Vanderka
nav:
- About Me: index.md
- Work Experience:
- Software Engineer (Remote, Contract) – idOS Network: work_idos.md
- Software Engineer (Remote) – Gasp / Mangata: work_gasp_mangata.md
- Software Engineer (Remote) – Twitter: work_twitter.md
- Android Engineer (Remote) – Squad: work_squad.md
- Senior Software Engineer – Architecture & Design (Remote) – Decent: work_decent.md
- Senior Android Engineer – Team Lead – Shizaru: work_shizaru.md
- Senior Android Engineer – Alice in Tokyo / ThirtySeventy.digital: work_alice.md
- Android Engineer / Architect – Eglu: work_eglu.md
- Android Engineer – Sygic: work_sygic.md
- Android Engineer – Aldobec: work_aldobec.md
theme:
name: material
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
# - navigation.tabs
# - navigation.sections
# - navigation.expand
# - toc.integrate
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/vanderian
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/vanderian/
copyright: Copyright © 2024 Marian Vanderka
meta:
- name: description
content: "Resume and portfolio of Marian Vanderka, software engineer."
- name: keywords
content: "resume, software engineer, Marian Vanderka, blockchain, mobile, backend"
plugins:
- search
# - tags
# - awesome-pages
- print-site:
add_to_navigation: true
print_page_title: 'Get Printable Version'
add_table_of_contents: false
enumerate_headings: false
# markdown_extensions:
# - toc:
# permalink: true
# toc_depth: 3