-
Notifications
You must be signed in to change notification settings - Fork 133
/
_developer.yml
71 lines (67 loc) · 2.21 KB
/
_developer.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
developer: true
baseurl: ""
url: "http://localhost:4000"
#
# 'site.pcjs.unbundled' is now preferred when 'site.developer' is true, and it takes precedence in our
# Jekyll scripts over 'site.pcjs.uncompiled'; unbundled means JavaScript modules are loaded individually
# as-is, whereas uncompiled means all the modules are concatenated into a single script with all module
# imports/exports stripped out.
#
# We had to use uncompiled scripts before JavaScript module support was fully baked, and there were
# restrictions (eg, only one type of machine could be loaded on a single page). Those restrictions are
# gone now, so of the three server modes (compiled, uncompiled, and unbundled), compiled is preferred
# for production servers and unbundled is preferred for development servers.
#
# Uncompiled scripts haven't gone away, however. XSL-rendered XML machines still don't support the use
# of unbundled modules (yet), and since the server does not offer any means of controlling XSL rendering (yet),
# the <machine> tag of each XML file must set 'uncompiled' to "true" in order to use uncompiled scripts.
#
# 'site.pcjs.localdisks' can be turned if on you have local copies of PCjs disk images; be sure to also
# remove '/disks' from the "exclude" section below, and change `softwareLocal` to 'software'.
#
# See https://github.com/jeffpar/pcjs/wiki/Using-a-Local-Web-Server#accessing-disk-images-locally for more
# information.
#
pcjs:
localdisks: false
unbundled: true
uncompiled: true
exclude:
- Dockerfile
- docker-compose.yml
- docker-init.sh
- Gemfile
- Gemfile.lock
- gulpfile.js
- README.md
- "*.log"
- "**/tmp"
- "**/archive"
- /package*.json
- /.history
- /.vscode
- /disks
- /node_modules
- /software/pcx86/sys/dos/microsoft/1.25/src
- /software/pcx86/sys/dos/microsoft/2.11/src
- /tools/pc/disks
softwareLocal:
decdisks:
server: /disks/decdisks
diskettes:
server: /disks/diskettes
gamedisks:
server: /disks/gamedisks
harddisks:
server: /disks/harddisks
miscdisks:
server: /disks/miscdisks
pcsigdisks:
server: /disks/pcsigdisks
archive:
lcm:
server: /lcm
ms:
server: https://msarchive.pcjs.org
kb:
server: https://jeffpar.github.io/kbarchive