Wangana is responsive Jekyll theme, perfect for powering your GitHub hosted blog. Created with love by iamnii.
- Demo here
- Fork the theme ( https://github.com/thesowah/wangana/fork ) The
master
branch is for development and pull requests. Thegh-pages
branch is for the demo page; don't bother. - 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.
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.