Beats0.github.io
Beats0.github.io copied to clipboard
After a few hundred years, GitHub will become the world's largest digital cemetery, and most of the users have passed away. However, their homepages, projects and commit history describe what they did...
Blog:Beats0.github.io
Beats0's Jekyll theme blog on GitHub
Original Jekyll theme by Huxpro.
使用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 即可