Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days ago
JSON representation
Wangana is a responsive Jekyll theme, perfect for powering your GitHub hosted blog.
- Host: GitHub
- URL: https://github.com/thesowah/wangana
- Owner: thesowah
- License: mit
- Created: 2014-02-09T16:41:40.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-07-09T18:23:58.000Z (over 6 years ago)
- Last Synced: 2024-08-01T00:40:00.842Z (3 months ago)
- Language: CSS
- Homepage:
- Size: 3.01 MB
- Stars: 52
- Watchers: 7
- Forks: 41
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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) package2 > 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)