Skip to content

Commit

Permalink
Fix updated logic
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Aug 30, 2017
1 parent 9429f63 commit c934ae3
Show file tree
Hide file tree
Showing 30 changed files with 29 additions and 31 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ category: React
layout: 2017/sheet # 'default' | '2017/sheet'

# 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
weight: -5 # lower number = higher in related posts list
deprecated: true # Don't show in related posts
Expand Down
2 changes: 0 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,3 @@ category_names:

# https://help.github.com/articles/repository-metadata-on-github-pages/
repository: rstacruz/cheatsheets

last_updated: 201708
2 changes: 1 addition & 1 deletion bash.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Bash scripting
category: CLI
layout: 2017/sheet
tags: [Featured]
updated: 201708
updated: 20170826
---

Getting started
Expand Down
2 changes: 1 addition & 1 deletion cron.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Cron
category: CLI
layout: 2017/sheet
updated: 201708
updated: 20170826
weight: -3
---

Expand Down
2 changes: 1 addition & 1 deletion css-antialias.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: CSS antialiasing
category: CSS
layout: 2017/sheet
tags: [Featured]
updated: 201708
updated: 20170826
---

### Antialias
Expand Down
2 changes: 1 addition & 1 deletion css-flexbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: CSS flexbox
category: CSS
layout: 2017/sheet
updated: 201708.29
updated: 20170829
weight: -3
---

Expand Down
2 changes: 1 addition & 1 deletion cssnext.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: cssnext
category: CSS
layout: 2017/sheet
updated: 201708.30
updated: 20170830
weight: -3
---

Expand Down
2 changes: 1 addition & 1 deletion elixir.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Elixir
category: Elixir
layout: 2017/sheet
tags: [New]
updated: 201708
updated: 20170826
weight: -10
---

Expand Down
2 changes: 1 addition & 1 deletion es6.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ES2015+
category: JavaScript
layout: 2017/sheet
tags: [Featured]
updated: 201708
updated: 20170826
weight: -10
---

Expand Down
2 changes: 1 addition & 1 deletion exunit.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: ExUnit
category: Elixir
layout: 2017/sheet
updated: 201708
updated: 20170826
---

### Test cases
Expand Down
2 changes: 1 addition & 1 deletion fitness/phat.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Phat
category: Fitness
layout: 2017/sheet
updated: 201708
updated: 20170826
---

### Day 1: Upper Body Power
Expand Down
2 changes: 1 addition & 1 deletion flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Flow
layout: 2017/sheet
category: JavaScript libraries
updated: 201708
updated: 20170826
---

### Simple failing example
Expand Down
2 changes: 1 addition & 1 deletion html-email.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: HTML emails
category: HTML
layout: 2017/sheet
updated: 201708.29
updated: 20170829
---

### Properties to avoid
Expand Down
2 changes: 1 addition & 1 deletion html-meta.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: HTML meta tags
category: HTML
layout: 2017/sheet
updated: 201708
updated: 20170826
weight: -3
---

Expand Down
2 changes: 1 addition & 1 deletion jekyll-github.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Jekyll for GitHub pages
layout: 2017/sheet
category: Jekyll
tags: [WIP]
updated: 201708
updated: 20170826
---

{% raw %}
Expand Down
2 changes: 1 addition & 1 deletion jekyll.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jekyll_escape: true
layout: 2017/sheet
tags: [Featured]
category: Jekyll
updated: 201708
updated: 20170826
---

{% raw %}
Expand Down
2 changes: 1 addition & 1 deletion jest.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Jest
category: JavaScript libraries
layout: 2017/sheet
updated: 201708
updated: 20170826
weight: -3
---

Expand Down
2 changes: 1 addition & 1 deletion ledger.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Ledger CLI
category: Ledger
layout: 2017/sheet
updated: 201708
updated: 20170826
weight: -5
---

Expand Down
2 changes: 1 addition & 1 deletion licenses.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Licenses
section: Development
layout: 2017/sheet
updated: 201708
updated: 20170826
---

## Licenses
Expand Down
2 changes: 1 addition & 1 deletion nodejs-stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Node.js streams
category: Node.js
layout: 2017/sheet
weight: -1
updated: 201708.30
updated: 20170830
---

### Types
Expand Down
2 changes: 1 addition & 1 deletion package.json.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: package.json
category: Node.js
layout: 2017/sheet
prism_languages: [json]
updated: 201708.30
updated: 20170830
weight: -3
---

Expand Down
2 changes: 1 addition & 1 deletion phoenix-conn.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Phoenix: Plug.Conn"
category: Elixir
layout: 2017/sheet
updated: 201708.29
updated: 20170829
weight: -5
---

Expand Down
2 changes: 1 addition & 1 deletion phoenix-ecto.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Phoenix: Ecto"
category: Elixir
layout: 2017/sheet
tags: [WIP]
updated: 201708.29
updated: 20170829
---

## Schemas
Expand Down
2 changes: 1 addition & 1 deletion react.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ category: React
layout: 2017/sheet
ads: true
tags: [Featured]
updated: 201708
updated: 20170826
weight: -10
---

Expand Down
2 changes: 1 addition & 1 deletion sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Sass
category: CSS
layout: 2017/sheet
tags: [Featured]
updated: 201708
updated: 20170826
weight: -5
---

Expand Down
2 changes: 1 addition & 1 deletion semver.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Semver
layout: 2017/sheet
updated: 201708
updated: 20170826
weight: -3
---

Expand Down
2 changes: 1 addition & 1 deletion sketch.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Sketch
category: Apps
layout: 2017/sheet
updated: 201708
updated: 20170826
---

Shortcuts
Expand Down
2 changes: 1 addition & 1 deletion tig.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Tig
category: Git
layout: 2017/sheet
updated: 201708.29
updated: 20170829
weight: -3
---

Expand Down
2 changes: 1 addition & 1 deletion vim.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Vim
category: Vim
layout: 2017/sheet
tags: [Featured]
updated: 201708
updated: 20170826
weight: -10
---

Expand Down
2 changes: 1 addition & 1 deletion vimscript.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Vim scripting
category: Vim
prism_languages: [vim]
layout: 2017/sheet
updated: 201708.30
updated: 20170830
weight: -10
---

Expand Down

0 comments on commit c934ae3

Please sign in to comment.