halfrost / LeetCode-Go

✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
https://books.halfrost.com/leetcode
MIT License
32.76k stars 5.68k forks source link

Query: What is the technology behind web ? thank you #259

Closed iswanulumam closed 1 year ago

iswanulumam commented 1 year ago

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

halfrost commented 1 year ago

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 1 year ago

Thanks

bohrasankalp commented 1 year ago

'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 1 year ago

'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 1 year ago

Thats done. @halfrost