From f514b1b4e1b8f02ba03074668822fe2367616dcc Mon Sep 17 00:00:00 2001 From: Rise <8315221+AmazingRise@users.noreply.github.com> Date: Sat, 23 Nov 2019 10:16:28 +0800 Subject: Created Comparison (markdown) --- Comparison.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Comparison.md diff --git a/Comparison.md b/Comparison.md new file mode 100644 index 0000000..0d87480 --- /dev/null +++ b/Comparison.md @@ -0,0 +1,26 @@ +# Comparison + +There are some differences between the new version and the original version. + +## 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.) \ No newline at end of file -- cgit v1.2.3