LeetCode-Go icon indicating copy to clipboard operation
LeetCode-Go copied to clipboard

Query: What is the technology behind web ? thank you

Open iswanulumam opened this issue 3 years ago • 2 comments

What is the technology / tools to create website https://books.halfrost.com/leetcode/ ?

iswanulumam avatar Oct 22 '22 13:10 iswanulumam

I use the Hugo framework to build this website. Hugo is one of the most popular open-source static site generators, which bases on golang.

halfrost avatar Oct 22 '22 19:10 halfrost

Thanks

iswanulumam avatar Oct 25 '22 07:10 iswanulumam

'hugo server -D' commands end with serving file but the url is being served without url scheme that fail to run server. Any config changes required?

bohrasankalp avatar Mar 16 '23 13:03 bohrasankalp

'hugo server -D' commands end with serving file but the url is being served without url scheme that fail to run server. Any config changes required?

@bohrasankalp "without url scheme" means without https? Can you paste some detail of error log for me?

halfrost avatar Apr 07 '23 07:04 halfrost

Thats done. @halfrost

bohrasankalp avatar Apr 07 '23 07:04 bohrasankalp