Skip to content

siwapp/siwapp.github.io

Repository files navigation

siwapp.github.io

Siwapp's Project Website

Installation

See Github Pages documentation but these are the steps:

  • Clone the repository
  • Use Ruby 2.0.0 or greater
  • Install bundler: gem install bundler
  • Run: bundle install
  • Run: npm install
  • Run: bower install

Update Jekyll

Just run: bundle update github-pages.

Development

Compile and post-process CSS

grunt css

To watch for changes and re-compile:

grunt