Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Comparison.md - github.com/AmazingRise/hugo-theme-diary.wiki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 461e06a827071e6f6fb5a718a28a9d868c75dcab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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.)