ppoffice / hexo-theme-hueman

A redesign of Alx's wordpress theme Hueman, ported to Hexo.
http://ppoffice.github.io/hexo-theme-hueman/
GNU General Public License v2.0
1.17k stars 336 forks source link

Update Valine & add post count … #256

Closed Regulust closed 4 years ago

Regulust commented 5 years ago

Update Valine & add post count

  1. Update valine.ejs to the latest stable version
  2. Add items of Valine: visitors(show in article-meta area), recordIP(optional):
    • enable at comment - valine of _config.yml
  3. Update some translations(will be used in post count)
  4. Add word count function at article-meta area (like hexo-theme-next):word count and estimated reading time:
    • enable at plugins - counter of _config.yml
  5. Add some fontawsome icon for article meta

PS:

Regulust commented 4 years ago

Some minor fix and optimization in commits on Oct 9, 2019. THX for @marcofranssen review.