1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-06-16 07:07:37 +02:00
This commit is contained in:
Rico Sta. Cruz 2017-08-29 03:23:29 +08:00
parent 4f8c49d162
commit aaf3e0958b
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
10 changed files with 12 additions and 2 deletions

View File

@ -38,6 +38,6 @@ title: React.js
category: React
layout: 2017/sheet # 'default' | '2017/sheet'
ads: false # Add this to disable ads
updated: 201708 # To show in the updated list
updated: 201708 # To show in the updated list (update _config.yml)
---
```

View File

@ -36,7 +36,9 @@ type: website
{% for page in site.pages %}
{% if page.updated >= site.last_updated %}
{% include 2017/pages-list-item.html page=page class='article item' %}
{% unless page.tags contains 'Featured' %}
{% include 2017/pages-list-item.html page=page class='article item' %}
{% endunless %}
{% endif %}
{% endfor %}

View File

@ -3,6 +3,7 @@ title: Bash scripting
category: CLI
layout: 2017/sheet
tags: [Featured]
updated: 201708
---
Getting started

View File

@ -3,6 +3,7 @@ title: CSS antialiasing
category: CSS
layout: 2017/sheet
tags: [Featured]
updated: 201708
---
### Antialias

1
es6.md
View File

@ -3,6 +3,7 @@ title: ES2015+
category: JavaScript
layout: 2017/sheet
tags: [Featured]
updated: 201708
---
### Promises

View File

@ -3,6 +3,7 @@ title: Jekyll for GitHub pages
layout: 2017/sheet
category: Jekyll
tags: [WIP]
updated: 201708
---
{% raw %}

View File

@ -4,6 +4,7 @@ jekyll_escape: true
layout: 2017/sheet
tags: [Featured]
category: Jekyll
updated: 201708
---
{% raw %}

View File

@ -4,6 +4,7 @@ category: React
layout: 2017/sheet
ads: true
tags: [Featured]
updated: 201708
---
{%raw%}

View File

@ -3,6 +3,7 @@ title: Sass
category: CSS
layout: 2017/sheet
tags: [Featured]
updated: 201708
---
## Basics

1
vim.md
View File

@ -3,6 +3,7 @@ title: Vim
category: Vim
layout: 2017/sheet
tags: [Featured]
updated: 201708
---
Getting started