/blog

Personal Blog (GitHub Pages + Jekyll)

Primary LanguageSCSS

Kyungeun.kim

Github pages using Jekyll

Development

  1. Follow installation steps on https://jekyllrb.com/docs/installation/
  2. Run following command:
bundle config set --local path 'vendor/bundle'
bundle install
  1. Run dev server:
npm run dev