Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glazec/hexo-cheatsheets
a cheatsheets theme for hexo
https://github.com/glazec/hexo-cheatsheets
cheatsheets cheatsheets-theme hexo hexo-cheatsheets theme
Last synced: 3 months ago
JSON representation
a cheatsheets theme for hexo
- Host: GitHub
- URL: https://github.com/glazec/hexo-cheatsheets
- Owner: glazec
- License: mit
- Created: 2019-11-17T01:27:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T10:21:58.000Z (almost 2 years ago)
- Last Synced: 2024-05-20T09:20:22.610Z (8 months ago)
- Topics: cheatsheets, cheatsheets-theme, hexo, hexo-cheatsheets, theme
- Language: CSS
- Size: 2.26 MB
- Stars: 135
- Watchers: 3
- Forks: 14
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hexo-themes - glazec/hexo-cheatsheets
README
# Hexo Cheatsheets Theme
[![This project is using Percy.io for visual regression testing.](https://percy.io/static/images/percy-badge.svg)](https://percy.io/glaze/cheatsheets)
[![Netlify Status](https://api.netlify.com/api/v1/badges/e1cb0c0d-0fb7-47d5-a80a-7a991c5ee8b5/deploy-status)](https://cheatsheetspreview.netlify.com/)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/03fde2aadd09496690780e70470e4fa1)](https://www.codacy.com/manual/luyiping1011/hexo-cheatsheets?utm_source=github.com&utm_medium=referral&utm_content=glazec/hexo-cheatsheets&utm_campaign=Badge_Grade)
[![CodeFactor](https://www.codefactor.io/repository/github/glazec/hexo-cheatsheets/badge)](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/hexo-cheatsheets
git pull
```## Configuration
```yml
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)```markdown
```yml
favicon: "favicon url"
github: "the link the github button point to"
githubToolTip: "Text displayed when hovering on the github button"
```·
```### Three Columns
````markdown
### Three Columns```bash
cd themes/hexo-cheatsheets
git pull
```
````### Two Columns
````markdown
#### Two Columns```bash
cd themes/hexo-cheatsheets
git pull
```
````### Single Column
````markdown
##### Single Columns```bash
cd themes/hexo-cheatsheets
git pull
```
````### Secondary Title
````markdown
### Three Columns```bash
cd themes/hexo-cheatsheets
git pull
```###### Secondary Title
```bash
cd themes/hexo-cheatsheets
git pull
```
````### Captions & URL
````markdown
### 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
```markdown
### References1. [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
```markdown
### Table| Shortcut | Description |
| -------- | ------------------- |
| `⌘\` | Toggle tree |
| `⌘⇧\` | Reveal current file |### Headless Table
| | |
| -------- | ------------------- |
| `⌘\` | Toggle tree |
| `⌘⇧\` | Reveal current file |
```## Roadmap
[![IMAGE ALT TEXT HERE](https://www.inevitable.tech/roadmap.png)](https://coda.io/d/User-Feedback_ddjgAWpgIbG)