Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thesowah/wangana

Wangana is a responsive Jekyll theme, perfect for powering your GitHub hosted blog.
https://github.com/thesowah/wangana

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

![favicon](https://raw.github.com/iamnii/wangana/master/favicon.png) Wangana - Jekyll Theme
==============

Wangana is responsive [Jekyll](http://jekyllrb.com/) theme, perfect for powering your GitHub hosted blog. Created with love by [iamnii](https://twitter.com/thesowah).

* Demo [here](http://thesowah.github.io/wangana/)

## Screenshot
![screenshot](https://raw.github.com/thesowah/wangana/master/assets/images/wangana.png)

## 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](https://github.com/iamnii/wangana/issues/new) issues if you run into trouble or have suggestions. Pull Requests always welcome.

## Installation & Usage
1 > [Download](https://github.com/thesowah/wangana/archive/master.zip) 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)
``` bat
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
``` bat
$ jekyll build
# Compile and build site files

$ jekyll serve --watch
# Serve site locally
```

## Copyright & License
The MIT License (MIT), Copyright (c) 2014 Nii Adjetey Sowah. [Read full document.](LICENSE)