Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 929 Bytes

File metadata and controls

31 lines (21 loc) · 929 Bytes

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 %}.