https://github.com/beeware/podium-template
https://github.com/beeware/podium-template
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/beeware/podium-template
- Owner: beeware
- Created: 2017-10-20T03:58:19.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2022-04-20T06:47:40.000Z (about 4 years ago)
- Last Synced: 2025-02-16T12:52:40.949Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 438 KB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Podium Presentation Cookiecutter Template
This is a [Cookiecutter](https://cookiecutter.readthedocs.io) template for [Podium](https://github.com/pybee/podium)
## Creating a project from this template
Assuming you have a Python environment with `pip` installed:
```shell
$ pip install cookiecutter
$ cookiecutter https://github.com/pybee/podium-template
```
You'll then be asked for some input
```shell
presentation_name [My Presentation]:
```
## Customistaion Notes
You can customise the theme in `theme.css`, but you cannot rename this file. `@import()` other files from there.
Your slides are in `slides.md`.
Your images are in `images`
Your fonts are in `fonts`
## Podium usage notes
See [Podium Usage Notes](https://github.com/pybee/podium#quickstart) for how to drive this presentation from the Podium view
## Web usage notes
This template allows for web-based presentations.
```python
python -m SimpleHTTPServer # Python 2.7
python -m http.server # Python 3
```
This will create a presentation at `localhost:8000`
Saving this repo in a [GitHub Pages](https://pages.github.com/)-enabled repo means you can host your slides
See [Remark Usage Notes](https://github.com/gnab/remark/wiki/Keyboard-shortcuts) for how to drive this presentation from the web view