This repository has been archived by the owner on Aug 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
/
mkdocs.yml
113 lines (106 loc) · 2.65 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
103
104
105
106
107
108
109
110
111
112
113
site_name: Ubuntu Post Installation Script
site_description: Effortless & Simple post-installation script for Ubuntu, Linux Mint and Debian
site_author: Prasad Tengse
site_url: https://ae.prasadt.com/
repo_name: ubuntu-post-install
repo_url: https://github.com/tprasadtp/ubuntu-post-install
copyright: >
Copyright © 2016 - 2022 Prasad Tengse –
<a href="#__consent">Change cookie settings</a>
docs_dir: "docs"
site_dir: "build/www"
remote_branch: master
remote_name: origin
edit_uri: ""
plugins:
- search
- social:
cards_font: Ubuntu
- minify:
minify_html: true
theme:
name: material
features:
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.indexes
- navigation.tabs
- navigation.top
- header.autohide
- search.suggest
- search.highlight
icon:
logo: material/book
repo: fontawesome/brands/github-alt
language: en
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: orange
accent: orange
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: orange
accent: orange
toggle:
icon: material/toggle-switch
name: Switch to light mode
font:
text: Ubuntu
code: Ubuntu Mono
favicon: assets/images/favicon.png
include_search_page: false
search_index_only: true
extra:
social:
- icon: fontawesome/solid/globe
link: https://ae.prasadt.com
- icon: fontawesome/brands/github-alt
link: https://github.com/tprasadtp
# Extensions
markdown_extensions:
- markdown.extensions.admonition
- pymdownx.superfences
- codehilite
- markdown.extensions.md_in_html
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed
- pymdownx.tilde
- pymdownx.magiclink:
repo_url_shorthand: true
user: tprasadtp
repo: ubuntu-post-install
nav:
- Home: index.md
- Options: clioptions.md
- Tasks: tasks.md
- Configuration: configuration.md
- Example: yaml.md
- FAQ:
- Dependencies: faq/dependencies.md
- Distros: faq/distros.md
- Errors: faq/errors.md
- Exit Codes: faq/exit-codes.md
- Debugging: faq/debug.md
- Testing: testing.md
- License: license.md