Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Host rendered lightbulb content so it is more easily viewed and navigated. #220

Open
tima opened this issue Oct 27, 2017 · 3 comments
Open

Comments

@tima
Copy link
Collaborator

tima commented Oct 27, 2017

The lightbulb repo houses various bits of content such as workshops assignments, guides that are in markdown format in addition to slide decks in Reveal.js HTML. The view in the repo is suboptimal and is hard to navigate. Pulling down the content and manually building it to view in a browser requires too much effort. This issue aims to resolve that by automation the rendering and publishing of the latest lightbulb content.

@IPvSean
Copy link
Collaborator

IPvSean commented Nov 21, 2017

@tima this is done on network-automation/lightbulb, can you assign this issue to both of us and we can sync on it

@tima
Copy link
Collaborator Author

tima commented Nov 21, 2017

Done @IPvSean. We need to coordinate with @jvanpelt on this also.

@IPvSean
Copy link
Collaborator

IPvSean commented Jan 5, 2018

@jvanpelt if you want to review what we have worked on, its here: https://network-automation.github.io/lightbulb/

@liquidat has been really helpful in converting workshops exercises from http://ansible.redhatgov.io/standard/welcome/index.html as well

This is using a technology called Github Pages (jekyll under the covers). It can convert pretty HTML pages like the Reveal.js html guides, or simply just render markdown into html webpages (making it a bit cleaner). There is just some settings that need to be tweaked at the project level.

On the network-automation repo we did index.md vs the readme.md

So going:

  • via github.com goes to readme.md
  • via github.io goes to index.md

Let me know what you think.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants