enzanki-website-template 1.3.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/footer.html +21 -21
- data/_includes/header.html +45 -45
- data/_includes/htmlheader.html +71 -68
- data/_includes/navbarlink.html +24 -24
- data/_includes/youtube-embed.html +4 -4
- data/_includes/ytblock.html +8 -8
- data/_layouts/category.html +33 -27
- data/_layouts/revealjs.html +67 -67
- data/_layouts/youtube-upload.html +11 -11
- data/assets/css/main.css +63 -63
- data/assets/js/live.js +237 -237
- data/assets/js/main.js +132 -132
- data/assets/js/rollbar.js +14 -14
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bcbbf5b93bb13103b85b918041a6ac1a846aff4b
|
4
|
+
data.tar.gz: 94ac228ab9958dce28e44403e2b37774b1ebd2e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50ba45dfd6a1bc90f47a52d195fd413fad4453a6ac2beb85feb844eda5d025557a4f48ade3098c028c59b87930be25e728e14c25f8f45f7aa95554228de5c93c
|
7
|
+
data.tar.gz: 450a4e597d9cb0d99d412fb34f35350c66f6a0d4317d968a23277d3139dcd7cbf759d34dc594c19aa8daede91e51cee4221138b6821792806300de0787bab2f7
|
data/_includes/footer.html
CHANGED
@@ -1,21 +1,21 @@
|
|
1
|
-
<hr>
|
2
|
-
<footer>
|
3
|
-
<strong>Licence</strong>
|
4
|
-
<ul>
|
5
|
-
<li>
|
6
|
-
Content for {{ site.title }} is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
|
7
|
-
</li>
|
8
|
-
<li>
|
9
|
-
Code for {{ site.title }} is licenced under a <a href="http://www.gnu.org/licenses/agpl-3.0.en.html">GNU Affero General Public License v3</a>.
|
10
|
-
</li>
|
11
|
-
</ul>
|
12
|
-
<p>
|
13
|
-
Code avalible at <a href="{{ site.github.repository_url }}">{{ site.github.repository_url }}</a>
|
14
|
-
</p>
|
15
|
-
<p>
|
16
|
-
Page compiled at {{ site.time | date: "%A, %B %e, %Y %l:%M%P %Z" }} (<time class="timeago" datetime="{{ site.time | date_to_xmlschema }}">{{ site.time | date: "%A, %B %e, %Y %l:%M%P %Z" }}</time>). for commit
|
17
|
-
<a data-toggle="tooltip" data-placement="auto" title="Environment: {{ jekyll.environment }}" href="{{ site.github.repository_url }}/commit/{{ site.github.build_revision }}">{{ site.github.build_revision }}</a>.
|
18
|
-
</p>
|
19
|
-
</footer>
|
20
|
-
|
21
|
-
</div>
|
1
|
+
<hr>
|
2
|
+
<footer>
|
3
|
+
<strong>Licence</strong>
|
4
|
+
<ul>
|
5
|
+
<li>
|
6
|
+
Content for {{ site.title }} is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
|
7
|
+
</li>
|
8
|
+
<li>
|
9
|
+
Code for {{ site.title }} is licenced under a <a href="http://www.gnu.org/licenses/agpl-3.0.en.html">GNU Affero General Public License v3</a>.
|
10
|
+
</li>
|
11
|
+
</ul>
|
12
|
+
<p>
|
13
|
+
Code avalible at <a href="{{ site.github.repository_url }}">{{ site.github.repository_url }}</a>
|
14
|
+
</p>
|
15
|
+
<p>
|
16
|
+
Page compiled at {{ site.time | date: "%A, %B %e, %Y %l:%M%P %Z" }} (<time class="timeago" datetime="{{ site.time | date_to_xmlschema }}">{{ site.time | date: "%A, %B %e, %Y %l:%M%P %Z" }}</time>). for commit
|
17
|
+
<a data-toggle="tooltip" data-placement="auto" title="Environment: {{ jekyll.environment }}" href="{{ site.github.repository_url }}/commit/{{ site.github.build_revision }}">{{ site.github.build_revision }}</a>.
|
18
|
+
</p>
|
19
|
+
</footer>
|
20
|
+
|
21
|
+
</div>
|
data/_includes/header.html
CHANGED
@@ -1,45 +1,45 @@
|
|
1
|
-
<nav class="navbar navbar-default navbar-fixed-top">
|
2
|
-
<div class="container-fluid">
|
3
|
-
<!-- Brand and toggle get grouped for better mobile display -->
|
4
|
-
<div class="navbar-header">
|
5
|
-
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
|
6
|
-
<span class="sr-only">Toggle navigation</span>
|
7
|
-
<span class="icon-bar"></span>
|
8
|
-
<span class="icon-bar"></span>
|
9
|
-
<span class="icon-bar"></span>
|
10
|
-
</button>
|
11
|
-
{% if site.github.owner_gravatar_url %}
|
12
|
-
<a class="navbar-brand" href="#">
|
13
|
-
{% avatar {{ site.github.owner_gravatar_url }} size=20 %}
|
14
|
-
</a>
|
15
|
-
{% endif %}
|
16
|
-
{% if site.title %}
|
17
|
-
<a class="navbar-brand" href="{{ site.github.url }}/index.html">{{ site.title }}</a>
|
18
|
-
{% else %}
|
19
|
-
<a class="navbar-brand" href="{{ site.github.url }}/index.html">{{ site.title }}</a>
|
20
|
-
{% endif %}
|
21
|
-
</div>
|
22
|
-
|
23
|
-
<!-- Collect the nav links, forms, and other content for toggling -->
|
24
|
-
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
|
25
|
-
<ul class="nav navbar-nav">
|
26
|
-
{% for link in site.data.header.left-header %}
|
27
|
-
{% include navbarlink.html link=link %}
|
28
|
-
{% endfor %}
|
29
|
-
</ul>
|
30
|
-
<ul class="nav navbar-nav navbar-right">
|
31
|
-
{% for link in site.data.header.right-header %}
|
32
|
-
{% include navbarlink.html link=link %}
|
33
|
-
{% endfor %}
|
34
|
-
</ul>
|
35
|
-
</div>
|
36
|
-
<!-- /.navbar-collapse -->
|
37
|
-
</div>
|
38
|
-
<!-- /.container-fluid -->
|
39
|
-
</nav>
|
40
|
-
<div class="container">
|
41
|
-
{% if site.alert %}
|
42
|
-
<div class="sitealerts">
|
43
|
-
<div class="alert alert-warning" role="alert">{{ site.alert }}</div>
|
44
|
-
</div>
|
45
|
-
{% endif %}
|
1
|
+
<nav class="navbar navbar-default navbar-fixed-top">
|
2
|
+
<div class="container-fluid">
|
3
|
+
<!-- Brand and toggle get grouped for better mobile display -->
|
4
|
+
<div class="navbar-header">
|
5
|
+
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
|
6
|
+
<span class="sr-only">Toggle navigation</span>
|
7
|
+
<span class="icon-bar"></span>
|
8
|
+
<span class="icon-bar"></span>
|
9
|
+
<span class="icon-bar"></span>
|
10
|
+
</button>
|
11
|
+
{% if site.github.owner_gravatar_url %}
|
12
|
+
<a class="navbar-brand" href="#">
|
13
|
+
{% avatar {{ site.github.owner_gravatar_url }} size=20 %}
|
14
|
+
</a>
|
15
|
+
{% endif %}
|
16
|
+
{% if site.title %}
|
17
|
+
<a class="navbar-brand" href="{{ site.github.url }}/index.html">{{ site.title }}</a>
|
18
|
+
{% else %}
|
19
|
+
<a class="navbar-brand" href="{{ site.github.url }}/index.html">{{ site.title }}</a>
|
20
|
+
{% endif %}
|
21
|
+
</div>
|
22
|
+
|
23
|
+
<!-- Collect the nav links, forms, and other content for toggling -->
|
24
|
+
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
|
25
|
+
<ul class="nav navbar-nav">
|
26
|
+
{% for link in site.data.header.left-header %}
|
27
|
+
{% include navbarlink.html link=link %}
|
28
|
+
{% endfor %}
|
29
|
+
</ul>
|
30
|
+
<ul class="nav navbar-nav navbar-right">
|
31
|
+
{% for link in site.data.header.right-header %}
|
32
|
+
{% include navbarlink.html link=link %}
|
33
|
+
{% endfor %}
|
34
|
+
</ul>
|
35
|
+
</div>
|
36
|
+
<!-- /.navbar-collapse -->
|
37
|
+
</div>
|
38
|
+
<!-- /.container-fluid -->
|
39
|
+
</nav>
|
40
|
+
<div class="container">
|
41
|
+
{% if site.alert %}
|
42
|
+
<div class="sitealerts">
|
43
|
+
<div class="alert alert-warning" role="alert">{{ site.alert }}</div>
|
44
|
+
</div>
|
45
|
+
{% endif %}
|
data/_includes/htmlheader.html
CHANGED
@@ -1,68 +1,71 @@
|
|
1
|
-
<!doctype html>
|
2
|
-
<html lang="en">
|
3
|
-
|
4
|
-
<head>
|
5
|
-
<meta charset="utf-8">
|
6
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
7
|
-
|
8
|
-
{% feed_meta %}
|
9
|
-
|
10
|
-
{% seo %}
|
11
|
-
|
12
|
-
<script src="{{ site.github.url | replace_first:'http://','https://' }}/assets/js/rollbar.js"></script>
|
13
|
-
|
14
|
-
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1">
|
15
|
-
<link rel="apple-touch-icon" href="{{ site.github.url }}/icons/apple-touch-icon.png">
|
16
|
-
|
17
|
-
<script src="https://code.jquery.com/jquery-{{ site.data.versions.jquery }}.min.js"></script>
|
18
|
-
|
19
|
-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/{{ site.data.versions.bootstrap }}/css/bootstrap.min.css" crossorigin="anonymous">
|
20
|
-
{% if page.
|
21
|
-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootswatch/{{ site.data.versions.bootstrap }}/{{ page.
|
22
|
-
{% endif %}
|
23
|
-
|
24
|
-
<
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
{%
|
32
|
-
|
33
|
-
{
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
<!--
|
41
|
-
|
42
|
-
|
43
|
-
{
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
ga('
|
50
|
-
ga('require', '
|
51
|
-
|
52
|
-
ga('require', '
|
53
|
-
ga('require', '
|
54
|
-
ga('require', '
|
55
|
-
ga('require', '
|
56
|
-
ga('require', '
|
57
|
-
ga('require', '
|
58
|
-
|
59
|
-
ga('
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
1
|
+
<!doctype html>
|
2
|
+
<html lang="en">
|
3
|
+
|
4
|
+
<head>
|
5
|
+
<meta charset="utf-8">
|
6
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
7
|
+
|
8
|
+
{% feed_meta %}
|
9
|
+
|
10
|
+
{% seo %}
|
11
|
+
|
12
|
+
<script src="{{ site.github.url | replace_first:'http://','https://' }}/assets/js/rollbar.js"></script>
|
13
|
+
|
14
|
+
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1">
|
15
|
+
<link rel="apple-touch-icon" href="{{ site.github.url }}/icons/apple-touch-icon.png">
|
16
|
+
|
17
|
+
<script src="https://code.jquery.com/jquery-{{ site.data.versions.jquery }}.min.js"></script>
|
18
|
+
|
19
|
+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/{{ site.data.versions.bootstrap }}/css/bootstrap.min.css" crossorigin="anonymous">
|
20
|
+
{% if page.bootswatch_theme or site.bootswatch_theme %}
|
21
|
+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootswatch/{{ site.data.versions.bootstrap }}/{{ page.bootswatch_theme | default: site.bootswatch_theme }}/bootstrap.min.css" crossorigin="anonymous">
|
22
|
+
{% endif %}
|
23
|
+
|
24
|
+
<script defer src="https://pro.fontawesome.com/releases/v5.0.9/js/all.js" integrity="sha384-DtPgXIYsUR6lLmJK14ZNUi11aAoezQtw4ut26Zwy9/6QXHH8W3+gjrRDT+lHiiW4" crossorigin="anonymous"></script>
|
25
|
+
<script defer src="https://pro.fontawesome.com/releases/v5.0.9/js/v4-shims.js" integrity="sha384-vuyo8HdrwozCl2DhHOJ40ytjEx9FGy0cqu8i5GHeIoSUm6MPgqCXAVoUIsudKfuE" crossorigin="anonymous"></script>
|
26
|
+
|
27
|
+
<link rel="stylesheet" href="{{ site.github.url | replace_first:'http://','https://' }}/assets/css/main.css">
|
28
|
+
|
29
|
+
{% if page.live-reload %}
|
30
|
+
<script src="{{ site.github.url | replace_first:'http://','https://' }}/assets/js/live.js"></script>
|
31
|
+
{% endif %}
|
32
|
+
|
33
|
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-timeago/{{ site.data.versions.timeago }}/jquery.timeago.min.js"></script>
|
34
|
+
{% if page.slugjs %}
|
35
|
+
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/speakingurl/9.0.0/speakingurl.min.js"></script>
|
36
|
+
{% endif %}
|
37
|
+
|
38
|
+
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.14.1/moment-with-locales.min.js"></script>
|
39
|
+
|
40
|
+
<!-- Battle for the Net (Only displays on - July 12th, 2017) -->
|
41
|
+
<!--<script src="https://widget.battleforthenet.com/widget.js" async></script>-->
|
42
|
+
|
43
|
+
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/{{ site.data.versions.modernizer }}/modernizr.min.js"></script> -->
|
44
|
+
</head>
|
45
|
+
<body>
|
46
|
+
{% if site.data.debug.googleanalytics %}
|
47
|
+
<script>
|
48
|
+
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
|
49
|
+
ga('create', '{{ site.data.debug.googleanalytics }}', {'siteSpeedSampleRate': 100});
|
50
|
+
ga('require', 'linkid');
|
51
|
+
|
52
|
+
ga('require', 'cleanUrlTracker');
|
53
|
+
ga('require', 'eventTracker');
|
54
|
+
ga('require', 'impressionTracker');
|
55
|
+
ga('require', 'mediaQueryTracker');
|
56
|
+
ga('require', 'outboundFormTracker');
|
57
|
+
ga('require', 'outboundLinkTracker');
|
58
|
+
ga('require', 'pageVisibilityTracker');
|
59
|
+
ga('require', 'socialWidgetTracker');
|
60
|
+
ga('require', 'urlChangeTracker');
|
61
|
+
|
62
|
+
ga('send', 'pageview');
|
63
|
+
</script>
|
64
|
+
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
65
|
+
<script async src="https://cdnjs.cloudflare.com/ajax/libs/autotrack/{{ site.data.versions.autotrack }}/autotrack.js"></script>
|
66
|
+
{% endif %}
|
67
|
+
<!--[if lt IE 8]>
|
68
|
+
<p class="browserupgrade">You are using an <strong>outdated</strong> browser.
|
69
|
+
Please <a href="http://browsehappy.com/">upgrade your browser</a>
|
70
|
+
to improve your experience.</p>
|
71
|
+
<![endif]-->
|
data/_includes/navbarlink.html
CHANGED
@@ -1,24 +1,24 @@
|
|
1
|
-
{% if include.link.dropdown %}
|
2
|
-
<li class="dropdown">
|
3
|
-
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">{{ include.link.text }}<span class="caret"></span></a>
|
4
|
-
<ul class="dropdown-menu">
|
5
|
-
{% for dropdown in include.link.dropdown %}
|
6
|
-
<li>
|
7
|
-
{% if dropdown.internal-link %}
|
8
|
-
<a href="{{ site.github.url }}/{{ dropdown.internal-link }}">{{ dropdown.text }}</a>
|
9
|
-
{% else %}
|
10
|
-
<a href="{{ dropdown.external-link }}">{{ dropdown.text }}</a>
|
11
|
-
{% endif %}
|
12
|
-
</li>
|
13
|
-
{% endfor %}
|
14
|
-
</ul>
|
15
|
-
</li>
|
16
|
-
{% else %}
|
17
|
-
<li>
|
18
|
-
{% if include.link.internal-link %}
|
19
|
-
<a href="{{ site.github.url }}/{{ include.link.internal-link }}">{{ include.link.text }}</a>
|
20
|
-
{% else %}
|
21
|
-
<a href="{{ include.link.external-link }}">{{ include.link.text }}</a>
|
22
|
-
{% endif %}
|
23
|
-
</li>
|
24
|
-
{% endif %}
|
1
|
+
{% if include.link.dropdown %}
|
2
|
+
<li class="dropdown">
|
3
|
+
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">{{ include.link.text }}<span class="caret"></span></a>
|
4
|
+
<ul class="dropdown-menu">
|
5
|
+
{% for dropdown in include.link.dropdown %}
|
6
|
+
<li>
|
7
|
+
{% if dropdown.internal-link %}
|
8
|
+
<a href="{{ site.github.url }}/{{ dropdown.internal-link }}">{{ dropdown.text }}</a>
|
9
|
+
{% else %}
|
10
|
+
<a href="{{ dropdown.external-link }}">{{ dropdown.text }}</a>
|
11
|
+
{% endif %}
|
12
|
+
</li>
|
13
|
+
{% endfor %}
|
14
|
+
</ul>
|
15
|
+
</li>
|
16
|
+
{% else %}
|
17
|
+
<li>
|
18
|
+
{% if include.link.internal-link %}
|
19
|
+
<a href="{{ site.github.url }}/{{ include.link.internal-link }}">{{ include.link.text }}</a>
|
20
|
+
{% else %}
|
21
|
+
<a href="{{ include.link.external-link }}">{{ include.link.text }}</a>
|
22
|
+
{% endif %}
|
23
|
+
</li>
|
24
|
+
{% endif %}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
<div class='embed-responsive embed-responsive-16by9'>
|
2
|
-
<iframe class='embed-responsive-item' name="video" src="https://www.youtube.com/embed/{{ page.youtube-video-id or youtube-video-id }}?enablejsapi=1&origin=https://enzanki-ars.github.io"
|
3
|
-
frameborder="0" allowfullscreen></iframe>
|
4
|
-
</div>
|
1
|
+
<div class='embed-responsive embed-responsive-16by9'>
|
2
|
+
<iframe class='embed-responsive-item' name="video" src="https://www.youtube.com/embed/{{ page.youtube-video-id or youtube-video-id }}?enablejsapi=1&origin=https://enzanki-ars.github.io"
|
3
|
+
frameborder="0" allowfullscreen></iframe>
|
4
|
+
</div>
|
data/_includes/ytblock.html
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
<hr>
|
2
|
-
<iframe src="https://www.youtube.com/embed/YE7VzlLtp-4" id="blockedImage" onload="loadSuccess()" onerror="loadError('YouTube')" height="0px" width="0px" frameborder="0" style="position: absolute;"></iframe>
|
3
|
-
<div id="blockedInfo">
|
4
|
-
<span class="label label-warning">
|
5
|
-
Checking Youtube Access...
|
6
|
-
</span>
|
7
|
-
</div>
|
8
|
-
<hr>
|
1
|
+
<hr>
|
2
|
+
<iframe src="https://www.youtube.com/embed/YE7VzlLtp-4" id="blockedImage" onload="loadSuccess()" onerror="loadError('YouTube')" height="0px" width="0px" frameborder="0" style="position: absolute;"></iframe>
|
3
|
+
<div id="blockedInfo">
|
4
|
+
<span class="label label-warning">
|
5
|
+
Checking Youtube Access...
|
6
|
+
</span>
|
7
|
+
</div>
|
8
|
+
<hr>
|
data/_layouts/category.html
CHANGED
@@ -1,28 +1,34 @@
|
|
1
|
-
---
|
2
|
-
layout: default
|
3
|
-
---
|
4
|
-
|
5
|
-
<h2>Category - {{page.
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
<
|
16
|
-
|
17
|
-
|
18
|
-
<
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
---
|
4
|
+
|
5
|
+
<h2>Category - {{page.title}}</h2>
|
6
|
+
|
7
|
+
{% if page.description %}
|
8
|
+
<hr />
|
9
|
+
{{ page.description }}
|
10
|
+
<hr />
|
11
|
+
{% endif %}
|
12
|
+
|
13
|
+
<div class="table-responsive">
|
14
|
+
<table class="table table-striped">
|
15
|
+
<thead>
|
16
|
+
<tr>
|
17
|
+
<th>Date</th>
|
18
|
+
<th>Title</th>
|
19
|
+
</tr>
|
20
|
+
</thead>
|
21
|
+
<tbody>
|
22
|
+
{% for post in site.categories[page.category] %}
|
23
|
+
<tr>
|
24
|
+
<td>
|
25
|
+
{{ post.date | date: "%A, %B %d, %Y" }}
|
26
|
+
</td>
|
27
|
+
<td>
|
28
|
+
<a href="{{ post.url | prepend: site.github.url }}">{{ post.title }}</a>
|
29
|
+
</td>
|
30
|
+
</tr>
|
31
|
+
{% endfor %}
|
32
|
+
</tbody>
|
33
|
+
</table>
|
28
34
|
</div>
|
data/_layouts/revealjs.html
CHANGED
@@ -1,67 +1,67 @@
|
|
1
|
-
<!doctype html>
|
2
|
-
<html lang="en">
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8">
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
6
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
7
|
-
|
8
|
-
{% feed_meta %}
|
9
|
-
|
10
|
-
{% seo %}
|
11
|
-
|
12
|
-
<script src="{{ site.github.url }}/js/rollbar.js"></script>
|
13
|
-
|
14
|
-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/{{ site.data.versions.bootstrap }}/css/bootstrap.min.css" crossorigin="anonymous">
|
15
|
-
|
16
|
-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/{{ site.data.versions.revealjs }}/css/reveal.min.css">
|
17
|
-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/{{ site.data.versions.revealjs }}/css/theme/{{ page.revealjs-theme | default: site.revealjs-theme | default: 'black' }}.min.css">
|
18
|
-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/{{ site.data.versions.revealjs }}/lib/css/zenburn.min.css">
|
19
|
-
|
20
|
-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/{{ site.data.versions.font-awesome }}/css/font-awesome.min.css" crossorigin="anonymous">
|
21
|
-
|
22
|
-
<script src="https://code.jquery.com/jquery-{{ site.data.versions.jquery }}.min.js"></script>
|
23
|
-
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-timeago/{{ site.data.versions.timeago }}/jquery.timeago.min.js"></script>
|
24
|
-
|
25
|
-
<style>
|
26
|
-
ul.fa-ul {
|
27
|
-
list-style-type: none;
|
28
|
-
}
|
29
|
-
</style>
|
30
|
-
|
31
|
-
{% if page.live-reload %}
|
32
|
-
<script src="{{ site.github.url }}/js/live.js"></script>
|
33
|
-
{% endif %}
|
34
|
-
</head>
|
35
|
-
<body>
|
36
|
-
<div class="reveal">
|
37
|
-
<div class="slides">
|
38
|
-
{{ content }}
|
39
|
-
</div>
|
40
|
-
</div>
|
41
|
-
|
42
|
-
<script src="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/{{ site.data.versions.revealjs }}/lib/js/head.min.js"></script>
|
43
|
-
<script src="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/{{ site.data.versions.revealjs }}/js/reveal.min.js"></script>
|
44
|
-
|
45
|
-
<script>
|
46
|
-
// More info https://github.com/hakimel/reveal.js#configuration
|
47
|
-
Reveal.initialize({
|
48
|
-
history: false,
|
49
|
-
autoSlide: 10000,
|
50
|
-
loop: true,
|
51
|
-
width: 1280,
|
52
|
-
height: 720,
|
53
|
-
transitionSpeed: 'slow',
|
54
|
-
dependencies: [
|
55
|
-
{ src: 'https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.3.0/plugin/markdown/marked.min.js' },
|
56
|
-
{ src: 'https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.3.0/plugin/markdown/markdown.min.js' },
|
57
|
-
{ src: 'https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.3.0/plugin/notes/notes.min.js', async: true },
|
58
|
-
{ src: 'https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.3.0/plugin/highlight/highlight.min.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
|
59
|
-
]
|
60
|
-
});
|
61
|
-
jQuery(document).ready(function() {
|
62
|
-
jQuery("time.timeago").timeago();
|
63
|
-
jQuery.timeago.settings.allowFuture = true;
|
64
|
-
});
|
65
|
-
</script>
|
66
|
-
</body>
|
67
|
-
</html>
|
1
|
+
<!doctype html>
|
2
|
+
<html lang="en">
|
3
|
+
<head>
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
7
|
+
|
8
|
+
{% feed_meta %}
|
9
|
+
|
10
|
+
{% seo %}
|
11
|
+
|
12
|
+
<script src="{{ site.github.url }}/js/rollbar.js"></script>
|
13
|
+
|
14
|
+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/{{ site.data.versions.bootstrap }}/css/bootstrap.min.css" crossorigin="anonymous">
|
15
|
+
|
16
|
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/{{ site.data.versions.revealjs }}/css/reveal.min.css">
|
17
|
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/{{ site.data.versions.revealjs }}/css/theme/{{ page.revealjs-theme | default: site.revealjs-theme | default: 'black' }}.min.css">
|
18
|
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/{{ site.data.versions.revealjs }}/lib/css/zenburn.min.css">
|
19
|
+
|
20
|
+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/{{ site.data.versions.font-awesome }}/css/font-awesome.min.css" crossorigin="anonymous">
|
21
|
+
|
22
|
+
<script src="https://code.jquery.com/jquery-{{ site.data.versions.jquery }}.min.js"></script>
|
23
|
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-timeago/{{ site.data.versions.timeago }}/jquery.timeago.min.js"></script>
|
24
|
+
|
25
|
+
<style>
|
26
|
+
ul.fa-ul {
|
27
|
+
list-style-type: none;
|
28
|
+
}
|
29
|
+
</style>
|
30
|
+
|
31
|
+
{% if page.live-reload %}
|
32
|
+
<script src="{{ site.github.url }}/js/live.js"></script>
|
33
|
+
{% endif %}
|
34
|
+
</head>
|
35
|
+
<body>
|
36
|
+
<div class="reveal">
|
37
|
+
<div class="slides">
|
38
|
+
{{ content }}
|
39
|
+
</div>
|
40
|
+
</div>
|
41
|
+
|
42
|
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/{{ site.data.versions.revealjs }}/lib/js/head.min.js"></script>
|
43
|
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/{{ site.data.versions.revealjs }}/js/reveal.min.js"></script>
|
44
|
+
|
45
|
+
<script>
|
46
|
+
// More info https://github.com/hakimel/reveal.js#configuration
|
47
|
+
Reveal.initialize({
|
48
|
+
history: false,
|
49
|
+
autoSlide: 10000,
|
50
|
+
loop: true,
|
51
|
+
width: 1280,
|
52
|
+
height: 720,
|
53
|
+
transitionSpeed: 'slow',
|
54
|
+
dependencies: [
|
55
|
+
{ src: 'https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.3.0/plugin/markdown/marked.min.js' },
|
56
|
+
{ src: 'https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.3.0/plugin/markdown/markdown.min.js' },
|
57
|
+
{ src: 'https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.3.0/plugin/notes/notes.min.js', async: true },
|
58
|
+
{ src: 'https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.3.0/plugin/highlight/highlight.min.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
|
59
|
+
]
|
60
|
+
});
|
61
|
+
jQuery(document).ready(function() {
|
62
|
+
jQuery("time.timeago").timeago();
|
63
|
+
jQuery.timeago.settings.allowFuture = true;
|
64
|
+
});
|
65
|
+
</script>
|
66
|
+
</body>
|
67
|
+
</html>
|
@@ -1,11 +1,11 @@
|
|
1
|
-
---
|
2
|
-
layout: post
|
3
|
-
---
|
4
|
-
|
5
|
-
{% include ytblock.html %}
|
6
|
-
|
7
|
-
{% include youtube-embed.html %}
|
8
|
-
|
9
|
-
<hr />
|
10
|
-
|
11
|
-
{{ content }}
|
1
|
+
---
|
2
|
+
layout: post
|
3
|
+
---
|
4
|
+
|
5
|
+
{% include ytblock.html %}
|
6
|
+
|
7
|
+
{% include youtube-embed.html %}
|
8
|
+
|
9
|
+
<hr />
|
10
|
+
|
11
|
+
{{ content }}
|