Updated the Jekyll PCjs version to v1.30.4 (keeping it in sync with package.json)

This commit is contained in:
Jeff Parsons 2016-11-22 22:46:59 -08:00 committed by Jeff Parsons
commit ae73c9040c

View file

@ -6,8 +6,9 @@ description: >
Welcome to PCjs, home of the original IBM PC in a web browser.
PCjs provides a variety of computer emulators written in JavaScript, including PCx86 for x86-based machines
(up through the 80386), C1Pjs for the 6502-based Ohio Scientific Challenger 1P, PC8080 for 8080-based machines
such as Space Invaders and the DEC VT100 Terminal, and PDPjs, a PDP-11 emulator.
PCjs also provides an archive of selected historical PC software, publications, and reference materials.
such as Space Invaders and the DEC VT100 Terminal, and PDPjs, a PDP-11 emulator for the PDP-11/20, PDP-11/45,
and PDP-11/70. PCjs also provides an archive of selected historical PC software, publications, and reference
materials.
baseurl: "" # "/pcjs" when using http://jeffpar.github.io or "" when using http://www.pcjs.org
url: "http://www.pcjs.org" # "http://jeffpar.github.io" or "http://www.pcjs.org"
twitter_username: jeffpar
@ -33,7 +34,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.3 # IMPORTANT: keep pcjs.version in sync with package.json:version
version: 1.30.4 # 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
@ -156,6 +157,7 @@ pcjs:
- /modules/pdp11/lib/serialport.js
- /modules/pdp11/lib/pc11.js
- /modules/pdp11/lib/disk.js
- /modules/pdp11/lib/rk11.js
- /modules/pdp11/lib/rl11.js
- /modules/shared/lib/debugger.js
- /modules/pdp11/lib/debugger.js