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: pcjs:
domain: pcjs.org # whereas site.url is used for linking purposes, site.pcjs.domain is used for display purposes 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) 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 c1p_scripts: # if pcjs.compiled is false, the following scripts will be included instead, in the order listed
- /modules/shared/lib/defines.js - /modules/shared/lib/defines.js
@ -151,6 +151,7 @@ pcjs:
- /modules/pdp11/lib/ram.js - /modules/pdp11/lib/ram.js
- /modules/pdp11/lib/keyboard.js - /modules/pdp11/lib/keyboard.js
- /modules/pdp11/lib/serialport.js - /modules/pdp11/lib/serialport.js
- /modules/pdp11/lib/pc11.js
- /modules/shared/lib/debugger.js - /modules/shared/lib/debugger.js
- /modules/pdp11/lib/debugger.js - /modules/pdp11/lib/debugger.js
- /modules/pdp11/lib/computer.js - /modules/pdp11/lib/computer.js

View file

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

View file

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

View file

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

View file

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