/typography

A Hexo theme focused on clean format and elegant reading experience.

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

Typography

last-commit size https://hexo.io License-badge

A tidy hexo theme focused on clean format and elegant reading experience.

Demo

Features

  • Mermaid, MathJax, Fanfou Support
  • SEO Friendly
  • Self-Adapted Layout
  • Random Quotes
  • All Article Listed on the Homepage

Getting Started

  1. Clone this project.
  2. Move typography into your themes folder where your blog has been established.
  3. Edit your _config.yml Your _config.yml should look like this:
theme: typography
fanfou_username: your_user_name_here
nav:
	Home: /
	Links: /links

Fanfou Support

Replace your_user_name_here with your Fanfou username in the configuration above and this should work fine.

Navigation Bar

Each line following nav: will create a tab of the navigation bar. Use relative path to set up.

Random Quotes

Change the content of typography/source/js/utils.js.

TO-DO

  • Custom quotes using _data folder.
  • Add random pictures on the homepage.