1 Star 0 Fork 0

Kuangcp/hugo-theme-even

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
netlify.toml 561 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kuangcp 提交于 2020-10-20 00:16 +08:00 . init
[build]
publish = "exampleSite/public"
command = "hugo -s exampleSite"
[build.environment]
HUGO_THEME = "repo"
HUGO_THEMESDIR = "/opt/build"
HUGO_VERSION = "0.74.3"
[context.production.environment]
HUGO_BASEURL = "https://hugo-theme-even.netlify.app/"
[context.deploy-preview]
command = "hugo -s exampleSite -b $DEPLOY_PRIME_URL"
[[headers]]
for = "/*"
[headers.values]
Cache-Control = "public, max-age=600"
[[headers]]
for = "*.(css|js|woff|woff2|ttf|png|jpg|jpeg)"
[headers.values]
Cache-Control = "public, max-age=2592000"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gin9/hugo-theme-even.git
git@gitee.com:gin9/hugo-theme-even.git
gin9
hugo-theme-even
hugo-theme-even
master

搜索帮助