Skip to content

LandChanning/landchanning.github.io

Repository files navigation

Blog repo

This is the repo of Channing Blog.

Thinks for the boilerplate of Hux Blog.

使用方法,详见 jekyll 文档

$ jekyll build
# => 当前文件夹中的内容将会生成到 ./_site 文件夹中。

$ jekyll build --destination <destination>
# => 当前文件夹中的内容将会生成到目标文件夹<destination>中。

$ jekyll build --source <source> --destination <destination>
# => 指定源文件夹<source>中的内容将会生成到目标文件夹<destination>中。

$ jekyll build --watch
# => 当前文件夹中的内容将会生成到 ./_site 文件夹中,
#    查看改变,并且自动再生成。