Wangana is responsive Jekyll theme, perfect for powering your GitHub hosted blog. See this theme live at nadjetey.github.io
- Fork it ( https://github.com/nadjetey/wangana/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Open issues if you run into trouble or have suggestions. Pull Requests always welcome.
Download package and run the following code:
$ bundle install
# Install all dependencies and setup coding environment
$ jekyll serve --watch
# Serve site locally. Now browse to http://localhost:4000
Note: Requires Ruby version 1.9 or above
Edit: _config.yml (general options), main.css (theme colors & fonts)
wangana/
├── _config.yml
├── _assets/
├── css/
├── main.scss
- Add your domain to CNAME
- Edit your repo address at Rakefile
Run rake task. NOTE: It will deploy the generated site to gh-pages branch overwriting it
$ rake site:publish
Thanks to ksaa for rake tasks
Made with love from @_nadjetey.
The MIT License (MIT), Copyright (c) 2014 Nii Adjetey Sowah. Read full document.