Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.

nooku/www.nooku.org

Repository files navigation

Nooku

Installation & Usage

Assuming you already have Bundler installed:

bundle install
bundle exec jekyll serve --watch

The site is now available at http://localhost:4000.

For more information read using Jekyll with GitHub Pages.

Contributing

We love to hear your Nooku related adventures and feats! If you want to write a guest blog, follow these steps:

  • Fork this repository
  • Create a blog/yourblogpost branch
  • Write your blog post in the _posts folder
  • Commit your work and send us a pull request!