Fixed inspections
This commit is contained in:
parent
cc807175d6
commit
6360fda120
7 changed files with 1042 additions and 27 deletions
10
_config.yml
10
_config.yml
|
|
@ -7,8 +7,8 @@ description: >
|
|||
Classic computer simulations in JavaScript.
|
||||
Includes an archive of historical PC software and publications.
|
||||
Additional computer simulations in JavaScript include the 6502-based Ohio Scientifc Challenger 1P.
|
||||
baseurl: "" # "/pcjs" when using http://jeffpar.github.io or "" when using http://pcjs.org
|
||||
url: "http://www.pcjs.org" # "http://jeffpar.github.io" or "http://pcjs.org"
|
||||
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
|
||||
github_username: jeffpar
|
||||
|
||||
|
|
@ -24,9 +24,9 @@ kramdown:
|
|||
|
||||
pcjs:
|
||||
domain: pcjs.org # whereas site.url is used for linking purposes, site.pcjs.domain is used for display purposes
|
||||
version: 1.20.2 # IMPORTANT: Keep pcjs.version in sync with package.json:version
|
||||
compiled: true # By default, the compiled pcjs.version scripts will be used (eg, pc.js or pc-dbg.js)
|
||||
pc_scripts: # If pcjs.compiled is false, the following scripts will be included instead, in the order listed
|
||||
version: 1.20.2 # IMPORTANT: keep pcjs.version in sync with package.json:version
|
||||
compiled: true # by default, the compiled pcjs.version scripts will be used (eg, pc.js or pc-dbg.js)
|
||||
pc_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/diskapi.js
|
||||
- /modules/shared/lib/dumpapi.js
|
||||
|
|
|
|||
Loading…
Reference in a new issue