jekyll-landing-boilerplate

jekyll-landing-boilerplate

Jekyll Boilerplate

Spec to build an efficient boilerplate to build landing page in one hour

I was tired of each time cleaning and doing a basic setup before starting a jekyll project (landing page, e-commerce, blog...) This repo aim to avoid doing the same things over and over !!!

Spec flow to build it :

First step : initialize the jekyll default config :

  gem install bundler jekyll

  jekyll new my-awesome-site

  cd my-awesome-site

  bundle exec jekyll serve

# => Now browse to http://localhost:4000

Then clean it and do a basic setup :

  • Then clear all dependencies, packages, do a basic setup of structure with no pages etc....
  • They to have as few constraints as possible
  • Clone it and add your personalisations !

Landing page boilerplate idea :

https://github.com/emilbaehr/automatic-app-landing-page
https://github.com/HugoGiraudel/jekyll-boilerplate
https://github.com/swcool/landing-page-theme
https://github.com/jeromelachaud/freelancer-theme/
https://github.com/tachyons-css/jekyll-tachyons
https://github.com/jeromecoupe/jekyllstyleguide
https://github.com/quartzmo/email-landing-page

Jekyll blog or other idea :

https://github.com/danurbanowicz/jekyll-netlify-boilerplate
https://github.com/openfaas/openfaas.github.io
https://sebastien.saunier.me/blog/2013/10/04/why-you-should-learn-jekyll-today.html