Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c01b0cc commit 999211aCopy full SHA for 999211a
_layouts/presentation.html
@@ -1,7 +1,7 @@
1
<!DOCTYPE html>
2
<html>
3
<head>
4
- <title>{{ page.title | strip_html }}</title>
+ <title>The rise of containers: from development to production using Docker</title>
5
<meta charset="utf-8">
6
<style>
7
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@@ -36,7 +36,8 @@
36
<script src="https://remarkjs.com/downloads/remark-latest.min.js">
37
</script>
38
<script>
39
- var slideshow = remark.create({navigation: {scroll: false,}});
+ var slideshow = remark.create({
40
+ sourceUrl: 'markdown.md',
41
highlightStyle: 'monokai',
42
highlightLines: true
43
0 commit comments