Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tamino-martinius/lets-talk-about--template
Template for slides build with HTML and CSS.
https://github.com/tamino-martinius/lets-talk-about--template
html pug slide slides slideshow stylus template
Last synced: about 2 months ago
JSON representation
Template for slides build with HTML and CSS.
- Host: GitHub
- URL: https://github.com/tamino-martinius/lets-talk-about--template
- Owner: tamino-martinius
- License: mit
- Created: 2018-02-12T18:55:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:54:32.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T06:43:30.250Z (3 months ago)
- Topics: html, pug, slide, slides, slideshow, stylus, template
- Language: Stylus
- Homepage: http://tamino-martinius.github.io/lets-talk-about--template
- Size: 4.15 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Lets talk about - Template
This is a adjustable template for slides created with HTML.
## Build your own slides
There are two options to build this with your own slides
- a) Use this package as dependency
Check out my [example slides repo](https://github.com/tamino-martinius/lets-talk-about--example)
- b) Fork and modify this repo## How to modify and run
- Configure your Theme with `styles.styl`.
- Add your slides to `index.pug`.
- Install all dependencies with `npm install`.
- Compile and preview the slides with `npm run start`.
- Build all files to the dist folder using `npm run build`.## Preview
[Demo Slides](https://template.lets-talk-about.tamino.dev)