An open API service indexing awesome lists of open source software.

https://github.com/jefeish/github-pages-slides

A reveal-js based GitHub Pages example
https://github.com/jefeish/github-pages-slides

Last synced: 5 months ago
JSON representation

A reveal-js based GitHub Pages example

Awesome Lists containing this project

README

          

# GITHUB PAGES (REVEAL JS) TEMPLATE

## This is a Template Repository for GitHub pages using [Reveal JS](https://revealjs.com)

## Demo: [GitHub Pages](https://jefeish.github.io/github-pages-slides/)

## Run Development Mode (local)

```bash
cd docs/
npm install
npm start
```

### Open Local Pages

http://localhost:8000/

## Content Description (Pages are served from `docs/`)

|Files/Folders|Description|
|---|---|
|docs/images/|Documentation images + source (drawio)|
|docs/reveal/|[reveal js](https://revealjs.com) code to build GitHub pages|
|docs/slides/|Source Markdown + HTML slide files, This is the content of the presentation|
|docs/index.html|Reveal JS start page|
|docs/.nojekyll| disable Jekyll for GitHub pages|

---

### GitHub Pages Setup Info

pages-setup