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

     1  # Test the hugo command.
     2  
     3  hugo
     4  
     5  grep 'Home' newpublic/index.html
     6  
     7  -- hugo.toml --
     8  baseURL = "http://example.org/"
     9  disableKinds = ["RSS", "sitemap", "robotsTXT", "404", "taxonomy", "term"]
    10  publishDir = "newpublic"
    11  -- layouts/index.html --
    12  Home.