Skip to content

Publication Instructions

dondi edited this page Sep 30, 2015 · 1 revision

The source code (based on Jekyll) to the Paradixm component catalog is located in the site/ folder. To work on the catalog, edit the files in that folder.

To “publish” the Paradixm component catalog onto GitHub Pages, commit your changes to site/ then issue the following command from the top of the repository:

git subtree push --prefix site origin gh-pages

In other words, the gh-pages branch is a mirror of the site/ folder.

Clone this wiki locally