This repository has been archived by the owner on Dec 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
mkdocs.yml
74 lines (67 loc) · 1.85 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
site_name: The Morpheus Tutorials Resources
site_url: https://resources.the-morpheus.de/
repo_name: themorpheustutorials/resources
repo_url: https://github.com/themorpheustutorials/resources
site_description: "Resources from the community, for the community."
site_author: https://github.com/themorpheustutorials
remote_branch: main
edit_uri: edit/main/docs
theme:
name: 'material'
palette:
scheme: preference
primary: 'green'
accent: 'lime'
font:
text: Roboto
code: Roboto Mono
language: en
direction: ltr
icon:
repo: fontawesome/brands/github
features:
- search.suggest
- search.highlight
- navigation.expand
- navigation.instant
- navigation.sections
markdown_extensions:
- toc:
permalink: true
- pymdownx.highlight
- pymdownx.superfences
- admonition
- pymdownx.tabbed
- attr_list
- pymdownx.arithmatex:
generic: true
plugins:
- git-revision-date
- search:
lang: de
nav:
- 'Allgemeines': index.md
- 'Blogs':
- 'Allgemeine Blogs': blogs/index.md
- 'Python': blogs/python.md
- 'Web Entwicklung (Client)': blogs/web-client.md
- 'Software':
- 'Software Engenering': software/software-engenering.md
- 'Problem solving': software/problem-solving.md
- 'Tools': software/tools.md
- 'AI': software/ai.md
- 'BSD': software/bsd.md
- 'Linux': software/linux.md
- 'Search Engines': software/search-engines.md
- 'Windows': software/windows.md
- 'WebDev': software/webdev.md
- 'Hardware':
- 'PC Hardware': hardware/pc.md
- 'Arduino': hardware/arduino.md
- 'Raspberry PI': hardware/raspberry-pi.md
- 'Elektrotechnik': hardware/elektrotechnik.md
- 'IT-Security': it-security.md
- 'Netzwerktechnik': netzwerktechnik.md
- 'Mathematik': mathematik.md
- 'Bücher': books.md
- 'Privacy': privacy.md