https://github.com/holmofy/hexo-cheatsheets
https://github.com/holmofy/hexo-cheatsheets
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/holmofy/hexo-cheatsheets
- Owner: holmofy
- License: mit
- Created: 2021-10-25T14:48:24.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-09T05:32:38.000Z (almost 4 years ago)
- Last Synced: 2025-06-08T15:47:00.559Z (4 months ago)
- Language: SCSS
- Size: 476 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Hexo Cheatsheets Theme
[](https://percy.io/glaze/cheatsheets)
[](https://cheatsheetspreview.netlify.com/)
[](http://commitizen.github.io/cz-cli/)
[](https://www.codacy.com/manual/luyiping1011/hexo-cheatsheets?utm_source=github.com&utm_medium=referral&utm_content=glazec/hexo-cheatsheets&utm_campaign=Badge_Grade)
[](https://www.codefactor.io/repository/github/glazec/hexo-cheatsheets)A new **cheatsheets** theme for Hexo.
The design is from [devhints](http://devhints.io)- [Preview](http://cheatsheets.inevitable.tech)
- [A post about it](https://www.inevitable.tech/posts/59f1905d/)## Installation
### Install
```bash
$ 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`.
```yml
highlight:
enable: false
```### Update
```bash
cd themes/landscape
git pull
```## Configuration
```yml
favicon: "favicon url"
github: "the link the github button point to"
githubToolTip: "Text displayed when hovering on the github button"
```## Writing
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"
```·
```## Roadmap
[](https://coda.io/d/User-Feedback_ddjgAWpgIbG)