Files
athens/netlify.toml
Aaron Schlesinger f84418af90 Adding a Netlify config file (#22)
* 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
2018-03-02 10:58:29 -08:00

9 lines
161 B
TOML

[Settings]
ID = "gomods-athens"
[build]
base = "docs/"
publish = "docs/public/"
command = "hugo -v"
environment = { HUGO_VERSION = "0.37" }