Skip to content

Recompiling Github Page for Genicons

briangonzalez edited this page Aug 9, 2012 · 3 revisions

The page with lets us view all of the Genicons is built on top of gh-pages, which is built on top of Jekyll.

The site needs to be recompiled when changes are made. Here's how:

  1. Switch to gh-pages branch: git co gh-pages
  2. rake genicons:server
  3. ... make a bunch of edits, restart server to see changes, etc. etc. etc. ...
  4. rake genicons:compile
  5. git add . (if you've added new content)
  6. git commit -am "recompiled genicons page"
  7. git push
  8. Go to Genicons page.
Clone this wiki locally