Skip to content

Wangana is a responsive Jekyll theme, perfect for powering your GitHub hosted blog - by developer and design hacker Nii.

License

Notifications You must be signed in to change notification settings

nicolas-yangli/wangana

 
 

Repository files navigation

favicon Wangana - Jekyll Theme

Wangana is responsive Jekyll theme, perfect for powering your GitHub hosted blog. See this theme live at nadjetey.github.io

Contributing

  1. Fork it ( https://github.com/nadjetey/wangana/fork )
  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

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:https://localhost:4000

Note: Requires Ruby version 1.9 or above

Configuration

Edit: _config.yml (general options), main.css (theme colors & fonts)

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

Publish to Github Pages

  1. Add your domain to CNAME
  2. 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

Screenshot

screenshot

Author

Made with love from @_nadjetey.

Copyright & License

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

About

Wangana is a responsive Jekyll theme, perfect for powering your GitHub hosted blog - by developer and design hacker Nii.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 91.7%
  • JavaScript 7.6%
  • Ruby 0.7%