Cleanup: update timestamps
This commit is contained in:
parent
18ebcc9b2e
commit
6b43bf97da
2
adb.md
2
adb.md
|
@ -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
|
||||||
|
|
2
atom.md
2
atom.md
|
@ -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
|
||||||
|
|
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: 2020-07-04
|
updated: 2020-07-05
|
||||||
keywords:
|
keywords:
|
||||||
- Variables
|
- Variables
|
||||||
- Functions
|
- Functions
|
||||||
|
|
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: 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.
|
||||||
|
|
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: 2018-11-07
|
updated: 2020-07-05
|
||||||
weight: -3
|
weight: -3
|
||||||
tags: [Featurable]
|
tags: [Featurable]
|
||||||
---
|
---
|
||||||
|
|
|
@ -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
2
go.md
|
@ -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
|
||||||
|
|
|
@ -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: |
|
||||||
|
|
|
@ -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]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
2
mysql.md
2
mysql.md
|
@ -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
|
||||||
---
|
---
|
||||||
|
|
|
@ -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.
|
||||||
|
|
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: 2020-07-04
|
updated: 2020-07-05
|
||||||
weight: -10
|
weight: -10
|
||||||
keywords:
|
keywords:
|
||||||
- React.Component
|
- React.Component
|
||||||
|
|
|
@ -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
|
||||||
---
|
---
|
||||||
|
|
|
@ -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
2
vim.md
|
@ -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.
|
||||||
|
|
|
@ -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]
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue