Removing test directory on release branch.

This commit is contained in:
Kremitzl 2019-12-17 19:22:43 +01:00
parent 2ddda0741a
commit 7fa295b68c
11 changed files with 0 additions and 78 deletions

View File

View File

@ -1,2 +0,0 @@
<h1>@title(inline)</h1>
@content

View File

@ -1,12 +0,0 @@
<!DOCTYPE html>
<html lang="@language">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>@title</title>
</head>
<body>
@slides <!-- reserved keyword -->
</body>
</html>

View File

@ -1,2 +0,0 @@
<h1>@title(inline)</h1>

View File

@ -1,6 +0,0 @@
language: # available language options and their value for the html lang attribute
de: de
en: en
title:
de: Präsentation zur Demonstration
en: Presentation for Demonstration Purposes

View File

@ -1,2 +0,0 @@
- chapter1
- chapter2

View File

@ -1,16 +0,0 @@
@slide(layout=titlepage)
@title
Wirklich auf den Punkt!
@slide
@title
Wirklich auf den Punkt!
@content
* Stichpunkt 1
* Stichpunkt 2
* Stichpunkt 3
* Stichpunkt 4

View File

@ -1,15 +0,0 @@
@slide(layout=titlepage)
@title
OnPoint for real!
@slide
@title
OnPoint for real!
@content
* bullet point 1
* bullet point 2
* bullet point 3
* bullet point 4

View File

@ -1,10 +0,0 @@
@slide(layout=titlepage)
@title
Wirklich auf den Punkt!
@content
* Stichpunkt 1
* Stichpunkt 2
* Stichpunkt 3
* Stichpunkt 4

View File

@ -1,10 +0,0 @@
@slide(layout=titlepage)
@title
OnPoint for real!
@content
* bullet point 1
* bullet point 2
* bullet point 3
* bullet point 4

View File

@ -1,3 +0,0 @@
* {
box-sizing: border-box
}