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
|
||||
authors:
|
||||
- github: ZackNeyland
|
||||
updated: 2018-03-07
|
||||
updated: 2018-03-06
|
||||
---
|
||||
|
||||
### Device Basics
|
||||
|
|
2
atom.md
2
atom.md
|
@ -2,7 +2,7 @@
|
|||
title: Atom
|
||||
category: Apps
|
||||
layout: 2017/sheet
|
||||
updated: 2020-07-03
|
||||
updated: 2018-06-14
|
||||
---
|
||||
|
||||
## Shortcuts
|
||||
|
|
2
bash.md
2
bash.md
|
@ -3,7 +3,7 @@ title: Bash scripting
|
|||
category: CLI
|
||||
layout: 2017/sheet
|
||||
tags: [Featured]
|
||||
updated: 2020-07-04
|
||||
updated: 2020-07-05
|
||||
keywords:
|
||||
- Variables
|
||||
- Functions
|
||||
|
|
2
es6.md
2
es6.md
|
@ -3,7 +3,7 @@ title: ES2015+
|
|||
category: JavaScript
|
||||
layout: 2017/sheet
|
||||
tags: [Featured]
|
||||
updated: 2020-07-02
|
||||
updated: 2019-11-14
|
||||
weight: -10
|
||||
intro: |
|
||||
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
|
||||
layout: 2017/sheet
|
||||
category: JavaScript libraries
|
||||
updated: 2018-11-07
|
||||
updated: 2020-07-05
|
||||
weight: -3
|
||||
tags: [Featurable]
|
||||
---
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: Git log format string
|
||||
category: Git
|
||||
layout: 2017/sheet
|
||||
updated: 2018-11-07
|
||||
updated: 2017-10-18
|
||||
weight: -1
|
||||
keywords:
|
||||
- "git log --pretty=format:%H"
|
||||
|
|
2
go.md
2
go.md
|
@ -5,7 +5,7 @@ prism_languages: [go, bash]
|
|||
weight: -3
|
||||
tags: [Featured]
|
||||
category: C-like
|
||||
updated: 2020-07-02
|
||||
updated: 2020-06-21
|
||||
---
|
||||
|
||||
## Getting started
|
||||
|
|
|
@ -3,7 +3,7 @@ title: httpie
|
|||
category: CLI
|
||||
layout: 2017/sheet
|
||||
weight: -3
|
||||
updated: 2018-11-16
|
||||
updated: 2020-07-05
|
||||
description: |
|
||||
$ http POST http://example.com name="John" Host:example.com — JSON, cookies, files, auth, and other httpie examples.
|
||||
intro: |
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: Moment.js
|
||||
category: JavaScript libraries
|
||||
layout: 2017/sheet
|
||||
updated: 2020-02-12
|
||||
updated: 2018-09-15
|
||||
tags: [Featurable]
|
||||
---
|
||||
|
||||
|
|
2
mysql.md
2
mysql.md
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: MySQL
|
||||
updated: 2020-03-09
|
||||
updated: 2020-07-05
|
||||
layout: 2017/sheet
|
||||
category: Databases
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Polyfill.io
|
||||
category: JavaScript libraries
|
||||
updated: 2020-07-02
|
||||
updated: 2018-08-20
|
||||
layout: 2017/sheet
|
||||
intro: |
|
||||
[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
|
||||
ads: true
|
||||
tags: [Featured]
|
||||
updated: 2020-07-04
|
||||
updated: 2020-07-05
|
||||
weight: -10
|
||||
keywords:
|
||||
- React.Component
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: RESTful API
|
||||
updated: 2020-06-06
|
||||
updated: 2019-07-07
|
||||
layout: 2017/sheet
|
||||
category: API
|
||||
---
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: Sketch
|
||||
category: Apps
|
||||
layout: 2017/sheet
|
||||
updated: 2018-02-20
|
||||
updated: 2017-08-30
|
||||
---
|
||||
|
||||
## Shortcuts
|
||||
|
|
2
vim.md
2
vim.md
|
@ -3,7 +3,7 @@ title: Vim
|
|||
category: Vim
|
||||
layout: 2017/sheet
|
||||
tags: [Featured]
|
||||
updated: 2020-07-03
|
||||
updated: 2020-07-05
|
||||
weight: -10
|
||||
intro: |
|
||||
[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
|
||||
prism_languages: [vim]
|
||||
layout: 2017/sheet
|
||||
updated: 2017-10-30
|
||||
updated: 2020-07-05
|
||||
weight: -10
|
||||
tags: [Featurable]
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue