Skip to content

Commit

Permalink
Merge branch 'main' into my_first_branch
Browse files Browse the repository at this point in the history
  • Loading branch information
faminavp authored Jun 2, 2021
2 parents 31405db + c7a5570 commit fcca637
Show file tree
Hide file tree
Showing 226 changed files with 28,204 additions and 29,230 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "reveal.js"]
path = reveal.js
url = https://github.com/hakimel/reveal.js.git
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source "https://rubygems.org"

gem 'github-pages', '>= 198'
gem 'html-proofer', '>= 3.11.1'
gem 'github-pages', '>= 207'
gem 'html-proofer', '>= 3.13.0'
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
34 changes: 11 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,11 @@ GEM
em-websocket (0.5.2)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
ethon (0.12.0)
ffi (>= 1.3.0)
ethon (0.13.0)
ffi (>= 1.15.0)
eventmachine (1.2.7)
execjs (2.7.0)
faraday (1.3.0)
faraday-net_http (~> 1.0)
multipart-post (>= 1.2, < 3)
ruby2_keywords
faraday-net_http (1.0.1)

ffi (1.15.0)
forwardable-extended (2.6.0)
gemoji (3.0.1)
Expand Down Expand Up @@ -87,7 +83,7 @@ GEM
html-pipeline (2.14.0)
activesupport (>= 2)
nokogiri (>= 1.4)
html-proofer (3.18.8)

addressable (~> 2.3)
mercenary (~> 0.3)
nokogumbo (~> 2.0)
Expand Down Expand Up @@ -213,22 +209,14 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mini_portile2 (2.5.0)

minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.14.4)
multipart-post (2.1.1)
nokogiri (1.11.2)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
nokogumbo (2.0.5)
nokogiri (~> 1.8, >= 1.8.4)
octokit (4.20.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
parallel (1.20.1)

pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.6)
Expand All @@ -237,7 +225,7 @@ GEM
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.4)

rouge (3.26.0)
ruby-enum (0.9.0)
i18n
Expand Down Expand Up @@ -265,16 +253,16 @@ GEM
unf_ext
unf_ext (0.0.7.7)
unicode-display_width (1.7.0)
yell (2.2.2)

zeitwerk (2.4.2)

PLATFORMS
ruby

DEPENDENCIES
github-pages (>= 198)
html-proofer (>= 3.11.1)
github-pages (>= 207)
html-proofer (>= 3.13.0)
tzinfo-data

BUNDLED WITH
1.17.3
2.2.9
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
timezone: Europe/Berlin
future: false
# Set baseurl to the base path of the site eg "/mytalk"
baseurl: "/github-slideshow"
# baseurl: "/github-slideshow"
# The allowed values are 'rouge', 'pygments' or null.
highlighter: rouge
# markdown - Valid options are [ maruku | rdiscount | kramdown | redcarpet ]
Expand Down
36 changes: 14 additions & 22 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -1,30 +1,22 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">

<title>{% if post.title %}{{ post.title }} | {{ page.title }}{% else %}{{ site.title }}{% endif %}</title>

<meta name="author" content="{{ site.author }}">
<meta name="description" content="{{ site.description }}">

<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="stylesheet" href="{{ site.baseurl }}/node_modules/reveal.js/css/reveal.css">

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="{{site.baseurl}}/node_modules/reveal.js/css/reset.css">
<link rel="stylesheet" href="{{site.baseurl}}/node_modules/reveal.js/css/reveal.css">
<link rel="stylesheet" href="{{site.baseurl}}/node_modules/reveal.js/css/theme/moon.css">

<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style.css">
<!-- jQuery -->
<script src="{{ site.baseurl }}/assets/js/jquery-1.11.1.min.js"></script>
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="{{site.baseurl}}/node_modules/reveal.js/lib/css/monokai.css">

<!-- If the query includes 'print-pdf', include the PDF print sheet -->
<!-- Printing and PDF exports -->
<script>
if( window.location.search.match( /print-pdf/gi ) ) {
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = '{{ site.baseurl }}/reveal.js/css/print/pdf.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
}
</script>

