-
Notifications
You must be signed in to change notification settings - Fork 35
/
mkdocs.yml
101 lines (95 loc) · 2.48 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
site_name: BMEVIAUAD02 - Mobil- és webes szoftverek laborfeladatok
site_author: Tóth Tibor, Gincsai Gábor, Ekler Péter, Gazdi László, Pomázi Krisztián, Kövesdán Gábor
copyright: Copyright © BME VIK AUT
repo_name: viauad02/laborok
repo_url: https://github.com/viauad02/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
- git-revision-date-localized:
enable_creation_date: false
type: timeago
timezone: Europe/Budapest
locale: hu
- git-committers:
repository: VIAUAD02/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
- "Mobil Laborok":
- laborok/01-android-hello-world/index.md
- laborok/02-android-ui/index.md
- laborok/03-android-ui-adv/index.md
- laborok/04-android-ui-charts/index.md
- laborok/05-android-sqlite/index.md
- laborok/06-android-room/index.md
- laborok/07-android-network/index.md
- "Webes Laborok":
- laborok/08-http/index.md
- laborok/09-css/index.md
- laborok/10-bootstrap/index.md
- laborok/11-js/index.md
- laborok/12-js-advanced/index.md
- laborok/13-jquery/index.md