mirror of
https://github.com/gomods/athens
synced 2026-02-03 11:00:32 +00:00
* Adding a Netlify config file * Adding command to the config file * Moving the netlify.toml file to the root Accidentally put under docs/ * Upgrading Hugo version
9 lines
161 B
TOML
9 lines
161 B
TOML
[Settings]
|
|
ID = "gomods-athens"
|
|
|
|
[build]
|
|
base = "docs/"
|
|
publish = "docs/public/"
|
|
command = "hugo -v"
|
|
environment = { HUGO_VERSION = "0.37" }
|