-
Notifications
You must be signed in to change notification settings - Fork 13
/
mkdocs.yml
68 lines (63 loc) · 1.34 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
---
# Project information
site_name: Linux Guide and Hints
site_url: https://linuxguideandhints.com
site_description: >-
Linux Guide and Hints Documentation
# Repository
repo_url: https://github.com/nazunalika/linux-guide-and-hints
repo_name: nazunalika/linux-guide-and-hints
edit_uri: edit/master/docs/
# Copyright
copyright: Copyright 2024, remyabel, nazunalika
# Configuration
theme:
name: material
highlightjs: true
nav_style: dark
hljs_languages:
- bash
- perl
- python
- yaml
- ini
features:
- navigation.expand
- navigation.indexes
- navigation.instant
- navigation.top
- navigation.tracking
- search.highlight
- search.suggest
- toc.integrate
logo: assets/logo.png
palette:
scheme: slate
primary: indigo
accent: blue
custom_dir: overrides
# Plugins
plugins:
- autolinks
- awesome-pages
- git-revision-date
- search
# - macros:
# include_dir: docs/include
# Extensions
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- meta
- pymdownx.details # this allows collapsible attributions
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true