Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/melvitax/liliflower.com
- Owner: melvitax
- License: apache-2.0
- Created: 2017-06-30T01:39:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-27T12:54:50.000Z (3 months ago)
- Last Synced: 2024-11-27T13:38:17.721Z (3 months ago)
- Topics: agency-theme, github-pages, jekyll
- Language: HTML
- Homepage: https://liliflower.com
- Size: 6.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```