forked from datacarpentry/python-ecology-lesson
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
23 lines (23 loc) · 1.39 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
#--------------------------------------------------------------------------------
# Values for this lesson.
#--------------------------------------------------------------------------------
lesson_repo : "https://github.com/datacarpentry/python-ecology-lesson"
lesson_site : "https://datacarpentry.github.io/python-ecology-lesson"
#--------------------------------------------------------------------------------
# Standard Data Carpentry settings - should not need to be modified.
#--------------------------------------------------------------------------------
dc_blog : "https://datacarpentry.github.io/blog"
dc_contact : "[email protected]"
dc_github : "https://github.com/datacarpentry"
swc_installer : "http://files.software-carpentry.org/SWCarpentryInstaller.exe"
dc_site : "http://datacarpentry.org"
dc_twitter : "https://twitter.com/datacarpentry"
#swc_vm : "https://docs.google.com/uc?id=0B4Kr6DYkzkQtSTZLQzF4aVB4NDQ&export=download"
#--------------------------------------------------------------------------------
# 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]