This repository has been archived by the owner on Apr 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
29 lines (29 loc) · 1.76 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 : "admin@software-carpentry.org"
swc_files : "http://files.software-carpentry.org"
swc_github : "http://github.com/swcarpentry"
swc_githubio : "http://swcarpentry.github.io/"
swc_installer : "https://github.com/swcarpentry/windows-installer/releases/download/v0.3/SWCarpentryInstaller.exe"
swc_site : "http://software-carpentry.org"
swc_twitter : "http://twitter.com/swcarpentry"
swc_vm : "https://docs.google.com/uc?id=0B4Kr6DYkzkQtSTZLQzF4aVB4NDQ&export=download"
swc_pre_survey : "https://www.surveymonkey.com/r/swc_pre_workshop_v1?workshop_id="
swc_post_survey : "https://www.surveymonkey.com/r/swc_post_workshop_v1?workshop_id="
#--------------------------------------------------------------------------------
# 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, _.]
include: [index.html]
hard_wrap: false