/tailpages

Primary LanguageCSSMIT LicenseMIT

About

Local Development

  • Follow this guide to install Ruby and Jekyll
  • Install Node
  • git clone this repo and then cd inside the directory
  • Comment out the url and baseurl lines of _config.yml when working locally
  • Install Ruby dependencies by running bundle install
  • Install Node dependencies by running npm install
  • Run the server with bundle exec jekyll serve

Credits

Setup based on TailPages by Harry Wang (Chinese: 王建楠)