1 Star 1 Fork 0

CNCF/tag-contributor-strategy

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
Makefile 592 Bytes
Copy Edit Raw Blame History
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

Search