Skip to content

WingLim/Hexo-Theme-Typing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexo-Theme-Typing

A Simple Hexo Theme

Install

  1. Download theme files
git clone https://github.com/WingLim/Hexo-Theme-Typing.git themes/Typing
  1. Use theme
# <hexo root>/_config.yml
theme: Typing
  1. Configure theme

Notice: There have a lang setting in Tping/_config.yml , set html lang in it rather than in <hexo root>/_config.yml .

Because if you set 'zh-cn' language in <hexo root>/_config.yml , the post generator will generate Chinese date style such as '十一月'.

# Typing/_config.yml
# Custom favicon name
favicon: favicon.png

# Page languagge
lang: zh-cn

# Keyword for SEO
keywords: "Typing"

# Separate Post title and Blog title
separator: '|'

# Index Nav menu
menu:
  Archives: /archives
  About: /about

# Index GitHub Link
github:
  name:
  link:

# Comment settings
comment:
  enable: false
  type: disqus
  disqus:
    shortname:
    mirror: false
    api: 
    apiKey: 
    admin: 
    adminLabel: 

# Footer infomation
footer:
  copyright:
  author:

TODO

  • Optimizate SEO

  • Comment

  • Dark Mode

About

A Simple Hexo Theme

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors