An open API service indexing awesome lists of open source software.

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

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