Skip to main content

Blog

Github Pages and Jekyll - sitemap

·158 words·1 min
Update # I’ve moved from Jekyll to Hugo. This method is only applicable to Jekyll. Sitemap # A sitemap is an .xml file that contains links to all the pages within a website. With a sitemap, a search engine can discover the pages and subsequently create indexes for them. Then, people browsing the internet can find those pages using keywords. Jekyll-sitemap # There is a plugin called jekyll-sitemap for Jekyll, which automatically generates a sitemap whenever the website is rebuilt.

Add LikeWidget to Jekyll theme

·337 words·2 mins
Update # I’ve moved my blog from Jekyll to Hugo. The method for adding a like button remains similar, but the code and its placement need to be adjusted. LikeCoin # I came across LikeCoin and it piqued my interest. LikeCoin is a cryptocurrency, which was created to encourage content creators. Content creators can embed a Like Button within their content or web pages. Anyone with a LikeCoin account who appreciates the content can click the button, and the content creator will receive the corresponding LikeCoin. The amount of LikeCoin a content creator receives depends on the account type of the likers. The LikeCoin Foundation proportionally rewards free account likers, while payment accounts are proportionally charged based on the number of likes they click each month. More details can be found on LikeCoin’s Medium.