mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-11-30 23:16:04 +07:00
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
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
78d1378ce7
commit
bee3dac433
11
netlify.toml
Normal file
11
netlify.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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"
|
||||
Reference in New Issue
Block a user