-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
26 lines (26 loc) · 1.6 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
#--------------------------------------------------------------------------------
# Values for this workshop - EDIT THIS SECTION.
#--------------------------------------------------------------------------------
workshop_repo : "http://github.com/datacarpentry/workshop-template"
workshop_site : "http://datacarpentry.github.io/workshop-template"
#--------------------------------------------------------------------------------
# Standard Data Carpentry settings - should not need to be modified.
#--------------------------------------------------------------------------------
dc_blog : "http://datacarpentry.github.io/blog"
dc_contact : "[email protected]"
dc_github : "http://github.com/datacarpentry"
swc_installer : "http://files.software-carpentry.org/SWCarpentryInstaller.exe"
#dc_lessons : "http://software-carpentry.org/v5/novice"
dc_site : "http://datacarpentry.org"
dc_twitter : "http://twitter.com/datacarpentry"
#swc_vm : "https://docs.google.com/uc?id=0B4Kr6DYkzkQtSTZLQzF4aVB4NDQ&export=download"
dc_pre_survey : "https://www.surveymonkey.com/r/dc_pre_workshop_v1"
dc_post_survey : "https://www.surveymonkey.com/r/dc_post_workshop_v1"
#--------------------------------------------------------------------------------
# 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]