daming-lu / blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paddle Blog

Run locally

  1. Install Docker

  2. Run the following command inside the repo directory:

    docker run --rm -v `pwd`:/data -it -p 4000:4000 jekyll/jekyll:3.5 bash -c 'cd /data && jekyll serve --watch'
  3. Open browser and visit http://localhost:4000

About

License:MIT License


Languages

Language:CSS 67.3%Language:HTML 28.3%Language:Ruby 4.3%