Follow these steps to create your own cheat sheets!
CheatCheetah generates cool looking cheat sheets (like the one you’re currently looking at 😉) from simple markdown files.
Basically, you create your cheat sheet as markdown files, saved on Github.
CheatCheetah generates the good looking version and makes them available to anyone! 🤩
Markdown is a lightweight markup language that you can use to add formatting elements to plaintext text documents.
CheatCheetah will generate cheatsheets based on your Github account.
For instance, the source for this page lives in CheatCheetah github account, right here!
This is the “project” where your actual cheatsheets will be saved.
If you don’t know how to create a repository, follow the steps detailed in the link below.
ℹ️ The exact name of the repository doesn’t matter, but we advise you to just call it cheatsheets
, it makes things simpler!
Add a file with the .md
extension inside your repository.
For instance, you can create a file named best_stock_photography_websites.md
with the following content:
### Best free stock photography websites
{: .-intro}
A list of websites with great, authentic, royalty-free images!
- [Unsplash](https://unsplash.com/) _Largest free stock photography library!_
- [Pexels](https://www.pexels.com/) _Curated stock photography under CC0 license_
- [Reshot](https://www.reshot.com/) _Handpicked, non-stocky images_
Save it…
Tracked repository
box (top right corner)That’s it!