Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unic/frontend-diapos
Presentations from our Frontend weeklies
https://github.com/unic/frontend-diapos
frontend markdown presenstations reveal-md revealjs slides unic
Last synced: about 2 months ago
JSON representation
Presentations from our Frontend weeklies
- Host: GitHub
- URL: https://github.com/unic/frontend-diapos
- Owner: unic
- Created: 2020-11-18T21:34:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-27T07:07:00.000Z (over 2 years ago)
- Last Synced: 2024-05-01T15:08:07.981Z (8 months ago)
- Topics: frontend, markdown, presenstations, reveal-md, revealjs, slides, unic
- Language: HTML
- Homepage:
- Size: 154 MB
- Stars: 2
- Watchers: 13
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# <fe/diapos>
Presentations from our Frontend weeklies
The system is thouhgt to focus on the content creation, for which markdown files are used.
## Content creation
1. Create a new markdown file in the `./decks/` folder and name it following the pattern _yyyyMMdd-title.md_
2. Add a [YAML Front matter](https://github.com/webpro/reveal-md#yaml-front-matter) at the beginning from your file
3. `npm run start`To add local images, media, etc. to your presentation, add them in a folder with the dat of your presentation in `./decks/assets/`.
For instance: given that your presentation md file is for `23.11.2020`, then your local assets should land in `./decks/assets/20201123/`.
Then you can reference your media in your md file like:```md
![Alt text description](assets/20201123/description.png)
```Happy writing! 😁
## Tech stack
Behind the scenes, this is a system based on [reveal-md](https://github.com/webpro/reveal-md) and [reveal.js](https://revealjs.com/)
## Next steps
- Setup some hooks to build (`npm run build`) the slides and host them somewhere ⛅️
- Port Unic's PWP styles to <fe/diapos>