You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.