Cleanup: update timestamps

This commit is contained in:
Rico Sta. Cruz 2020-07-05 21:11:36 +10:00
parent 18ebcc9b2e
commit 6b43bf97da
17 changed files with 17 additions and 17 deletions

2
adb.md
View File

@ -5,7 +5,7 @@ layout: 2017/sheet
weight: -1 weight: -1
authors: authors:
- github: ZackNeyland - github: ZackNeyland
updated: 2018-03-07 updated: 2018-03-06
--- ---
### Device Basics ### Device Basics

View File

@ -2,7 +2,7 @@
title: Atom title: Atom
category: Apps category: Apps
layout: 2017/sheet layout: 2017/sheet
updated: 2020-07-03 updated: 2018-06-14
--- ---
## Shortcuts ## Shortcuts

View File

@ -3,7 +3,7 @@ title: Bash scripting
category: CLI category: CLI
layout: 2017/sheet layout: 2017/sheet
tags: [Featured] tags: [Featured]
updated: 2020-07-04 updated: 2020-07-05
keywords: keywords:
- Variables - Variables
- Functions - Functions

2
es6.md
View File

@ -3,7 +3,7 @@ title: ES2015+
category: JavaScript category: JavaScript
layout: 2017/sheet layout: 2017/sheet
tags: [Featured] tags: [Featured]
updated: 2020-07-02 updated: 2019-11-14
weight: -10 weight: -10
intro: | intro: |
A quick overview of new JavaScript features in ES2015, ES2016, ES2017, ES2018 and beyond. A quick overview of new JavaScript features in ES2015, ES2016, ES2017, ES2018 and beyond.

View File

@ -2,7 +2,7 @@
title: Flow title: Flow
layout: 2017/sheet layout: 2017/sheet
category: JavaScript libraries category: JavaScript libraries
updated: 2018-11-07 updated: 2020-07-05
weight: -3 weight: -3
tags: [Featurable] tags: [Featurable]
--- ---

View File

@ -2,7 +2,7 @@
title: Git log format string title: Git log format string
category: Git category: Git
layout: 2017/sheet layout: 2017/sheet
updated: 2018-11-07 updated: 2017-10-18
weight: -1 weight: -1
keywords: keywords:
- "git log --pretty=format:%H" - "git log --pretty=format:%H"

2
go.md
View File

@ -5,7 +5,7 @@ prism_languages: [go, bash]
weight: -3 weight: -3
tags: [Featured] tags: [Featured]
category: C-like category: C-like
updated: 2020-07-02 updated: 2020-06-21
--- ---
## Getting started ## Getting started

View File

@ -3,7 +3,7 @@ title: httpie
category: CLI category: CLI
layout: 2017/sheet layout: 2017/sheet
weight: -3 weight: -3
updated: 2018-11-16 updated: 2020-07-05
description: | description: |
$ http POST http://example.com name="John" Host:example.com — JSON, cookies, files, auth, and other httpie examples. $ http POST http://example.com name="John" Host:example.com — JSON, cookies, files, auth, and other httpie examples.
intro: | intro: |

View File

@ -2,7 +2,7 @@
title: Moment.js title: Moment.js
category: JavaScript libraries category: JavaScript libraries
layout: 2017/sheet layout: 2017/sheet
updated: 2020-02-12 updated: 2018-09-15
tags: [Featurable] tags: [Featurable]
--- ---

View File

@ -1,6 +1,6 @@
--- ---
title: MySQL title: MySQL
updated: 2020-03-09 updated: 2020-07-05
layout: 2017/sheet layout: 2017/sheet
category: Databases category: Databases
--- ---

View File

@ -1,7 +1,7 @@
--- ---
title: Polyfill.io title: Polyfill.io
category: JavaScript libraries category: JavaScript libraries
updated: 2020-07-02 updated: 2018-08-20
layout: 2017/sheet layout: 2017/sheet
intro: | intro: |
[Polyfill.io](https://polyfill.io) is a service that serves JavaScript polyfills. [Polyfill.io](https://polyfill.io) is a service that serves JavaScript polyfills.

View File

@ -4,7 +4,7 @@ category: React
layout: 2017/sheet layout: 2017/sheet
ads: true ads: true
tags: [Featured] tags: [Featured]
updated: 2020-07-04 updated: 2020-07-05
weight: -10 weight: -10
keywords: keywords:
- React.Component - React.Component

View File

@ -1,6 +1,6 @@
--- ---
title: RESTful API title: RESTful API
updated: 2020-06-06 updated: 2019-07-07
layout: 2017/sheet layout: 2017/sheet
category: API category: API
--- ---

View File

@ -2,7 +2,7 @@
title: Sketch title: Sketch
category: Apps category: Apps
layout: 2017/sheet layout: 2017/sheet
updated: 2018-02-20 updated: 2017-08-30
--- ---
## Shortcuts ## Shortcuts

2
vim.md
View File

@ -3,7 +3,7 @@ title: Vim
category: Vim category: Vim
layout: 2017/sheet layout: 2017/sheet
tags: [Featured] tags: [Featured]
updated: 2020-07-03 updated: 2020-07-05
weight: -10 weight: -10
intro: | intro: |
[Vim](http://www.vim.org/) is a very efficient text editor. This reference was made for Vim 8.0. [Vim](http://www.vim.org/) is a very efficient text editor. This reference was made for Vim 8.0.

View File

@ -3,7 +3,7 @@ title: Vim scripting
category: Vim category: Vim
prism_languages: [vim] prism_languages: [vim]
layout: 2017/sheet layout: 2017/sheet
updated: 2017-10-30 updated: 2020-07-05
weight: -10 weight: -10
tags: [Featurable] tags: [Featurable]
--- ---

View File

@ -2,7 +2,7 @@
title: Visual Studio Code title: Visual Studio Code
category: Apps category: Apps
layout: 2017/sheet layout: 2017/sheet
updated: 2018-02-12 updated: 2018-02-01
weight: -5 weight: -5
keywords: keywords:
- "⌘P: Show files" - "⌘P: Show files"