/Beats0.github.io

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 during their lifetime.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Blog:Beats0.github.io

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 即可