Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 422 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 422 Bytes

Minimal Jekyll Setup

Example repo to use Jekyll in a simpler way, without a theme and default liquid tags.

  • gem install jekyll
  • jekyll new my-site
  • bundle open minima (default theme)
  • copy/paste from _includes/* and _layouts/* and delete what you don't need

bundle exec jekyll serve --livereload

Cloudflare pages setup

Build commands: JEKYLL_ENV=production bundle exec jekyll build with /_site output