Skip to content

signagelive/signagelive.github.io

Repository files navigation

Prerequisites

https://jekyllrb.com/docs/installation/windows/

How to add a new document

Go to docs/_docs Copy an existing .md file or create your own - make sure that it has the Front Matter

Resources regarding markup for:

Once your page has been created you should be able to navigate to it based on the naming of the page.

You will then need to add it to the navigation menu under docs/_data/navigation.yml

How to test the website

Open up command prompt and navigate to the /docs subfolder Run "bundle exec jekyll serve"