<!--[if lt IE 9]>
<script src="{{ site.baseurl }}/reveal.js/lib/js/html5shiv.js"></script>
<![endif]-->
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'node_modules/reveal.js/css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
73 changes: 16 additions & 57 deletions _includes/script.html
Original file line number Diff line number Diff line change
@@ -1,57 +1,16 @@
<script src="{{ site.baseurl }}/reveal.js/lib/js/head.min.js"></script>
<script src="{{ site.baseurl }}/reveal.js/js/reveal.js"></script>

<!-- reveal.js init -->
<script>
var baseUrl = "{{ site.baseurl }}"
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
{% if site.reveal %}
{% for attr in site.reveal %}{{attr[0]}}: {% unless {attr[1]} == false or {attr[1]} == true or {attr[0]} == "width" or {attr[0]} == "height" %}'{{attr[1]}}',{% else %}{{attr[1]}},{% endunless %}
{% endfor %}
{% endif %}

theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
transition: Reveal.getQueryHash().transition || {% if site.reveal.transition %}'{{ site.reveal.transition }}',{% else %}'default',{% endif %} // default/cube/page/concave/zoom/linear/fade/none

// Optional libraries used to extend on reveal.js
dependencies: [
// Cross-browser shim that fully implements classList - https://github.com/eligrey/classList.js/
{ src: baseUrl + '/reveal.js/lib/js/classList.js', condition: function() { return !document.body.classList; } },

// Zoom in and out with Alt+click
{ src: baseUrl + '/reveal.js/plugin/zoom-js/zoom.js', async: true },

// Speaker notes
{ src: baseUrl + '/reveal.js/plugin/notes/notes.js', async: true },

// Remote control your reveal.js presentation using a touch device
//{ src: baseUrl + '/reveal.js/plugin/remotes/remotes.js', async: true, condition: function() { return !!document.body.classList; } }
]
});

{% if site.slideNumber.format and site.slideNumber.format != "none" %}
// Shows the slide number using default formatting
Reveal.configure({ slideNumber: true });
Reveal.configure({ slideNumber: '{{ site.slideNumber.format }}' });
{% endif %}
</script>
<!-- End reveal.js init -->

<!-- Fontawesome -->
<script type="text/javascript">
$(document).ready(function() {
//$("a[href*='youtube.com/']").prepend( $( "<i class='fa fa-youtube-play'>&nbsp;</i>" ) );
//$("a[href*='vimeo.com/']").prepend( $( "<i class='fa fa-vimeo-square'>&nbsp;</i>" ) );
//$("a[href$='/download']").prepend( $( "<i class='fa fa-cloud-download'>&nbsp;</i>" ) );
//$("a.download").prepend( $( "<i class='fa fa-cloud-download'>&nbsp;</i>" ) );
$("a.external").append( $( "<i class='fa fa-external-link'></i>" ) );
$("a.twitter").append( $( "<i class='fa fa-twitter'></i>" ) );
$("a.github").append( $( "<i class='fa fa-github'></i>" ) );
$("blockquote").prepend( $( "<i class='fa fa-quote-left'></i>" ) );
$("a.button.lighter").click( function() { $("html.dark").removeClass("dark").addClass("light"); });
$("a.button.darker").click( function() { $("html.light").removeClass("light").addClass("dark"); });
});
</script>
<!-- End Fontawesome -->
<script src="{{ site.baseurl }}/node_modules/reveal.js/js/reveal.js"></script>

<script>
// More info about config & dependencies:
// - https://github.com/hakimel/reveal.js#configuration
// - https://github.com/hakimel/reveal.js#dependencies
Reveal.initialize({
hash: true,
dependencies: [
{ src: 'node_modules/reveal.js/plugin/markdown/marked.js' },
{ src: 'node_modules/reveal.js/plugin/markdown/markdown.js' },
{ src: 'node_modules/reveal.js/plugin/highlight/highlight.js' },
{ src: 'node_modules/reveal.js/plugin/notes/notes.js', async: true }
]
});
</script>
16 changes: 0 additions & 16 deletions _sass/fa/_bordered-pulled.scss

This file was deleted.

12 changes: 0 additions & 12 deletions _sass/fa/_core.scss

This file was deleted.

6 changes: 0 additions & 6 deletions _sass/fa/_fixed-width.scss

This file was deleted.

Loading

0 comments on commit fcca637

Please sign in to comment.