1 Star 1 Fork 0

xuyongqiang / zguide

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 324 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kevin Sapper 提交于 2020-06-09 15:06 . Problem: Wikidot is out of maintance
serve:
cd site && \
hugo server \
--buildDrafts \
--buildFuture \
--disableFastRender \
--ignoreCache \
--theme book
production-build:
cd site && \
hugo --theme book && \
rm -rf public/examples
preview-build:
cd site && \
hugo \
--baseURL $(DEPLOY_PRIME_URL) \
--buildDrafts \
--buildFuture \
--theme book
1
https://gitee.com/xyqdream/zguide.git
git@gitee.com:xyqdream/zguide.git
xyqdream
zguide
zguide
master

搜索帮助