Fix updated logic
This commit is contained in:
parent
9429f63ab6
commit
c934ae39bd
|
@ -40,7 +40,7 @@ category: React
|
||||||
layout: 2017/sheet # 'default' | '2017/sheet'
|
layout: 2017/sheet # 'default' | '2017/sheet'
|
||||||
|
|
||||||
# Optional:
|
# Optional:
|
||||||
updated: 201708 # To show in the updated list (update _config.yml)
|
updated: 20170830 # To show in the updated list
|
||||||
ads: false # Add this to disable ads
|
ads: false # Add this to disable ads
|
||||||
weight: -5 # lower number = higher in related posts list
|
weight: -5 # lower number = higher in related posts list
|
||||||
deprecated: true # Don't show in related posts
|
deprecated: true # Don't show in related posts
|
||||||
|
|
|
@ -71,5 +71,3 @@ category_names:
|
||||||
|
|
||||||
# https://help.github.com/articles/repository-metadata-on-github-pages/
|
# https://help.github.com/articles/repository-metadata-on-github-pages/
|
||||||
repository: rstacruz/cheatsheets
|
repository: rstacruz/cheatsheets
|
||||||
|
|
||||||
last_updated: 201708
|
|
||||||
|
|
2
bash.md
2
bash.md
|
@ -3,7 +3,7 @@ title: Bash scripting
|
||||||
category: CLI
|
category: CLI
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
tags: [Featured]
|
tags: [Featured]
|
||||||
updated: 201708
|
updated: 20170826
|
||||||
---
|
---
|
||||||
|
|
||||||
Getting started
|
Getting started
|
||||||
|
|
2
cron.md
2
cron.md
|
@ -2,7 +2,7 @@
|
||||||
title: Cron
|
title: Cron
|
||||||
category: CLI
|
category: CLI
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
updated: 201708
|
updated: 20170826
|
||||||
weight: -3
|
weight: -3
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ title: CSS antialiasing
|
||||||
category: CSS
|
category: CSS
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
tags: [Featured]
|
tags: [Featured]
|
||||||
updated: 201708
|
updated: 20170826
|
||||||
---
|
---
|
||||||
|
|
||||||
### Antialias
|
### Antialias
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: CSS flexbox
|
title: CSS flexbox
|
||||||
category: CSS
|
category: CSS
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
updated: 201708.29
|
updated: 20170829
|
||||||
weight: -3
|
weight: -3
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: cssnext
|
title: cssnext
|
||||||
category: CSS
|
category: CSS
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
updated: 201708.30
|
updated: 20170830
|
||||||
weight: -3
|
weight: -3
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ title: Elixir
|
||||||
category: Elixir
|
category: Elixir
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
tags: [New]
|
tags: [New]
|
||||||
updated: 201708
|
updated: 20170826
|
||||||
weight: -10
|
weight: -10
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
2
es6.md
2
es6.md
|
@ -3,7 +3,7 @@ title: ES2015+
|
||||||
category: JavaScript
|
category: JavaScript
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
tags: [Featured]
|
tags: [Featured]
|
||||||
updated: 201708
|
updated: 20170826
|
||||||
weight: -10
|
weight: -10
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: ExUnit
|
title: ExUnit
|
||||||
category: Elixir
|
category: Elixir
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
updated: 201708
|
updated: 20170826
|
||||||
---
|
---
|
||||||
|
|
||||||
### Test cases
|
### Test cases
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: Phat
|
title: Phat
|
||||||
category: Fitness
|
category: Fitness
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
updated: 201708
|
updated: 20170826
|
||||||
---
|
---
|
||||||
|
|
||||||
### Day 1: Upper Body Power
|
### Day 1: Upper Body Power
|
||||||
|
|
2
flow.md
2
flow.md
|
@ -2,7 +2,7 @@
|
||||||
title: Flow
|
title: Flow
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
category: JavaScript libraries
|
category: JavaScript libraries
|
||||||
updated: 201708
|
updated: 20170826
|
||||||
---
|
---
|
||||||
|
|
||||||
### Simple failing example
|
### Simple failing example
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: HTML emails
|
title: HTML emails
|
||||||
category: HTML
|
category: HTML
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
updated: 201708.29
|
updated: 20170829
|
||||||
---
|
---
|
||||||
|
|
||||||
### Properties to avoid
|
### Properties to avoid
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: HTML meta tags
|
title: HTML meta tags
|
||||||
category: HTML
|
category: HTML
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
updated: 201708
|
updated: 20170826
|
||||||
weight: -3
|
weight: -3
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ title: Jekyll for GitHub pages
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
category: Jekyll
|
category: Jekyll
|
||||||
tags: [WIP]
|
tags: [WIP]
|
||||||
updated: 201708
|
updated: 20170826
|
||||||
---
|
---
|
||||||
|
|
||||||
{% raw %}
|
{% raw %}
|
||||||
|
|
|
@ -4,7 +4,7 @@ jekyll_escape: true
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
tags: [Featured]
|
tags: [Featured]
|
||||||
category: Jekyll
|
category: Jekyll
|
||||||
updated: 201708
|
updated: 20170826
|
||||||
---
|
---
|
||||||
|
|
||||||
{% raw %}
|
{% raw %}
|
||||||
|
|
2
jest.md
2
jest.md
|
@ -2,7 +2,7 @@
|
||||||
title: Jest
|
title: Jest
|
||||||
category: JavaScript libraries
|
category: JavaScript libraries
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
updated: 201708
|
updated: 20170826
|
||||||
weight: -3
|
weight: -3
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: Ledger CLI
|
title: Ledger CLI
|
||||||
category: Ledger
|
category: Ledger
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
updated: 201708
|
updated: 20170826
|
||||||
weight: -5
|
weight: -5
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: Licenses
|
title: Licenses
|
||||||
section: Development
|
section: Development
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
updated: 201708
|
updated: 20170826
|
||||||
---
|
---
|
||||||
|
|
||||||
## Licenses
|
## Licenses
|
||||||
|
|
|
@ -3,7 +3,7 @@ title: Node.js streams
|
||||||
category: Node.js
|
category: Node.js
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
weight: -1
|
weight: -1
|
||||||
updated: 201708.30
|
updated: 20170830
|
||||||
---
|
---
|
||||||
|
|
||||||
### Types
|
### Types
|
||||||
|
|
|
@ -3,7 +3,7 @@ title: package.json
|
||||||
category: Node.js
|
category: Node.js
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
prism_languages: [json]
|
prism_languages: [json]
|
||||||
updated: 201708.30
|
updated: 20170830
|
||||||
weight: -3
|
weight: -3
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "Phoenix: Plug.Conn"
|
title: "Phoenix: Plug.Conn"
|
||||||
category: Elixir
|
category: Elixir
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
updated: 201708.29
|
updated: 20170829
|
||||||
weight: -5
|
weight: -5
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ title: "Phoenix: Ecto"
|
||||||
category: Elixir
|
category: Elixir
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
tags: [WIP]
|
tags: [WIP]
|
||||||
updated: 201708.29
|
updated: 20170829
|
||||||
---
|
---
|
||||||
|
|
||||||
## Schemas
|
## Schemas
|
||||||
|
|
2
react.md
2
react.md
|
@ -4,7 +4,7 @@ category: React
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
ads: true
|
ads: true
|
||||||
tags: [Featured]
|
tags: [Featured]
|
||||||
updated: 201708
|
updated: 20170826
|
||||||
weight: -10
|
weight: -10
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
2
sass.md
2
sass.md
|
@ -3,7 +3,7 @@ title: Sass
|
||||||
category: CSS
|
category: CSS
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
tags: [Featured]
|
tags: [Featured]
|
||||||
updated: 201708
|
updated: 20170826
|
||||||
weight: -5
|
weight: -5
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Semver
|
title: Semver
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
updated: 201708
|
updated: 20170826
|
||||||
weight: -3
|
weight: -3
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: Sketch
|
title: Sketch
|
||||||
category: Apps
|
category: Apps
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
updated: 201708
|
updated: 20170826
|
||||||
---
|
---
|
||||||
|
|
||||||
Shortcuts
|
Shortcuts
|
||||||
|
|
2
tig.md
2
tig.md
|
@ -2,7 +2,7 @@
|
||||||
title: Tig
|
title: Tig
|
||||||
category: Git
|
category: Git
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
updated: 201708.29
|
updated: 20170829
|
||||||
weight: -3
|
weight: -3
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
2
vim.md
2
vim.md
|
@ -3,7 +3,7 @@ title: Vim
|
||||||
category: Vim
|
category: Vim
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
tags: [Featured]
|
tags: [Featured]
|
||||||
updated: 201708
|
updated: 20170826
|
||||||
weight: -10
|
weight: -10
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ title: Vim scripting
|
||||||
category: Vim
|
category: Vim
|
||||||
prism_languages: [vim]
|
prism_languages: [vim]
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
updated: 201708.30
|
updated: 20170830
|
||||||
weight: -10
|
weight: -10
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue