-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
72 lines (63 loc) · 1.71 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
---
# SPDX-FileCopyrightText: 2023 Pablo Hörtner <redtux@pm.me>
# SPDX-License-Identifier: CC-BY-SA-4.0
# https://spdx.org/licenses/CC-BY-SA-4.0
#
# MkDocs Settings · redgnus
#
# To run MkDocs web service for this project:
# pip install mkdocs-material && mkdocs serve
# Website Author
site_author: Pablo Hörtner and Contributors
# Website Copyright
copyright: © 2023 Pablo Hörtner (CC BY-SA 4.0)
# Website Title
site_name: docs
# Website Description
site_description: >-
IT Infra Project Documentation, Powered by MkDocs
Created & Run By Pablo Hörtner & Friends, Austria
Mail: <vwb4yxi6w@mozmail.com>
Web: <https://redgnus.github.io/redgnus>
# Website Root Directory
site_dir: _site
# Web Design
theme:
name: material
palette:
scheme: slate
primary: blue
accent: indigo
font:
text: Roboto
code: Roboto Mono
features:
- tabs
- instant
#icon:
# logo: https://raw.githubusercontent.com/redgnus/logo/main/avatar.svg
# Navigation Bar & Hamburger Menu
nav:
- 🏛️ Home: README.md
- 👀 Contributing guidelines: CONTRIBUTING.md
- 👥 Community guidelines: CODE_OF_CONDUCT.md
- 📝 Todo list: TODO.md
# Enabled plugins
plugins:
- search:
lang: en
- with-pdf:
#cover_logo: https://raw.githubusercontent.com/redgnus/logo/main/logo.svg
cover_subtitle: project documentation for redgnus
enabled_if_env: ENABLE_PDF_EXPORT
output_path: pdfs/document.pdf
# Enabled extensions
# https://python-markdown.github.io/extensions/
# https://facelessuser.github.io/pymdown-extensions/
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.def_list
- pymdownx.mark
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true