Start using fenced code blocks with language identifiers to improve highlighting with GitHub Pages
This commit is contained in:
parent
415e7ed984
commit
2ba7f502c1
12 changed files with 247 additions and 209 deletions
|
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
layout: page
|
||||
title: Device Configurations
|
||||
menu_title: Devices
|
||||
menu_order: 3
|
||||
permalink: /devices/
|
||||
redirect_from:
|
||||
- /configs/
|
||||
|
|
@ -11,7 +13,7 @@ Device Configurations
|
|||
|
||||
All PCjs machines are built from the following collections of devices:
|
||||
|
||||
* 6502-based Devices (e.g., [Challenger 1P](c1p/))
|
||||
* 6502-based Devices (e.g., [Challenger 1P](c1p/machine/))
|
||||
* [8080-based Devices](pc8080/) (e.g., [Space Invaders](pc8080/machine/invaders/))
|
||||
* [8086-based Devices](pc/) (e.g., [IBM PC, including 80286 and 80386-based compatibles](pc/machine/))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue