-
Notifications
You must be signed in to change notification settings - Fork 201
Comparison
Rise edited this page Nov 23, 2019
·
8 revisions
There are some differences between the new version and the original version.
Features in this ported version:
- Add support for gitalk.
- Tag & category page appending more easily.
- Customizable color scheme. (Some bug in original version, fixed.)
- Firefox-friendly. (CSS issue in original version, fixed.)
-
featured_image
url bug is fixed.
These functions are implemented in the ori., but not implemented yet here:
- Archive page.
- RSS feed.
These functions are neither implemented in the ori. nor the newer:
(The item with * means a new feature introducing in the near future. For details, click here.)
- *Selection highlight color following the color scheme.
- *Code highlight.
- A themed 404 page.
-
truncate_len
not implemented yet. - Table of contents.
- The title and subtitle is the same as site title & subtitle. (In the ori., the title & subtitle is a independent setting item. But to unify the experience between PC and mobile, and simplify the settings, here I merged the independent setting item into global settings.)
- The setting
intro
in front matter is replaced bydescription
. (Following the hugo style.) And thetruncate_len
is not implemented yet. - The setting
no_comments : true
is turned intocomment : false
. (Following the hugo style.)