Files
kind/netlify.toml
Benjamin Elder bee3dac433 initial netlify + hugo setup (#268)
* barebones netlify + hugo setup

* add robots.txt

* fix publish directory

* set viewport

* layout fixes

* content layout improvements

* minor improvements

* add heading anchors

* content fixes

* seed index page from root README

* layout tweaks

* minimal footer

* fix bulleted list

* make link color fixed

* nits

* move markdown heading links into partial

* add navigation

* tweak collapse behavior

* improve layout

* remove under construction

* fix padding

* fix footer centering

* make user guide more prominent
2019-02-08 08:30:55 -08:00

12 lines
204 B
TOML

# netlify configuration
[build]
base = "site/"
publish = "site/public/"
[build.environment]
HUGO_VERSION = "0.53"
[context.production.environment]
# this controls our robots.txt
HUGO_ENV = "production"