Updated Jekyll version and exclude settings

This commit is contained in:
Jeff Parsons 2017-01-31 22:25:31 -08:00 committed by Jeff Parsons
commit 636b990277

View file

@ -20,7 +20,7 @@ encoding: UTF-8
# Build settings
exclude: ["index.html", "**/index.html", "**/archive", "**/ecp", "**/c64", "logs", "node_modules", "projects", "**/private", "**/rt11", "src", "**/src", "tmp", "**/tmp", "videos", "web", ".git", ".idea"]
exclude: ["index.html", "**/index.html", "**/archive", "**/ecp", "**/c64", "logs", "node_modules", "projects", "**/private", "**/rt11", "src", "**/src", "tmp", "**/tmp", "**/unlisted", "videos", "web", ".git", ".idea"]
markdown: kramdown
kramdown:
input: GFM
@ -34,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.33.0 # IMPORTANT: keep pcjs.version in sync with package.json:version
version: 1.33.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