-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from carpentries/update-styles-v9.5.2
Update to styles v9.5.2
- Loading branch information
Showing
120 changed files
with
1,067 additions
and
642 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,7 @@ | |
.sass-cache | ||
__pycache__ | ||
_site | ||
.Rproj.user | ||
.Rhistory | ||
.RData | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
layout: page | ||
title: "Contributor Code of Conduct" | ||
--- | ||
As contributors and maintainers of this project, | ||
we pledge to follow the [Carpentry Code of Conduct][coc]. | ||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior | ||
may be reported by following our [reporting guidelines][coc-reporting]. | ||
|
||
{% include links.md %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{% assign favicon_url = site.baseurl | append: '/assets/favicons/' | append: site.carpentry | prepend: site.url %} | ||
|
||
{% if site.carpentry == 'swc' %} | ||
{% assign carpentry = 'Software Carpentry' %} | ||
{% elsif site.carpentry == 'dc' %} | ||
{% assign carpentry = 'Data Carpentry' %} | ||
{% elsif site.carpentry == 'lc' %} | ||
{% assign carpentry = 'Library Carpentry' %} | ||
{% elsif site.carpentry == 'cp' %} | ||
{% assign carpentry = 'The Carpentries' %} | ||
{% endif %} | ||
|
||
<!-- Favicons for everyone --> | ||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="{{ favicon_url }}/apple-touch-icon-57x57.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{ favicon_url }}/apple-touch-icon-114x114.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="{{ favicon_url }}/apple-touch-icon-72x72.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ favicon_url }}/apple-touch-icon-144x144.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="{{ favicon_url }}/apple-touch-icon-60x60.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="{{ favicon_url }}/apple-touch-icon-120x120.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="{{ favicon_url }}/apple-touch-icon-76x76.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ favicon_url }}/apple-touch-icon-152x152.png" /> | ||
<link rel="icon" type="image/png" href="{{ favicon_url }}/favicon-196x196.png" sizes="196x196" /> | ||
<link rel="icon" type="image/png" href="{{ favicon_url }}/favicon-96x96.png" sizes="96x96" /> | ||
<link rel="icon" type="image/png" href="{{ favicon_url }}/favicon-32x32.png" sizes="32x32" /> | ||
<link rel="icon" type="image/png" href="{{ favicon_url }}/favicon-16x16.png" sizes="16x16" /> | ||
<link rel="icon" type="image/png" href="{{ favicon_url }}/favicon-128.png" sizes="128x128" /> | ||
<meta name="application-name" content="{{ carpentry }} - {{ site.title }}"/> | ||
<meta name="msapplication-TileColor" content="#FFFFFF" /> | ||
<meta name="msapplication-TileImage" content="{{ favicon_url }}/mstile-144x144.png" /> | ||
<meta name="msapplication-square70x70logo" content="{{ favicon_url }}/mstile-70x70.png" /> | ||
<meta name="msapplication-square150x150logo" content="{{ favicon_url }}/mstile-150x150.png" /> | ||
<meta name="msapplication-wide310x150logo" content="{{ favicon_url }}/mstile-310x150.png" /> | ||
<meta name="msapplication-square310x310logo" content="{{ favicon_url }}/mstile-310x310.png" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,23 @@ | ||
[cc-by-human]: https://creativecommons.org/licenses/by/4.0/ | ||
[cc-by-legal]: https://creativecommons.org/licenses/by/4.0/legalcode | ||
[ci]: http://communityin.org/ | ||
[coc-reporting]: https://docs.carpentries.org/topic_folders/policies/code-of-conduct.html#reporting-guidelines | ||
[coc]: https://docs.carpentries.org/topic_folders/policies/code-of-conduct.html | ||
[concept-maps]: https://carpentries.github.io/instructor-training/05-memory/ | ||
[email]: mailto:[email protected] | ||
[contrib-covenant]: https://contributor-covenant.org/ | ||
[contributing]: {{ site.github.repository_url }}/blob/gh-pages/CONTRIBUTING.md | ||
[cran-checkpoint]: https://cran.r-project.org/web/packages/checkpoint/index.html | ||
[cran-knitr]: https://cran.r-project.org/web/packages/knitr/index.html | ||
[cran-stringr]: https://cran.r-project.org/web/packages/stringr/index.html | ||
[cran-checkpoint]: https://cran.r-project.org/package=checkpoint | ||
[cran-knitr]: https://cran.r-project.org/package=knitr | ||
[cran-stringr]: https://cran.r-project.org/package=stringr | ||
[email]: mailto:[email protected] | ||
[github-importer]: https://import.github.com/ | ||
[importer]: https://github.com/new/import | ||
[jekyll-collection]: https://jekyllrb.com/docs/collections/ | ||
[jekyll-install]: https://jekyllrb.com/docs/installation/ | ||
[jekyll-windows]: http://jekyll-windows.juthilo.com/ | ||
[jekyll]: https://jekyllrb.com/ | ||
[jupyter]: https://jupyter.org/ | ||
[lesson-example]: https://carpentries.github.io/lesson-example/ | ||
[mit-license]: https://opensource.org/licenses/mit-license.html | ||
[morea]: https://morea-framework.github.io/ | ||
[numfocus]: https://numfocus.org/ | ||
|
@@ -22,15 +26,12 @@ | |
[paper-now]: https://github.com/PeerJ/paper-now | ||
[python-gapminder]: https://swcarpentry.github.io/python-novice-gapminder/ | ||
[pyyaml]: https://pypi.python.org/pypi/PyYAML | ||
[r-markdown]: http://rmarkdown.rstudio.com/ | ||
[r-markdown]: https://rmarkdown.rstudio.com/ | ||
[rstudio]: https://www.rstudio.com/ | ||
[ruby-install-guide]: https://www.ruby-lang.org/en/downloads/ | ||
[ruby-installer]: https://rubyinstaller.org/ | ||
[rubygems]: https://rubygems.org/pages/download/ | ||
[styles]: https://github.com/swcarpentry/styles/ | ||
[training]: https://swcarpentry.github.io/instructor-training/ | ||
[styles]: https://github.com/carpentries/styles/ | ||
[swc-releases]: https://github.com/swcarpentry/swc-releases | ||
[workshop-repo]: {{ site.workshop_repo }} | ||
[yaml]: http://yaml.org/ | ||
[coc]: https://software-carpentry.org/conduct/ | ||
[coc-reporting]: https://software-carpentry.org/CoC-reporting/ | ||
[lesson-example]: https://swcarpentry.github.io/lesson-example/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.