Query: What is the technology behind web ? thank you
iswanulumam opened this issue · 5 comments
iswanulumam commented
What is the technology / tools to create website https://books.halfrost.com/leetcode/ ?
halfrost commented
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.
iswanulumam commented
Thanks
bohrasankalp commented
'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?
halfrost commented
'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?
bohrasankalp commented
Thats done. @halfrost