github.com/anakojm/hugo-katex@v0.0.0-20231023141351-42d6f5de9c0b/testscripts/commands/server_disablelivereload.txt (about)

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