Skip to content

eliranmal/quit-loafing-around

Repository files navigation

quit loafing around   pages from my baking notebook

where is it

quitloafingaround.tumblr.com

🚧 the blog is now being migrated to github-pages, and will soon be available at:

eliranmal.github.io/quit-loafing-around

a little taste

the baked loaf & the moka maker

thanx / attribution

  • my mom, Simona, for baking me into baking
  • Joe Caiani, for (unintentionally) naming this blog with his witty comment
  • seyche, for authoring the base tumblr theme; zinnia

development

the static website is generated by jekyll.

prerequisites

  • ruby >= 3.x
    use a version manager (like rbenv), to avoid conflicts with existing installations.
  • ruby gems: jekyll, bundler

workflow

  • install dependencies:

    bundle install
    
  • build and spin up a development server:

    bundle exec jekyll serve --livereload
    
  • cleanup build output as necessary:

    bundle exec jekyll clean