Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thypirate/weather-apps-jekyll

Bootstrap Themes Weather Apps theme adapted for Jekyll
https://github.com/thypirate/weather-apps-jekyll

bootstrap bootstrap-3 free html5 jekyll jekyll-theme open-source

Last synced: 3 days ago
JSON representation

Bootstrap Themes Weather Apps theme adapted for Jekyll

Awesome Lists containing this project

README

        

# Bootstrap Themes Weather Apps Theme adapted for Jekyll

[Weather Apps](https://bootstrapthemes.co/item/weather-apps-landing-page-free-bootstrap-temmplate/) is a theme for [Jekyll](https://jekyllrb.com) adapted from the [Bootstrap](https://getbootstrap.com/) based theme with the same name from the good folks at [Bootstrap Themes](https://bootstrapthemes.co/).

## Preview
[![Weather Apps](https://github.com/thypirate/weather-apps-jekyll/blob/master/weather-apps.gif)](https://thypirate.github.io/weather-apps-jekyll/)

## Download and Install
You can either:
* Clone the repo using the following command ```git clone https://github.com/thypirate/weather-apps-jekyll.git```.
* Download, Fork or Clone on Github.

## How to use
* You can edit and add new entries like Google Analytics, Jekyll plugins in the ```_config.yml``` to suit your needs.

## Build
While in the root of you site execute the following commands to build:
* ```bundle install``` - Install the dependencies with [Bundler](https://bundler.io/).
* ```bundle exec jekyll serve``` - Build the site and make it available on a local server at ```http://localhost:4000```.