Starting to flesh out the static PCjs website

This commit is contained in:
Jeff Parsons 2015-12-09 11:24:52 -08:00
commit 26c351bbbe
24 changed files with 123 additions and 32 deletions

View file

@ -1,4 +1,10 @@
IBM PC (Model 5150)
---
layout: page
title: IBM PC Machines (Model 5150)
permalink: /devices/pc/machine/5150/
---
All our Model 5150 configurations of the IBM PC are located here.
IBM PC Machines (Model 5150)
---
All our Model 5150 configurations of the IBM PC are located here.

View file

@ -0,0 +1,10 @@
---
layout: page
title: "PCjs | IBM PC (Model 5150) with Monochrome Display"
permalink: /devices/pc/machine/5150/mda/64kb/debugger/
machines:
- type: pc-dbg
id: ibm5150
---
{% include machine.html id="ibm5150" %}

View file

@ -1,6 +1,6 @@
---
layout: page
title: "PCjs | IBM PC (Model 5150) with Monochrome Display"
title: "IBM PC (Model 5150) with Monochrome Display"
permalink: /devices/pc/machine/5150/mda/64kb/
machines:
- type: pc

View file

@ -0,0 +1,10 @@
---
layout: page
title: "PCjs | IBM PC (Model 5150) with Monochrome Display"
permalink: /devices/pc/machine/5150/mda/64kb/softkbd/
machines:
- type: pc-dbg
id: ibm5150
---
{% include machine.html id="ibm5150" %}

View file

@ -1,3 +1,13 @@
---
layout: page
title: IBM PC Machines (Model 5150) with Monochrome (MDA) Display
permalink: /devices/pc/machine/5150/mda/
machines:
- type: pc
id: ibm5150
config: /devices/pc/machine/5150/mda/64kb/machine.xml
---
IBM PC (Model 5150) with Monochrome (MDA) Display
---
@ -7,4 +17,4 @@ Below is a 64kb configuration, with a clock speed of 4.77Mhz,
using the original IBM PC Model 5150 ROM BIOS and MDA font ROM. For more control,
use this [alternate configuration](/devices/pc/machine/5150/mda/64kb/debugger/) with Control Panel and Debugger.
[IBM PC (Model 5150) with Monochrome Display and 64Kb](/devices/pc/machine/5150/mda/64kb/ "PCjs:ibm5150")
{% include machine.html id="ibm5150" %}

View file

@ -1,3 +1,10 @@
---
layout: page
title: Machines
menu_order: 5
permalink: /devices/pc/machine/
---
IBM PC Machine Configurations
---