Comment on Github Page with Gitment

Last time, I added visitor statics system to my github page with Busuanzi. But a blog without a comment system is still not good enough. After hours of searching and testing, I finally implement it with a tool called Gitment. And if it works, you will be able to see a comment box below after you enter an article. (I didn’t set one on the home page.) And this article is an addition to the official guide, which might be more easy to understand and practice.

First Article

This is my real first blog, and this will be a place for me to display my projects.

What’s coming…

Hello! This is SiskonEmilia, and my github page is SiskonEmilia.In the next days, I’ll try to post all my WEB assignments to this bolg, and I might post a summury as well. You can find all source code of it at My Repository.

About Hexo

Deploy web pages

A huge problem I found while trying to deploy is that, I only know how to post a markdown file. But there do be a way to post a web page on this bolg.
The only thing you need to do is execute:

1
hexo new page "Page Title"

I’ll test this command in the next posting.

Quick Deployment

Actually, here’s some command that helps you generate and deploy a hexo website more quickly:

1
hexo d -g

This command means generate and then deploy the website to the remote link.

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×