There are some differences between the new version and the original version. ## New features 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. ## Functions not implemented yet 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](https://github.com/AmazingRise/hugo-theme-diary/projects/3).) - \*Selection highlight color following the color scheme. - \*Code highlight. - A themed 404 page. - `truncate_len` not implemented yet. - Table of contents. ## Difference in this new version - The title and subtitle is the same as site title & subtitle. (In the ori., the title & subtitle is [a independent setting item](https://github.com/SumiMakito/hexo-theme-Journal#post-items-and-pages). 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 by `description`. (Following the hugo style.) And the `truncate_len` is not implemented yet. - The setting `no_comments : true` is turned into `comment : false`. (Following the hugo style.)