Exclude more directories from Jekyll

This commit is contained in:
Jeff Parsons 2015-12-16 13:08:55 -08:00
commit 267d3726b1
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ github_username: jeffpar
# Build settings
exclude: ["logs", "node_modules", "static", "tmp", "web"]
exclude: ["logs", "node_modules", "**/static", "src", "tmp", "videos", "web"]
markdown: kramdown
kramdown:

View file

@ -4,7 +4,7 @@
<name>IBM PC AT (6Mhz), 128Kb EGA, 1152Kb RAM, 20Mb Hard Disk</name>
<computer id="at-ega-1152k-rev1" name="IBM PC AT" buswidth="24"/>
<cpu id="cpu286" model="80286"/>
<ram id="ramLow" addr="0x00000" test="true" size="0xa0000" comment="ROM BIOS memory test has NOT been disabled"/>
<ram id="ramLow" addr="0x00000" test="false" size="0xa0000" comment="ROM BIOS memory test has been disabled"/>
<ram id="ramExt" addr="0x100000" size="0x80000" comment=""/>
<rom id="romEGA" addr="0xc0000" size="0x4000" file="/devices/pc/video/ibm/ega/ibm-ega.json" notify="videoEGA"/>
<rom id="romBIOS" addr="0xf0000" size="0x10000" alias="0xff0000" file="/devices/pc/bios/5170/1984-01-10.json"/>