-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
62 lines (62 loc) · 1.92 KB
/
mkdocs.yml
File metadata and controls
62 lines (62 loc) · 1.92 KB
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
site_name: Durango Retro Computer
site_description: Home of the Durango Computer Project. Create an 8 bit home computer with modern tools.
site_author: Durango Computer Team
site_url: https://www.durangoretro.com/
nav:
- Home: index.md
- About: about.md
- Getting Started: started.md
- FAQ: faq.md
- The Hardware:
- Hardware: hardware.md
- Durango: hard/arch.md
- Keyboard: hardware/keyboard.md
- Cartridge: hardware/cartidge.md
- Development Cartridge: hardware/dev_cart.md
- The Software:
- Software: software.md
- Games: soft/games.md
- Utility Software: software/roms.md
- Troubleshoot: start/build/computer/troubleshoot.md
- Development & Tools:
- Development: tools/development.md
- Tools: tools.md
- Emulator (Perdita): start/run/emulation.md
- Durango Lib: dev/lang/durangolib.md
- Docker: tools/docker.md
- Durango Code: dev/tool/durangocode.md
- Other Projects:
- Other Projects: other/other.md
- Future Projects: other/future.md
- Community: community.md
- Contribute: https://github.com/durangoretro/
- SITE MAP: sitemap.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/durangoretro/
- icon: fontawesome/brands/discord
link: https://discord.gg/2PNcatsHnn
generator: false
copyright: Copyright © 2020 - 2025 Durango Computer Team <a href="https://librecounter.org/durangoretro.com/show" target="_blank" style="display:none"><img src="https://librecounter.org/counter.svg" referrerPolicy="unsafe-url" /></a>
repo_name: durangoretro/web
repo_url: https://github.com/durangoretro/web
theme:
name: material
custom_dir: theme
nav_style: dark
features:
- navigation.tabs
logo: assets/img/logo.png
favicon: assets/img/favicon.png
palette:
scheme: slate
accent: blue
primary: purple
markdown_extensions:
- attr_list
- md_in_html
- admonition
- footnotes
- pymdownx.superfences
- tables