1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
hugo server & waitServer ! grep 'livereload' public/index.html stopServer ! stderr . -- hugo.toml -- baseURL = "http://example.org/" disableKinds = ["RSS", "sitemap", "robotsTXT", "404", "taxonomy", "term"] disableLiveReload = true -- layouts/index.html -- <html> <head> </head> <body> Home. </body> </html>