# ##### #
## # # ###### # #### # # ##### ###### ####
# # # # # # # # # # # # #
# ##### ##### # #### # # # # ##### ####
# # # # # # # # # # # #
# # # # # # # # # # # # # #
##### ##### # # #### ###### # ##### ###### ####
You should use 18F/slides if you:
git
.To use 18F/slides:
Create a new .html
file in the _slides
directory.
Add yaml frontmatter to the file with the following:
---
layout: default
path: path-to-url
title: Title for 18F/slides
---
Create slides, using markdown syntax (technically, it's redcarpet, go nuts).
Separate slides using ---
for horizontal pagination between slides and --
for vertical pagination.
Commit the file to the 18f-pages
branch of the 18F/slides repo.
Profit. See the sample slides to get a feel for how the navigation works.
18F/slides leverages the amazing open-source reveal.js library and jekyll and is hosted on Federalist.
If you'd like to use Slides for your own organization, here are some tips on how to fork it and get your own version:
See CONTRIBUTING.md.