Skip to content

FrancoisXavierNoe/cheatsheets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

:)


Notes

h2 supports these:

{: .-two-column}
{: .-three-column}
{: .-wide-second}       # combine with -x-column
{: .-left-reference}

h3 supports these:

{: .-prime}

table supports these:

{: .-shortcuts}
{: .-left-align}
{: .-headers}

pre supports these:

{: .-setup}

ul supports these:

{: .-also-see}
{: .-four-column}
{: .-six-column}

Each sheet supports these metadata:

---
title: React.js
category: React
layout: 2017/sheet   # 'default' | '2017/sheet'

# Optional:
updated: 201708      # To show in the updated list (update _config.yml)
ads: false           # Add this to disable ads
weight: -5           # lower number = higher in related posts list
deprecated: true     # Don't show in related posts
---

Setting up redirects

This example sets up a redirect from es2015 to es6:

# /es2015.md
---
title: ES2015
category: Hidden
redirect_to: /es6
---

About

My cheatsheets

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • SCSS 37.6%
  • HTML 21.2%
  • Sass 20.0%
  • JavaScript 15.5%
  • CSS 3.6%
  • Shell 1.3%
  • Other 0.8%