Hugo template to HTML, CSS, JS

87 Views Asked by At

Hey i was just wondering if it possible to convert a Hugo site to vanilla HTML, CSS and JS? If there is, can someone tell me how and if there are any online site to generate them automatically.

Thanks in advance.

hugo serve
1

There are 1 best solutions below

0
On

Yes, this is actually very simple. Run the command hugo and then look at the generated 'public' folder. This contains your website in vanilla HTML, CSS and JS.