This is my personal website. Trying to keep it simple:
- hosted on GitHub Pages (Click Here to see the actual site)
- built with Jekyll
- based off the Minima theme
- responsive images based on Jekyll Picture Tag
- tags added based off the tutorial here by Long Qian
bundle install
bundle exec jekyll serve
Build the site for production:
JEKYLL_ENV=production bundle exec jekyll build
- Add
some_image.png
toassets/images/fullsize/
. - In the markdown file, write something like
{% picture some_image.png %}
.