Skip to content

Latest commit

 

History

History
executable file
·
31 lines (23 loc) · 771 Bytes

README.md

File metadata and controls

executable file
·
31 lines (23 loc) · 771 Bytes

liliflower.com

Liliflower.com Screenshot

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