Languages
These posts contains introductions and study guides for many languages. These guides focus primarily on how to master natural languages rather than on system...
These posts contains introductions and study guides for many languages. These guides focus primarily on how to master natural languages rather than on system...
File Format Research is a series of introductory articles about file formats I care about.
My peers and I had very little exposure to “philosophy” from school. I read books on the history of Western philosophy more systematically about twice. One w...
During my primary school days, I had about eight courses to take. Chinese, mathematics, English, science and a course that roughly covers moral education, hi...
I am a person obsessed with knowledge. This is not an advantage in this era when knowledge is not very valuable economically. Knowledge is such a strange thi...
From yesterday to today I was busy adjusting the color theme and header image of the website. So far, the basic configuration of my website has come to an en...
Long articles without navigation are difficult to read. Websites with many pages without navigation are also difficult to use. In this post we will introduce...
In this posts we’ll talk about some skills you need to learn to use Jekyll in depth.
In previous posts, we roughly divided pages into three categories: posts arranged by date, pages in collections (classified by content), and pages that do no...
When configuring and using a personal computer, it is necessary to obtain administrator rights. On Windows systems, the option to run as administrator can be...
Collections are units for Jekyll to manage pages. Pages under the same collection are generally stored in the same folder, and Front Matter default values ca...
In this post, we will discuss taxonomy of posts. Jekyll provides two default Front Matter variables for taxonomy of posts. Categoties are used to build tree-...
Both Markdown and HTML are markup languages that tend to represent information on the page that is displayed to humans. The content is either directly displa...
The main body of the website generated by Jekyll is a series of static pages. Each page is an HTML file. By default, Jekyll will search for Markdown files in...
In this post, we will talk about how to set up a local Jekyll environment to test your site before upload to GitHub Pages. Then we will introduce Minimal Mi...
GitHub Pages is a free personal website hosting provided by GitHub. You can use this service to build your own website for resumes, project presentations, bl...