1
0
Fork
You've already forked inner-source
0
Short unconference type talk on inner source
  • HTML 100%
Froilán Irizarry Rivera 84bd07c552
Update index.html
More version removal for reveal.js
2025年03月25日 15:58:09 -04:00
images Initial commit of talk draft 2022年05月12日 04:27:21 -04:00
index.html Update index.html 2025年03月25日 15:58:09 -04:00
LICENSE Initial commit 2022年05月11日 22:21:16 -04:00
myslides.md Made resources URLs links 2022年05月12日 18:07:08 -04:00
README.md Update README.md 2022年11月16日 11:07:16 -05:00

What is Inner Source

This is a shot talk put together as quickly as I could. The goal is to explain what inner source is, why it's important, and what we should look to implement in an enterprise to achieve it.

Just show me the deck

The index.html file in the root of the repo should already be hosted on GitHub Pages. You can skip all the steps and go straight to enjoying the slide deck.

To navigate the deck use your keyboard's arrow keys. Take a look at the direction you want to go in by following the arrows in the lower right corner of the deck.

If you want even more options type ? and you'll get a fancy list with all the options you have. For example, press S to go into the speaker view and get a look at the speaker notes 😉

The repo

All slides are done in Markdown. I'm using Pandoc to "build" the slides into a Reveal.js deck that is hosted on GitHub Pages!

  • index.html: The compiled slide deck
  • myslides.md: The deck's slides in Markdown format

Compiling the deck

Before you start you will need to install Pandoc on your computer or use Docker to execute the tool.

Once you have Pandoc installed, clone this repo

~
➜ git clone https://github.com/froi/inner-source.git

Now that you have it cloned move into the created folder and from the root of the project run Pandoc!

inner-source on  main [✘!?]
➜ pandoc -t revealjs -s -o index.html myslides.md -V theme=black

Now you can just open index.html in your browser and enjoy the deck!