I recently used Liquid language to design my blog website. The Liquid is an open-source template language written in Ruby. This article is a short study note of Liquid and presented some main knowledge.
posts
Liquid grammar
Calculate reading time in Jekyll
I believe it is a good idea to estimate the reading time of every post and display it to readers following the post excerpts.
Archive in Jekyll
After setting up the pagination, the next thing I wanted to add to my blog was a proper archive by both date and category rather than just the reverse-chronological list of posts. Although this wasn’t as straightforward as setting up pagination, a bit of searching turned up some sites that helped me get everything running.
Pagination in Jekyll
If you don’t have pagination for your blog and you want to do it, this page is probably helpful to you.
Gitalk Usage
If you are looking for a quick solution about how to add a comment function on your blog, this article probably can help you.
Mark一下 Markdown 语言的基本语法
最近在写博客的时候用到了 Markdown 语言,做为一个学习总结,有必要把常用的语法mark一下。
Getting started with Jekyll (2)
This page will continue to give a brief introduction of the Jekyll grammar.
Getting started with Jekyll (1)
In my last article, I have introduced how to create a blog based on Github Pages, if you haven’t read it and you want to read it, find the article at here. Following that article, this page will give a brief introduction to Jekyll and its installation.
How to build your personal blog on Github Pages
I have constructed my blog by Jekyll on Github Pages, I thought I should write an article to introduce how to make your own blog website by Jekyll on Github Pages.
Powershell and CMD
Although both of them are command-line consoles of the Windows system, and they have a similar outlook and Powershell can be treated as an updated version of CMD, the intrinsic design model of them is different.
Android Aidl 开发
犹豫了几天,觉得还是把这部分内容写一下吧。虽然在网上已经一大堆了,但是写作本身也是一个查漏补缺的过程。通过对知识的总结归纳可以进一步加深理解。
Use bcdedit.exe in Windows
BCDEDIT - Boot Configuration Data Store Editor.
Bcdedit.exe is a command-line tool for managing boot configuration data (BCD). To use this tool needs the administrator permission to start a command-line window.