Hexo Cheatsheets Theme
A new cheatsheets theme for Hexo. The design is from devhints
Installation
Install
$ git clone https://github.com/glazec/hexo-cheatsheets.git
Enable
Modify theme
setting in _config.yml
to hexo-cheatsheets
.
Disable default code highlight plugin in _config.yml
.
highlight:
enable: false
Update
cd themes/hexo-cheatsheets
git pull
Configuration
favicon: "favicon url"
github: "the link the github button point to"
githubToolTip: "Text displayed when hovering on the github button"
recommend:
enable: true # whether to open the top
Writing
Code
when using tht code block in the markdown, please write the language. Otherwise the highlight will not work. The following example is correct.(Please omit the last dot, thant is a render issue)
```yml
favicon: "favicon url"
github: "the link the github button point to"
githubToolTip: "Text displayed when hovering on the github button"
```ยท
Three Columns
### Three Columns
```bash
cd themes/hexo-cheatsheets
git pull
```
Two Columns
#### Two Columns
```bash
cd themes/hexo-cheatsheets
git pull
```
Single Column
##### Single Columns
```bash
cd themes/hexo-cheatsheets
git pull
```
Secondary Title
### Three Columns
```bash
cd themes/hexo-cheatsheets
git pull
```
###### Secondary Title
```bash
cd themes/hexo-cheatsheets
git pull
```
Captions & URL
### Three Columns
```bash
cd themes/hexo-cheatsheets
git pull
```
Hexo [Cheatsheets](https://github.com/glazec/hexo-cheatsheets) Theme
```bash
cd themes/hexo-cheatsheets
git pull
```
> [Cheatsheets](https://github.com/glazec/hexo-cheatsheets)
Introduction List
### References
1. [Hexo](https://hexo.io/) _(hexo.io)_
2. [Hexo Cheatsheets](https://github.com/glazec/hexo-cheatsheets) _(hexo-cheatsheets)_
Must be an ordered list !
Table & Headless Table
### Table
| Shortcut | Description |
| -------- | ------------------- |
| `โ\` | Toggle tree |
| `โโง\` | Reveal current file |
### Headless Table
| | |
| -------- | ------------------- |
| `โ\` | Toggle tree |
| `โโง\` | Reveal current file |