This repository contains flexbox.lazyco.bg website. It uses Jekyll to generate a static site. The static files are deployed in CloudFlare Pages by integration with this private repository.
CloudFlare Pages have their own CD process. On main branch push the code is pulled by CloudFlare, build and deployed. There is Slack integration with the build process that send notification upon completion.
You can find more information about how Jekyll works in their documentation
Jekyll uses Liquid for templating and their documentation is great as well.
We are using the jekyll-sass-converter plugin (built-in) to write sass.
- Make sure you have Jekyll installed
- Clone repository locally
- Run
jekyll serve
to start the local server. There is a--livereload
option if you want the server to refresh the page automatically on filechange. - Run
Jekyll build
if you just want to generate the site. Generated static files can be found in the_site
folder.
As the site is static we can't deal with forms here. At the moment the site is using Formspree to handle the submissions from Demo and Contact forms. Every submission is sent to email and Slack.