google/sqlcommenter

website: figure out how to properly generate static HTML from Hugo

odeke-em opened this issue · 5 comments

We need to figure out how to properly generate HTML from the website itself that'll then be rendered properly by the content retrieved from the gh-pages here.

@smg727 you have access to the sqlcommenter-website that I created and it can be run locally
by

hugo serve

or to generate HTML that'll be found in the /public directory

hugo

After publishing here, the website will then be accessible at https://google.github.io/sqlcommenter/
but currently looks wonky until this issue is resolved.

Kindly pinging you @smg727 to help out here as I currently don't have bandwidth.

@odeke-em , can you point me to the website source you created.

@balachandr the website source is https://github.com/orijtech/sqlcommenter-website and one can generate the public HTML just by

hugo

and then run the website by

hugo serve

and then visiting http://localhost:1313/

Completed, thanks to @smg727’s help.