Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 739 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 739 Bytes

Beats0's Jekyll theme blog on GitHub

Original Jekyll theme by Huxpro.

Jekyll Docker Image

使用docker-compose

cd
vim docker-compose.yml
docker-compose up

本地开发

_config.yml 中的 cdnPrefix 改为空即可

使用bash

λ docker run -it --rm -p 4000:4000 -v D:/site/github/Beats0.github.io:/srv/jekyll jekyll/jekyll jekyll server -w
bash-5.0# jekyll serve

访问 http://localhost:4000 即可