Files
athens/netlify.toml
Jerry Ng 8e1581e10b docs: update hugo-theme-learn version to latest master (#1871)
* docs: reclone hugo theme learn repo

* docs: move athens custom html to hugo custom layout dir

* docs: update HUGO_VERSION to 0.72.0
2023-05-10 08:05:58 +08:00

24 lines
478 B
TOML

[Settings]
ID = "gomods-athens"
[build]
base = "docs/"
publish = "docs/public/"
command = "hugo -v"
environment = { HUGO_VERSION = "0.72.0" }
[[redirects]]
from = "https://gomods.io/*"
to = "https://docs.gomods.io/:splat"
status = 303
[[redirects]]
from = "http://gomods.io/*"
to = "https://docs.gomods.io/:splat"
status = 303
[[redirects]]
from = "https://gomods-athens.netlify.com/*"
to = "https://docs.gomods.io/:splat"
status = 303