Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 376 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 376 Bytes

Getting Start

  1. install Ruby Gems
bundle install
  1. run jekyll server(default: localhost:4000)
bundle exec jekyll serve
  1. If you add some new posts including new tags
python3 tag_generator.py

useful resource

Jekyll
Liquid Filters