|
1 | 1 | # Project information |
2 | | -site_name: 'Mobile Coding Hub' |
| 2 | +site_name: Mobile Coding Hub |
3 | 3 | site_description: |
4 | 4 | The conventional barriers of PC Only Coding are being broken day to day by the advancement in technologies. |
5 | 5 | 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!) |
6 | | -site_author: 'AXVin' |
7 | | -site_url: 'https://mobile-coding-hub.github.io' |
| 6 | +site_author: AXVin |
| 7 | +site_url: https://mobile-coding-hub.github.io |
8 | 8 |
|
9 | 9 | # Repository |
10 | | -repo_name: 'mobile-coding-hub/mobile-coding-hub.github.io' |
11 | | -repo_url: 'https://github.com/mobile-coding-hub/mobile-coding-hub.github.io' |
| 10 | +repo_name: mobile-coding-hub |
| 11 | +repo_url: https://github.com/mobile-coding-hub/mobile-coding-hub.github.io |
| 12 | +edit_uri: edit/docs/docs |
12 | 13 |
|
13 | 14 |
|
14 | 15 | # Copyright |
|
19 | 20 | - Home: index.md |
20 | 21 | - Getting Started: started.md |
21 | 22 | - Termux: |
22 | | - - Introduction: termux/index.md |
| 23 | + - Termux: termux/index.md |
23 | 24 | - Installation: termux/installation.md |
24 | 25 | - Customisation: |
25 | 26 | - Introduction: termux/customisation/index.md |
26 | 27 | - Extra Keys: termux/customisation/extra_keys.md |
| 28 | + - Python: termux/python.md |
27 | 29 | - Help & Support: support.md |
28 | 30 |
|
29 | 31 | # Configuration |
30 | 32 | theme: |
31 | | - name: 'material' |
32 | | - custom_dir: 'themes' |
33 | | - language: 'en' |
| 33 | + name: material |
| 34 | + custom_dir: themes |
| 35 | + language: en |
34 | 36 | palette: |
35 | 37 | scheme: slate |
36 | | - primary: 'teal' |
37 | | - accent: 'orange' |
| 38 | + primary: teal |
| 39 | + accent: orange |
38 | 40 | font: |
39 | | - text: 'Roboto' |
40 | | - code: 'Roboto Mono' |
| 41 | + text: Roboto |
| 42 | + code: Roboto Mono |
41 | 43 | feature: |
42 | 44 | - tabs |
43 | 45 | logo: 'images/MCH_Mobile.svg' |
|
68 | 70 | link: https://bitbucket.org/AXVin |
69 | 71 | - icon: material/instagram |
70 | 72 | link: https://instagram.com/__axvin__ |
| 73 | + - icon: material/coffee |
| 74 | + link: https://ko-fi.com/AXVin |
71 | 75 | version: 1.2 |
72 | 76 |
|
73 | 77 | # Extensions |
|
0 commit comments