Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
Bootstrap Themes Weather Apps theme adapted for Jekyll
- Host: GitHub
- URL: https://github.com/thypirate/weather-apps-jekyll
- Owner: thypirate
- License: other
- Created: 2019-04-20T11:09:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-19T14:40:44.000Z (over 2 years ago)
- Last Synced: 2024-03-15T13:46:27.667Z (8 months ago)
- Topics: bootstrap, bootstrap-3, free, html5, jekyll, jekyll-theme, open-source
- Language: CSS
- Homepage: https://thypirate.github.io/weather-apps-jekyll/
- Size: 3.8 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```.