Age | Commit message (Collapse) | Author |
|
This feature can allow you to top articles via post front meta
property `top`, the value is a number, the smaller the number is,
the higher priority the article has.
Example:
```
title: My Article
top: <number>
```
|
|
Add "Read More" to the end of post excerpt, and support to click
the excerpt to open the post.
|
|
Co-authored-by: Mark Chen <markchenyutian@gmail.com>
|
|
|
|
The liquid filter `number_of_words` is for english words, so here
we use a calculation to estimate accurately the words, especially
when the language is not English.
|
|
|
|
|
|
|