/hexo-theme-material

My modification of Material Design theme for hexo.

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

Modification of hexo-material for personal use.

Main Contribution

  • Solve conflicts with hexo-reference.

  • Provide an optional side navigation toc at the right side of the post.

    • Orignial toc is unattractive and useless because you have to click a button, which is far from the post. The new optional toc is just along the right side of the post.

    • Original style:

    • Optional new style:

    • Edit _config.yml to enable this feature (enabled by default in _config.template.yml).

        toc:
            sidenav: true
      
  • Indent paragraphs.

  • Number headings automatically in posts.

    • Edit _config.yml to enable.

        numbered_headding: true
      
  • Fix the problem that thumbnail image in asset of a post not showing in index (due to relative path). This problem is stressed by many users in original repo, but the author seems to ignore it.