Rename input files and add them to index.html

This commit is contained in:
Martin Müller 2018-11-14 17:12:40 +01:00
parent 3dec5a7131
commit 80fcf0c13b
3 changed files with 6 additions and 2 deletions

View File

@ -7,7 +7,6 @@
<link rel="stylesheet" href="css/theme/black.css" id="theme"> <link rel="stylesheet" href="css/theme/black.css" id="theme">
<link rel="stylesheet" href="lib/css/zenburn.css"> <link rel="stylesheet" href="lib/css/zenburn.css">
<link rel="stylesheet" href="css/custom.css"> <link rel="stylesheet" href="css/custom.css">
</head> </head>
<body> <body>
<div class="reveal"> <div class="reveal">
@ -17,7 +16,12 @@
data-separator-vertical="^\r?\n---\r?\n$" data-separator-vertical="^\r?\n---\r?\n$"
data-separator-notes="^Note:"> data-separator-notes="^Note:">
</section> </section>
<section data-markdown="sections/stuff.md" <section data-markdown="sections/ak.md"
data-separator="^\r?\n===\r?\n$"
data-separator-vertical="^\r?\n---\r?\n$"
data-separator-notes="^Note:">
</section>
<section data-markdown="sections/tweets.md"
data-separator="^\r?\n===\r?\n$" data-separator="^\r?\n===\r?\n$"
data-separator-vertical="^\r?\n---\r?\n$" data-separator-vertical="^\r?\n---\r?\n$"
data-separator-notes="^Note:"> data-separator-notes="^Note:">

View File