1 Star 0 Fork 0

小人物/operator-sdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
netlify.toml 546 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Hugo build configuration for Netlify
# (https://gohugo.io/hosting-and-deployment/hosting-on-netlify/#configure-hugo-version-in-netlify)
# Default build settings
[build]
publish = "public"
base = "website"
command = """
git submodule update -f --init --recursive themes/docsy && \
npm install postcss@^8.0.0 postcss-cli@^8.0.0 autoprefixer@^9.0.0 && \
./scripts/set_menu_version.sh && \
hugo version && \
hugo
"""
# "production" environment specific build settings
[build.environment]
HUGO_ENV = "production"
HUGO_VERSION = "0.73.0"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/alian1006/operator-sdk.git
git@gitee.com:alian1006/operator-sdk.git
alian1006
operator-sdk
operator-sdk
master

搜索帮助