https://github.com/winglim/hexo-theme-typing
A Simple Hexo Theme
https://github.com/winglim/hexo-theme-typing
Last synced: 3 months ago
JSON representation
A Simple Hexo Theme
- Host: GitHub
- URL: https://github.com/winglim/hexo-theme-typing
- Owner: WingLim
- License: mit
- Created: 2019-11-15T10:57:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-19T15:06:14.000Z (over 5 years ago)
- Last Synced: 2025-01-16T12:52:41.062Z (5 months ago)
- Language: CSS
- Homepage: https://limxw.com
- Size: 196 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hexo-Theme-Typing
A Simple Hexo Theme## Install
1. Download theme files
```bash
git clone https://github.com/WingLim/Hexo-Theme-Typing.git themes/Typing
```
2. Use theme
```yaml
# /_config.yml
theme: Typing
```3. Configure theme
Notice: There have a lang setting in `Tping/_config.yml` , set html lang in it rather than in `/_config.yml` .
Because if you set 'zh-cn' language in `/_config.yml` , the post generator will generate Chinese date style such as 'εδΈζ'.
```yaml
# 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
- [x] Optimizate SEO
- [x] Comment
- [ ] Dark Mode