-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
117 lines (104 loc) · 2.87 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
114
115
116
117
# Project information
site_name: Mobile Coding Hub
site_description:
The conventional barriers of PC Only Coding are being broken day to day by the advancement in technologies.
At MCH, we aspire to make the masses more aware about the possibilities of mobile coding. May it be your phone/tablet/browser on a toaster!(Yes, they do exist!)
site_author: AXVin
site_url: https://mobile-coding-hub.github.io
# Repository
repo_name: mobile-coding-hub
repo_url: https://github.com/mobile-coding-hub/mobile-coding-hub.github.io
edit_uri: edit/docs/docs
# Copyright
copyright: 'Copyright © 2020 AXVin'
# Navigation
nav:
- Home: index.md
- Getting Started: started.md
- Termux:
- Termux: termux/index.md
- Installation: termux/installation.md
- Customisation:
- Introduction: termux/customisation/index.md
- Extra Keys: termux/customisation/extra_keys.md
# - Python: termux/python.md
- Help & Support: support.md
# Configuration
theme:
name: material
custom_dir: themes
include_search_page: false
search_index_only: true
language: en
palette:
scheme: preference
primary: teal
accent: orange
font:
text: Roboto
code: Roboto Mono
feature:
- tabs
logo: 'images/MCH_Mobile.svg'
favicon: 'images/MCH_Mobile.svg'
shortcuts:
help: 72 # h
next: 78 # n
previous: 80 # p
search: 83 # s
plugins:
- search
- git-revision-date-localized:
type: timeago
- minify:
minify_html: true
extra_css:
- 'stylesheets/extra.css'
google_analytics:
- 'UA-143099709-1'
- 'auto'
# Customization
extra:
social:
- icon: material/discord
link: https://discord.gg/SVh4jJP
- icon: material/patreon
link: https://patreon.com/AXVin
- icon: material/twitter
link: https://twitter.com/AXVin
- icon: material/bitbucket
link: https://bitbucket.org/AXVin
- icon: material/instagram
link: https://instagram.com/__axvin__
- icon: material/coffee
link: https://ko-fi.com/AXVin
version: 1.4
# Extensions
markdown_extensions:
- mdtooltips
- footnotes
- admonition
- pymdownx.highlight:
use_pygments: true
# guess_lang: true
- toc:
permalink: true
- meta
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed
- pymdownx.tilde