/kasimte.github.io

Kasim Te's Personal Site (http://www.kasimte.com)

Primary LanguageHTMLOtherNOASSERTION

Kasim Te's Personal Website

HitCount

This is my personal website. Trying to keep it simple:

Quick Start

bundle install
bundle exec jekyll serve

Tips

Build the site for production:

JEKYLL_ENV=production bundle exec jekyll build

Adding Responsive Images

  1. Add some_image.png to assets/images/fullsize/.
  2. In the markdown file, write something like {% picture some_image.png %}.