-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
29 lines (29 loc) · 1.8 KB
/
_config.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
#--------------------------------------------------------------------------------
# Values for this workshop - EDIT THIS SECTION.
#--------------------------------------------------------------------------------
workshop_repo : "http://github.com/swcarpentry/workshop-template"
workshop_site : "http://swcarpentry.github.io/workshop-template"
#--------------------------------------------------------------------------------
# Standard Software Carpentry settings - should not need to be modified.
#--------------------------------------------------------------------------------
swc_blog : "http://software-carpentry.org/feed.xml"
swc_contact : "[email protected]"
swc_files : "http://files.software-carpentry.org"
swc_github : "http://github.com/swcarpentry"
swc_installer : "http://files.software-carpentry.org/SWCarpentryInstaller.exe"
swc_lessons : "http://software-carpentry.org/v5/novice"
swc_site : "http://software-carpentry.org"
swc_twitter : "http://twitter.com/swcarpentry"
swc_vm : "https://docs.google.com/uc?id=0B4Kr6DYkzkQtSTZLQzF4aVB4NDQ&export=download"
#--------------------------------------------------------------------------------
# Standard Data Carpentry settings - should not need to be modified.
#--------------------------------------------------------------------------------
dc_site : "http://datacarpentry.github.io"
#--------------------------------------------------------------------------------
# Settings for Jekyll - should not need to be modified.
#--------------------------------------------------------------------------------
markdown : kramdown
kramdown :
entity_output : as_input # — is output as —
smart_quotes : [39, 39, 34, 34] # decimal for left/right single/double quotes
exclude : [tools]