/hexo-theme-replica

Yet another theme for Hexo.

Primary LanguageCSS

Replica

An elegant theme for Hexo. Replica of Typecho default theme.

Installation

Install

$ git clone https://github.com/crucifyml/hexo-theme-replica.git theme/replica

Enable

Modify theme setting in _config.yml to replica.

Update

cd themes/landscape
git pull

Configuration

Theme config file.

TODO List

  • Posts & posts pagination sorted by updated/date.
    • hexo-generator-index already has config options.
  • Post unique cid for premalink. (1, 2, 3 ...)
    • This is not a good idea for static blog. number id is not permanent.
    • Pls use hexo-generator-alias for migrated posts.
  • Structured data. Microdata.
  • Search. Better impelementation needed.
  • Links. Link other sites.
  • Better web fonts.
  • Disqus comments.
  • Rewrite css in stylus.
    • Responsive UI.
  • Brand new icons.
  • Documentation.
  • Material design.
  • gulp.js.