halfrost/LeetCode-Go

Query: What is the technology behind web ? thank you

iswanulumam opened this issue · 5 comments

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

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.

Thanks

'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?

'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?

Thats done. @halfrost