Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/melvitax/liliflower.com

This website uses the Jekyll static file generator and is hosted at GitHub. It uses a customized Agency Jekyll template so the content can be managed via the Netlify CMS.
https://github.com/melvitax/liliflower.com

agency-theme github-pages jekyll

Last synced: about 1 month ago
JSON representation

This website uses the Jekyll static file generator and is hosted at GitHub. It uses a customized Agency Jekyll template so the content can be managed via the Netlify CMS.

Awesome Lists containing this project

README

        

# liliflower.com

![Liliflower.com Screenshot](https://raw.githubusercontent.com/melvitax/liliflower.com/master/_screenshot.jpg "Liliflower.com")

## Technology Credit
This website uses the Jekyll static file generator and is hosted at GitHub. It uses a customized Agency Jekyll template so the content can be managed via the Netlify CMS.

## Technology Colophon
HTML5, CSS3, Sass, Jekyll, Agency Theme, JQuery, Bootstrap, Google Fonts, GitHub, Netlyfy, Netlify CMS

## Running The Project

### Installing Jekyll
```
$ gem install jekyll
```

### Installing Bundler (2.0.1 is the version supported by Netlify CMS)
```
$ gem install bundler -v 2.0.1
```

### Installing Github Pages
```
$ bundle install
```

### Develop in local server
```
$ bundle exec jekyll serve
```