https://www.youtube.com/watch?v=SgXhGb-7QbU https://www.youtube.com/watch?v=-05mOdHmQVc

https://github.com/nunocoracao/blowfish

/web-guide-Hugo

firebase cloudflare github pages…

Let me show you the HUGO logo - our new friend:

HUGO Logo

Check that everything works locally. HUGO can open a development server that compiles modifies in real time the changes as you save them:

hugo server

You will see the changes getting applied on the go in: http://127.0.0.1:1313/

Generate your HUGO Site

Finally, generate the public files that you will deploy to your server

hugo

You will be able to check that the /public folder contains all the static files that form your website.

Favicons

Just use Real Fav Icon Generator and place in the the proper folder (where the default icons are on your HUGO Theme).


FAQ

How to add search to HUGO:

Diagrams within HUGO

MermaidJS with HUGO - https://mermaid.js.org/

Thanks to this HUGO Mermaid Shortcode