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,3 +1,9 @@
---
layout: page
title: Machine Configurations
permalink: /devices/
---
Machine Configurations
---

View file

@ -1,3 +1,9 @@
---
layout: page
title: Challenger 1P Machine Configurations
permalink: /devices/c1p/
---
Challenger 1P Configurations
---

View file

@ -0,0 +1,10 @@
---
layout: page
title: "OSI Challenger 1P (32Kb) with Disk Support"
permalink: /devices/c1p/machine/32kb/
machines:
- type: c1p-dbg
id: c1p32kb
---
{% include machine.html id="c1p32kb" %}

View file

@ -1,3 +1,9 @@
---
layout: page
title: Machines
permalink: /devices/c1p/machine/
---
Challenger 1P Machine Configurations
---
@ -10,4 +16,4 @@ Here are some sample C1P Machine Configurations:
* [8kb "Server Array" Demo](8kb/array/)
* [32kb with Diskette Support](32kb/)
See the [Documentation](/docs/c1pjs/) for details on the operation of C1Pjs.
See the [Documentation](/docs/c1pjs/) for details on the operation of C1Pjs.

View file

@ -1,4 +1,10 @@
IBM PC Configurations
---
layout: page
title: PC Machine Configurations
permalink: /devices/pc/
---
PC Machine Configurations
---
This folder contains IBM PC [Machine Configurations](machine/), along with [Control Panels](/devices/pc/panel/),

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
---