Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
swc-bb
swc-pages
2019-11-26-Potsdam-Berlin-Python
Commits
1dcf9fc2
Commit
1dcf9fc2
authored
Jun 23, 2016
by
Greg Wilson
Browse files
Switching to site.root and site.repo
parent
86676036
Changes
10
Hide whitespace changes
Inline
Side-by-side
_includes/all_keypoints.html
View file @
1dcf9fc2
...
...
@@ -7,7 +7,7 @@
{% unless episode.break %}
<tr>
<td
class=
"col-md-3"
>
<a
href=
"{{ site.
github.url
}}{{ episode.url }}"
>
{{ episode.title }}
</a>
<a
href=
"{{ site.
root
}}{{ episode.url }}"
>
{{ episode.title }}
</a>
</td>
<td
class=
"col-md-9"
>
<ul>
...
...
_includes/carpentries.html
View file @
1dcf9fc2
<div
class=
"row"
>
<div
class=
"col-md-2"
align=
"center"
>
<a
href=
"{{ site.swc_site }}"
><img
src=
"{{ site.
github.url
}}/assets/img/swc-icon-blue.svg"
alt=
"Software Carpentry logo"
/></a>
<a
href=
"{{ site.swc_site }}"
><img
src=
"{{ site.
root
}}/assets/img/swc-icon-blue.svg"
alt=
"Software Carpentry logo"
/></a>
</div>
<div
class=
"col-md-8"
>
Since 1998,
...
...
@@ -14,7 +14,7 @@
<br/>
<div
class=
"row"
>
<div
class=
"col-md-2"
align=
"center"
>
<a
href=
"{{ site.dc_site }}"
><img
src=
"{{ site.
github.url
}}/assets/img/dc-icon-black.svg"
alt=
"Data Carpentry logo"
/></a>
<a
href=
"{{ site.dc_site }}"
><img
src=
"{{ site.
root
}}/assets/img/dc-icon-black.svg"
alt=
"Data Carpentry logo"
/></a>
</div>
<div
class=
"col-md-8"
>
<a
href=
"{{ site.dc_site }}"
>
Data Carpentry
</a>
develops and teaches workshops on the fundamental data skills needed to conduct research.
...
...
_includes/episode_title.html
View file @
1dcf9fc2
...
...
@@ -3,22 +3,22 @@
<div
class=
"col-md-1"
>
<h3>
{% if prev_episode %}
<a
href=
"{{ site.
github.url
}}{{ prev_episode.url }}"
><span
class=
"glyphicon glyphicon-menu-left"
></span></a>
<a
href=
"{{ site.
root
}}{{ prev_episode.url }}"
><span
class=
"glyphicon glyphicon-menu-left"
></span></a>
{% else %}
<a
href=
"{{ site.
github.url
}}"
><span
class=
"glyphicon glyphicon-menu-up"
></span></a>
<a
href=
"{{ site.
root
}}"
><span
class=
"glyphicon glyphicon-menu-up"
></span></a>
{% endif %}
</h3>
</div>
<div
class=
"col-md-10"
>
<h3
class=
"maintitle"
><a
href=
"{{ site.
github.url
}}/"
>
{{ site.title }}
</a></h3>
<h3
class=
"maintitle"
><a
href=
"{{ site.
root
}}/"
>
{{ site.title }}
</a></h3>
<h1
class=
"maintitle"
>
{{ page.title }}
</h1>
</div>
<div
class=
"col-md-1"
>
<h3>
{% if next_episode %}
<a
href=
"{{ site.
github.url
}}{{ next_episode.url }}"
><span
class=
"glyphicon glyphicon-menu-right"
></span></a>
<a
href=
"{{ site.
root
}}{{ next_episode.url }}"
><span
class=
"glyphicon glyphicon-menu-right"
></span></a>
{% else %}
<a
href=
"{{ site.
github.url
}}"
><span
class=
"glyphicon glyphicon-menu-up"
></span></a>
<a
href=
"{{ site.
root
}}"
><span
class=
"glyphicon glyphicon-menu-up"
></span></a>
{% endif %}
</h3>
</div>
...
...
_includes/javascript.html
View file @
1dcf9fc2
<script
src=
"{{ site.
github.url
}}/assets/js/jquery.min.js"
></script>
<script
src=
"{{ site.
github.url
}}/assets/js/bootstrap.min.js"
></script>
<script
src=
"{{ site.
github.url
}}/assets/js/lesson.js"
></script>
<script
src=
"{{ site.
root
}}/assets/js/jquery.min.js"
></script>
<script
src=
"{{ site.
root
}}/assets/js/bootstrap.min.js"
></script>
<script
src=
"{{ site.
root
}}/assets/js/lesson.js"
></script>
_includes/footer.html
→
_includes/
lesson_
footer.html
View file @
1dcf9fc2
{% comment %}
Generic footer. Links to repository, not to generated website, so
we do a bit of a dance to get the right URL.
{% endcomment %}
{% if site.is_production %}
{% capture repo_url %}{{ site.github.repository_url }}{% endcapture %}
{% else %}
{% capture repo_url %}https://github.com/{{ site.account }}/{{ site.project }}{% endcapture %}
{% endif %}
<hr/>
<footer>
<div
class=
"row"
>
...
...
@@ -19,9 +10,9 @@
</div>
<div
class=
"col-md-6"
align=
"right"
>
<h4>
<a
href=
"{{ repo
_url
}}"
>
Source
</a>
<a
href=
"{{
site.
repo }}
/
"
>
Source
</a>
/
<a
href=
"{{ repo
_url
}}/blob/gh-pages/CONTRIBUTING.md"
>
Contributing
</a>
<a
href=
"{{
site.
repo }}/blob/gh-pages/CONTRIBUTING.md"
>
Contributing
</a>
/
<a
href=
"mailto:{{ site.email }}"
>
Contact
</a>
</h4>
...
...
_includes/main_title.html
View file @
1dcf9fc2
<h1
class=
"maintitle"
><a
href=
"{{ site.
github.url
}}/"
>
{{ site.title }}
</a>
{% if page.title %}: {{ page.title }}{% endif %}
</h1>
<h1
class=
"maintitle"
><a
href=
"{{ site.
root
}}/"
>
{{ site.title }}
</a>
{% if page.title %}: {{ page.title }}{% endif %}
</h1>
_includes/navbar.html
View file @
1dcf9fc2
...
...
@@ -9,47 +9,47 @@
</button>
{% if page.carpentry == "swc" %}
<a
href=
"{{ site.swc_site }}"
class=
"pull-left"
>
<img
class=
"navbar-logo"
src=
"{{ site.
github.url
}}/assets/img/swc-icon-blue.svg"
alt=
"Software Carpentry logo"
/>
<img
class=
"navbar-logo"
src=
"{{ site.
root
}}/assets/img/swc-icon-blue.svg"
alt=
"Software Carpentry logo"
/>
</a>
{% elsif page.carpentry == "dc" %}
<a
href=
"{{ site.dc_site }}"
class=
"pull-left"
>
<img
class=
"navbar-logo"
src=
"{{ site.
github.url
}}/assets/img/dc-icon-black.svg"
alt=
"Data Carpentry logo"
/>
<img
class=
"navbar-logo"
src=
"{{ site.
root
}}/assets/img/dc-icon-black.svg"
alt=
"Data Carpentry logo"
/>
</a>
{% elsif site.carpentry == "swc" %}
<a
href=
"{{ site.swc_site }}"
class=
"pull-left"
>
<img
class=
"navbar-logo"
src=
"{{ site.
github.url
}}/assets/img/swc-icon-blue.svg"
alt=
"Software Carpentry logo"
/>
<img
class=
"navbar-logo"
src=
"{{ site.
root
}}/assets/img/swc-icon-blue.svg"
alt=
"Software Carpentry logo"
/>
</a>
{% elsif site.carpentry == "dc" %}
<a
href=
"{{ site.dc_site }}"
class=
"pull-left"
>
<img
class=
"navbar-logo"
src=
"{{ site.
github.url
}}/assets/img/dc-icon-black.svg"
alt=
"Data Carpentry logo"
/>
<img
class=
"navbar-logo"
src=
"{{ site.
root
}}/assets/img/dc-icon-black.svg"
alt=
"Data Carpentry logo"
/>
</a>
{% endif %}
<a
class=
"navbar-brand"
href=
"{{ site.
github.url
}}/"
>
Home
</a>
<a
class=
"navbar-brand"
href=
"{{ site.
root
}}/"
>
Home
</a>
</div>
<div
class=
"collapse navbar-collapse"
id=
"bs-example-navbar-collapse-1"
>
<ul
class=
"nav navbar-nav"
>
<li><a
href=
"{{ site.
github.url
}}/conduct/"
>
Code of Conduct
</a></li>
<li><a
href=
"{{ site.
root
}}/conduct/"
>
Code of Conduct
</a></li>
{% if site.kind == "lesson" %}
<li><a
href=
"{{ site.
github.url
}}/setup/"
>
Setup
</a></li>
<li><a
href=
"{{ site.
root
}}/setup/"
>
Setup
</a></li>
<li
class=
"dropdown"
>
<a
href=
"{{ site.
github.url
}}/"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
role=
"button"
aria-haspopup=
"true"
aria-expanded=
"false"
>
Episodes
<span
class=
"caret"
></span></a>
<a
href=
"{{ site.
root
}}/"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
role=
"button"
aria-haspopup=
"true"
aria-expanded=
"false"
>
Episodes
<span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu"
>
{% for episode in site.episodes %}
<li><a
href=
"{{ site.
github.url
}}{{ episode.url }}"
>
{{ episode.title }}
</a></li>
<li><a
href=
"{{ site.
root
}}{{ episode.url }}"
>
{{ episode.title }}
</a></li>
{% endfor %}
</ul>
</li>
<li
class=
"dropdown"
>
<a
href=
"{{ site.
github.url
}}/"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
role=
"button"
aria-haspopup=
"true"
aria-expanded=
"false"
>
Extras
<span
class=
"caret"
></span></a>
<a
href=
"{{ site.
root
}}/"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
role=
"button"
aria-haspopup=
"true"
aria-expanded=
"false"
>
Extras
<span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu"
>
{% for extra in site.extras %}
<li><a
href=
"{{ site.
github.url
}}{{ extra.url }}"
>
{{ extra.title }}
</a></li>
<li><a
href=
"{{ site.
root
}}{{ extra.url }}"
>
{{ extra.title }}
</a></li>
{% endfor %}
</ul>
</li>
<li><a
href=
"{{ site.
github.url
}}/reference/"
>
Reference
</a></li>
<li><a
href=
"{{ site.
root
}}/reference/"
>
Reference
</a></li>
{% endif %}
<li><a
href=
"{{ site.
github.url
}}/license/"
>
License
</a></li>
<li><a
href=
"{{ site.
root
}}/license/"
>
License
</a></li>
</ul>
<form
class=
"navbar-form navbar-right"
role=
"search"
id=
"search"
onsubmit=
"google_search(); return false;"
>
<div
class=
"form-group"
>
...
...
_includes/syllabus.html
View file @
1dcf9fc2
...
...
@@ -34,7 +34,7 @@
{% if multiday %}
<td
class=
"col-md-1"
>
{% if episode.start %}Day {{ day }}{% endif %}
</td>
{% endif %}
<td
class=
"col-md-1"
>
{% if hours
<
10
%}0{%
endif
%}{{
hours
}}
:
{%
if
minutes
<
10
%}0{%
endif
%}{{
minutes
}}</
td
>
<td
class=
"col-md-3"
>
<a
href=
"{{ site.
github.url
}}{{ episode.url }}"
>
{{ episode.title }}
</a>
<a
href=
"{{ site.
root
}}{{ episode.url }}"
>
{{ episode.title }}
</a>
</td>
<td
class=
"col-md-7"
>
{% if episode.break %}
...
...
_layouts/base.html
View file @
1dcf9fc2
...
...
@@ -7,10 +7,10 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
http-equiv=
"last-modified"
content=
"{{ site.time }}"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<meta
name=
"search-domain"
value=
"https://{{ site.
github.url
}}"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{ site.
github.url
}}/assets/css/bootstrap.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{ site.
github.url
}}/assets/css/bootstrap-theme.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{ site.
github.url
}}/assets/css/lesson.css"
/>
<meta
name=
"search-domain"
value=
"https://{{ site.
root
}}"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{ site.
root
}}/assets/css/bootstrap.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{ site.
root
}}/assets/css/bootstrap-theme.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{ site.
root
}}/assets/css/lesson.css"
/>
{% if site.carpentry == "swc" %}
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"/favicon-swc.ico"
/>
{% endif %}
...
...
@@ -29,7 +29,7 @@
<div
class=
"container"
>
{% include navbar.html %}
{{ content }}
{% include footer.html %}
{% include
lesson_
footer.html %}
</div>
{% include javascript.html %}
</body>
...
...
_layouts/workshop.html
View file @
1dcf9fc2
...
...
@@ -25,10 +25,9 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
http-equiv=
"last-modified"
content=
"{{ site.time }}"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<meta
name=
"search-domain"
value=
"https://{{ site.github.url }}"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{ site.github.url }}/assets/css/bootstrap.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{ site.github.url }}/assets/css/bootstrap-theme.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{ site.github.url }}/assets/css/lesson.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{ site.root }}/assets/css/bootstrap.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{ site.root }}/assets/css/bootstrap-theme.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{ site.root }}/assets/css/lesson.css"
/>
{% if site.carpentry == "swc" %}
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"/favicon-swc.ico"
/>
{% endif %}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment