1 Star 1 Fork 0

CNCF/tag-contributor-strategy

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 592 Bytes
一键复制 编辑 原始数据 按行查看 历史
serve:
cd website; hugo server \
--disableFastRender \
--buildDrafts \
--buildFuture \
--ignoreCache \
--printI18nWarnings \
--printMemoryUsage \
--printPathWarnings \
--printUnusedTemplates \
--templateMetrics \
--templateMetricsHints \
--gc
production-build:
git submodule update --init --recursive
cd website; hugo \
--minify
npx -y pagefind --site website/public
preview-build:
git submodule update --init --recursive
cd website; hugo \
--baseURL $(DEPLOY_PRIME_URL) \
--buildDrafts \
--buildFuture \
--minify
npx -y pagefind --site website/public
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cncf/tag-contributor-strategy.git
git@gitee.com:cncf/tag-contributor-strategy.git
cncf
tag-contributor-strategy
tag-contributor-strategy
main

搜索帮助