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
- Host: GitHub
- URL: https://github.com/jefeish/github-pages-slides
- Owner: jefeish
- License: mit
- Created: 2022-11-09T00:39:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T10:14:11.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T16:27:30.703Z (11 months ago)
- Language: JavaScript
- Size: 59.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
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