Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 795 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 795 Bytes

Blog

This is the source repository of my personal blog which is available on https://www.baitando.com.

Run Locally Using Docker

See https://github.com/envygeeks/jekyll-docker/blob/master/README.md

docker run --rm --volume="$PWD:/srv/jekyll" --publish 4000:4000 --publish 35729:35729 jekyll/jekyll jekyll serve --livereload --draft

Run Locally

bundle exec jekyll serve --livereload --draft

Image Optimization

  • Convert color profile if necessary.
  • Scale to 1280px x 854px.
  • Export as JPEG with 90% quality.
  • Image should not be bigger than 500 KB.

Deployment Status

Netlify Status