Fixed a few problems in the Jekyll smoke test

This commit is contained in:
Jeff Parsons 2016-10-15 18:17:44 -07:00 committed by Jeff Parsons
commit 87c64c035e
5 changed files with 6 additions and 5 deletions

View file

@ -33,7 +33,7 @@ gems:
pcjs:
domain: pcjs.org # whereas site.url is used for linking purposes, site.pcjs.domain is used for display purposes
version: 1.30.0 # IMPORTANT: keep pcjs.version in sync with package.json:version
version: 1.30.1 # IMPORTANT: keep pcjs.version in sync with package.json:version
compiled: true # by default, the compiled pcjs.version scripts will be used (eg, pcx86.js or pcx86-dbg.js)
c1p_scripts: # if pcjs.compiled is false, the following scripts will be included instead, in the order listed
- /modules/shared/lib/defines.js
@ -151,6 +151,7 @@ pcjs:
- /modules/pdp11/lib/ram.js
- /modules/pdp11/lib/keyboard.js
- /modules/pdp11/lib/serialport.js
- /modules/pdp11/lib/pc11.js
- /modules/shared/lib/debugger.js
- /modules/pdp11/lib/debugger.js
- /modules/pdp11/lib/computer.js

View file

@ -1,7 +1,7 @@
---
layout: page
title: PDP-11/20 Test Machine with Debugger
permalink: /devices/pdp11/machine/1120/test/
permalink: /devices/pdp11/machine/1120/test/debugger/
machines:
- id: test1120
type: pdp11

View file

@ -1,7 +1,7 @@
---
layout: page
title: PDP-11/70 Test Machine with Debugger
permalink: /devices/pdp11/machine/1170/test/
permalink: /devices/pdp11/machine/1170/test/debugger/
machines:
- id: test1170
type: pdp11

View file

@ -1,7 +1,7 @@
---
layout: page
title: PDP-11/70 with VT100 Terminal and Debugger
permalink: /devices/pdp11/machine/1170/vt100/
permalink: /devices/pdp11/machine/1170/vt100/debugger/
machines:
- id: test1170
type: pdp11

View file

@ -90,7 +90,7 @@
}
.pcjs-description, .pcjs-status {
font-size: x-small;
line-height: 2em;
line-height: 2.8em;
}
.pcjs-key {
border: 1px solid black;