A Simple Hexo Theme
- Download theme files
git clone https://github.com/WingLim/Hexo-Theme-Typing.git themes/Typing- Use theme
# <hexo root>/_config.yml
theme: Typing- 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:-
Optimizate SEO
-
Comment
-
Dark Mode