Skip to content

Commit ba9cb71

Browse files
committed
Show slides only on dev, temporarily
1 parent 0ed5705 commit ba9cb71

File tree

9 files changed

+736
-2009
lines changed

9 files changed

+736
-2009
lines changed
1.82 MB
Loading

_includes/cka.md

Lines changed: 700 additions & 297 deletions
Large diffs are not rendered by default.

_includes/head_remark.html

Lines changed: 31 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,40 @@
11
<style>
2-
<!--
32
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
43
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
54
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
65

7-
body { font-family: 'Droid Serif'; }
8-
h1, h2, h3 {
6+
h2 {
97
font-family: 'Yanone Kaffeesatz';
108
font-weight: normal;
9+
padding-bottom: 0%;
10+
margin-bottom: 0%;
1111
}
12-
-->
13-
.remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; }
12+
h3 {
13+
font-family: 'Yanone Kaffeesatz';
14+
font-weight: normal;
15+
padding-bottom: 0%;
16+
margin-bottom: 0%;
17+
font-size: 1.5em;
18+
}
19+
li {
20+
font-size: 1;
21+
font-weight: 100;
22+
}
23+
p {
24+
font-size: 1em;
25+
font-weight: 100;
26+
}
27+
td {
28+
padding: 2px;
29+
font-weight: 100;
30+
}
31+
.remark-code, .remark-inline-code {
32+
font-family: 'Ubuntu Mono';
33+
font-size: 1em;
34+
font-weight: 100;
35+
}
36+
.remark-h2 {
37+
font-size: 2em;
38+
}
39+
1440
</style>

_includes/header_presentation.html

Lines changed: 0 additions & 28 deletions
This file was deleted.

_includes/home_opensource.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ <h2 class="section-heading">Open Source</h2>
2020
<div class="lead">
2121
Presentations are mostly on <a href="https://www.slideshare.net/alvagante" target="_blank" rel="external nofollow">Slideshare</a>
2222
</div>
23+
{% if site.url != 'https://example42.com/' %}
2324
<div class="lead">
2425
Tutorials (2025 Update in Progress):
2526
{% for post in site.presentations %}
@@ -28,6 +29,7 @@ <h2 class="section-heading">Open Source</h2>
2829
</li>
2930
{% endfor %}
3031
</div>
32+
{% endif %}
3133
<div class="col-lg-4 col-lg-offset-2 col-sm-6">
3234
<img class="img-responsive" src="{{ site.url }}/img/pic-psick.png" alt="Open Source">
3335
</div>

_includes/presentation.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ <h1>{{ page.title }}</h1>
1717
<script>
1818
var slideshow = remark.create({
1919
ratio: '16:9',
20+
highlightStyle: 'monokai',
2021
});
2122
</script>

_layouts/presentation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<head>
44
{% include iubenda_cookie.html %}
55
{% include analytics.html %}
6-
{% include head_remark.html %}
76
{% include head.html %}
7+
{% include head_remark.html %}
88
</head>
99
<body>
1010
{% include header.html %}

0 commit comments

Comments
 (0)