wangana

wangana

Wangana is a responsive Jekyll theme, perfect for powering your GitHub hosted blog.

Wangana - Jekyll Theme

Wangana is responsive Jekyll theme, perfect for powering your GitHub hosted blog. Created with love by iamnii.

Screenshot

Contributing

  1. Fork the theme ( https://github.com/thesowah/wangana/fork ) The master branch is for development and pull requests. The gh-pages branch is for the demo page; don't bother.
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Issues

Open issues if you run into trouble or have suggestions. Pull Requests always welcome.

Installation & Usage

1 > Download package

2 > Fill in the details of the configuration file (/_config.yml) by uncommenting the differents and edit to taste Edit: _config.yml (general options), main.css (theme colors & fonts)

wangana/
├── _config.yml
├── _assets/
    ├── _scss/
        ├── main.scss

3 > Run locally with the following commands while in the root directory and view in a browser at localhost:4000

$ jekyll build
# Compile and build site files

$ jekyll serve --watch
# Serve site locally

The MIT License (MIT), Copyright (c) 2014 Nii Adjetey Sowah. Read full document.