Basic pandoc wrapper to generate slides using markdown, as well as slides the author has been generating in the src dir.
- tcpgoon presentation at SDN and Network Programmability Meetup in Barcelona: HIGH VOLUME WEB SERVICES, MAXCONNECTIONS AND TCPGOON
- Yet Another Image Transformation Service At High Scale Using Golang at Barcelona Golang Meetup
- Schibsted YAMS or how to build and maintain a thousands req/s service with minimal dedication at DevOpsDays Warsaw
- CHROOTED MEDIA SERVER MADE EASY for Docker Bday #6
- INFRASTRUCTURE AS CODE OR INFRASTRUCTURE AS CONFIGURATION? at Devops Exchange Barcelona meetup
- INFRASTRUCTURE AS CODE OR INFRASTRUCTURE AS CONFIGURATION? at Devops Exchange London
- Cloud Providers and the IaC hell at KTH Royal Institute of Technology in Stockholm
Moved to hugo + reveal:
- Configuration templating vs configuration as code, 12th round (video) at OSAD 2020
- Observing Fastly’s Network at Scale Thanks to K8s and the Strimzi Operator (video) at Kubecon EU 2022
- Routing-state observation + modification in AWS/ECS with pulumi-managed API (video) at OSAD 2022
Just a personal reference, presentations that did not use this:
This information is quite outdated: 2019/2020 presentations are being rendered by hugo
- fork()TM
- create a folder under src/ for your slides
- create one or multiple markdown file with the contents (ending by .md)
- If there's multiple in an specific directory, they will be merged (alphabetical order - you may want to use numbers as prefixes) to generate the output
- execute build in the bin folder (you probably want the
build-docker.sh
, so you don't want to deal with requirements)- You can pass as a parameter the folder to process
- If no parameter is provided, will iterate over all subdirs
This information is quite outdated: 2019/2020 presentations are being rendered by hugo
- uses pandoc to convert from markup to html5 slides
- reveal.js is used and included in the repo
- but the default reveal template in pandoc is too simple...
- [https://gist.github.com/aaronwolen/5017084] included and improved with the comments
- custom css template generated to customize font size, text alignment...