Skip to content

pezy/pezy.github.io

Repository files navigation

DTun: Data Tunnel

个人尝试的一种链接博客的形式

本地预览

docker run --rm -it \
  -p 4000:4000 \
  -v "$(pwd):/srv/jekyll" \
  jekyll/jekyll:latest \
  sh -c "gem install webrick && jekyll serve --watch"