mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2025-06-16 07:07:37 +02:00
Update
This commit is contained in:
parent
4f8c49d162
commit
aaf3e0958b
@ -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)
|
||||
---
|
||||
```
|
||||
|
@ -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 %}
|
||||
|
||||
|
1
bash.md
1
bash.md
@ -3,6 +3,7 @@ title: Bash scripting
|
||||
category: CLI
|
||||
layout: 2017/sheet
|
||||
tags: [Featured]
|
||||
updated: 201708
|
||||
---
|
||||
|
||||
Getting started
|
||||
|
@ -3,6 +3,7 @@ title: CSS antialiasing
|
||||
category: CSS
|
||||
layout: 2017/sheet
|
||||
tags: [Featured]
|
||||
updated: 201708
|
||||
---
|
||||
|
||||
### Antialias
|
||||
|
1
es6.md
1
es6.md
@ -3,6 +3,7 @@ title: ES2015+
|
||||
category: JavaScript
|
||||
layout: 2017/sheet
|
||||
tags: [Featured]
|
||||
updated: 201708
|
||||
---
|
||||
|
||||
### Promises
|
||||
|
@ -3,6 +3,7 @@ title: Jekyll for GitHub pages
|
||||
layout: 2017/sheet
|
||||
category: Jekyll
|
||||
tags: [WIP]
|
||||
updated: 201708
|
||||
---
|
||||
|
||||
{% raw %}
|
||||
|
@ -4,6 +4,7 @@ jekyll_escape: true
|
||||
layout: 2017/sheet
|
||||
tags: [Featured]
|
||||
category: Jekyll
|
||||
updated: 201708
|
||||
---
|
||||
|
||||
{% raw %}
|
||||
|
1
react.md
1
react.md
@ -4,6 +4,7 @@ category: React
|
||||
layout: 2017/sheet
|
||||
ads: true
|
||||
tags: [Featured]
|
||||
updated: 201708
|
||||
---
|
||||
|
||||
{%raw%}
|
||||
|
1
sass.md
1
sass.md
@ -3,6 +3,7 @@ title: Sass
|
||||
category: CSS
|
||||
layout: 2017/sheet
|
||||
tags: [Featured]
|
||||
updated: 201708
|
||||
---
|
||||
|
||||
## Basics
|
||||
|
Loading…
x
Reference in New Issue
Block a user