Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 999211a

Browse files
committed
Uploaded presentation
1 parent c01b0cc commit 999211a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_layouts/presentation.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>{{ page.title | strip_html }}</title>
4+
<title>The rise of containers: from development to production using Docker</title>
55
<meta charset="utf-8">
66
<style>
77
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@@ -36,7 +36,8 @@
3636
<script src="https://remarkjs.com/downloads/remark-latest.min.js">
3737
</script>
3838
<script>
39-
var slideshow = remark.create({navigation: {scroll: false,}});
39+
var slideshow = remark.create({
40+
sourceUrl: 'markdown.md',
4041
highlightStyle: 'monokai',
4142
highlightLines: true
4243

0 commit comments

Comments
 (0)