Weather Apps is a theme for Jekyll adapted from the Bootstrap based theme with the same name from the good folks at Bootstrap Themes.
You can either:
git clone https://github.com/thypirate/weather-apps-jekyll.git
._config.yml
to suit your needs.While in the root of you site execute the following commands to build:
bundle install
- Install the dependencies with Bundler.bundle exec jekyll serve
- Build the site and make it available on a local server at http://localhost:4000
.