Whoa! Jekyll, Foundation 4, and github pages!

Simply combining my foundation 4 starter files and Jekyll to be used for github pages! See Jekyll's documentation, the foundation documentations, and GitHub pages help pages.

You can see all my sources here. I created this for my personal use, but if you'd like to use it, please feel free. Shout out daigo.org or @DaigoFuji are appreciated, but not required.

You should probably update the _config.yml file, and customize the foundation css and stick it to the css folder, if you'd like to change base colors, max-width etc. Also most the overrides are happening in styles.css.

And out of the box, this supports font awesome, so you can go crazy with the icons: .

My page 1 shows how all the html tags are rendered. Foundation takes care of those out of the box.

Another example are shown in page 2. This time, it is a page writen by markdown. page2.md

And finally, another example is the foundation's grid system, which lives in page 3