Update FAQ authored by Armin Bernstetter's avatar Armin Bernstetter
......@@ -2,15 +2,15 @@
[[_TOC_]]
## How can I create a custom Title Page?
## Creating a custom Title Page
See this page [Custom Title Slide](Templating/Custom-Title-Slide)
## How can I add custom CSS?
## Adding custom CSS
See this page [Custom CSS](Templating/Custom-CSS)
## How can I use Vertical Slides?
## Adding Vertical Slides
You can add an arbitrary amount of vertical slides layers by adding `.sub` to a slide header
......@@ -29,7 +29,7 @@ consectetur adipiscing elit
```
## How do I create fragments (elements appearing one after another)?
## Creating fragments (elements appearing one after another)
- You can create blocks of content that appear only if you continue clicking by adding `.fragment` to them.
- You can create lists where the items appear after another by prepending `>` to the list items
......@@ -56,7 +56,7 @@ Appears if you go continue with the presentation
- Third Element
```
## How do I create columns?
## Creating columns
There are multiple ways to create columns in decker.
......@@ -96,7 +96,7 @@ Lorem Ipsum
# Speaker Notes Slide {.notes}
```
## PDFs
## Creating PDFs
There are currently two ways to create PDFs from your HTML presentation slides. Both require the browser Google Chrome to be installed.
......
......