A new cheatsheets theme for Hexo. The design is from devhints
$ git clone https://github.com/glazec/hexo-cheatsheets.gitModify theme setting in _config.yml to hexo-cheatsheets.
Disable default code highlight plugin in _config.yml.
highlight:
enable: falsecd themes/landscape
git pullfavicon: "favicon url"
github: "the link the github button point to"
githubToolTip: "Text displayed when hovering on the github button"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"
```·
