程序员的自我修养

3281 words
现在互联网用到的很多技术都相当成熟了。不必高估技术,技术是为业务服务的,认清自己作为研发人员在公司的位置。 比如小米号称黑科技、为发烧而生,实

Add Gitalk for comments in Hugo Blog

354 words

Gitalk is a comment plug based on Github issue api. Hugo can compile the Markdown files with themes and templates into static web files, such as CSS, HTML and JavaScript.

To use Gitalk in the Hugo blog, we need to add Gitalk related code as <div> into the HTML template. Then update the config.toml for Gitalk.