-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
102 lines (96 loc) · 2.42 KB
/
mkdocs.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
site_name: BMEVIAUAV21 - Androidalapú szoftverfejlesztés laborfeladatok
site_author: Ekler Péter, Gazdi László, Kövesdán Gábor, Pásztor Dániel, Pomázi Krisztián, Tóth Tibor
copyright: Copyright © BME VIK AUT
repo_name: viauav21/laborok
repo_url: https://github.com/viauav21/laborok
theme:
name: material
custom_dir: overrides
language: hu
icon:
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme: light)"
scheme: aut
primary: red
accent: red
toggle:
icon: material/lightbulb-outline
name: Váltás sötét témára
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: red
toggle:
icon: material/lightbulb
name: Váltás világos témára
font:
text: Roboto
code: Roboto Mono
features:
- navigation.tabs
- navigation.instant
- navigation.top
- search.suggest
logo: logo-bme-aut.png
favicon: favicon.ico
extra_css:
- extra-material-theme.css
extra:
generator: false
markdown_extensions:
- admonition
- meta
- toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.details
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed
- pymdownx.tilde
- md_in_html
- pymdownx.keys
plugins:
- search:
prebuild_index: true
- glightbox
- git-revision-date-localized:
enable_creation_date: false
type: timeago
timezone: Europe/Budapest
locale: hu
- git-committers:
repository: VIAUAV21/laborok
branch: master
nav:
- "Tudnivalók":
- index.md
- tudnivalok/github/GitHub.md
- tudnivalok/github/GitHub-Actions.md
- tudnivalok/github/GitHub-credentials.md
- tudnivalok/github/contributing.md
- "Laborok":
- laborok/basics/index.md
- laborok/tictactoe/index.md
- laborok/calculator/index.md
- laborok/compose/index.md
- laborok/todo_compose_basics/index.md
- laborok/persistence/index.md
- laborok/firebase/index.md
- laborok/di/index.md
- laborok/network/index.md
- laborok/alarm/index.md
- laborok/permissions/index.md
- laborok/timetable/index.md
- "Házi feladat":
- hf/index.md