Is your hugo site production ready?

Test if your site is production ready

Use this command to build and find out

HUGO_MINIFY_TDEWOLFF_HTML_KEEPCOMMENTS=true \
HUGO_ENABLEMISSINGTRANSLATIONPLACEHOLDERS=true \
hugo && grep -inorE "<\!-- raw HTML omitted -->|ZgotmplZ|\[i18n\]|\(<nil>\)|(&lt;nil&gt;)|hahahugo" public/
sam@SamsMacBookPro ~/w/t/t/technotipstoday-hugo (main)> HUGO_MINIFY_TDEWOLFF_HTML_KEEPCOMMENTS=true \
HUGO_ENABLEMISSINGTRANSLATIONPLACEHOLDERS=true hugo \
&& grep -inorE "<\!-- raw HTML omitted -->|ZgotmplZ|\[i18n\]|\(<nil>\)|(&lt;nil&gt;)|hahahugo" public/


Start building sites …
hugo v0.120.4-f11bca5fec2ebb3a02727fb2a5cfb08da96fd9df+extended darwin/arm64 BuildDate=2023-11-08T11:18:07Z VendorInfo=brew


                   | EN
-------------------+-----
  Pages            | 76
  Paginator pages  |  1
  Non-page files   |  1
  Static files     | 16
  Processed images |  0
  Aliases          | 28
  Sitemaps         |  1
  Cleaned          |  0

Total in 59 ms
public//tech/so-you-are-a-computer-science-student/index.html:139:<!-- raw HTML omitted -->
public//tech/so-you-are-a-computer-science-student/index.html:140:<!-- raw HTML omitted -->
public//tech/so-you-are-a-computer-science-student/index.html:141:<!-- raw HTML omitted -->

Hugo Audit Reference