Update featured list
This commit is contained in:
parent
19d0991d40
commit
e75c43743f
|
@ -2,7 +2,6 @@
|
||||||
title: CSS antialiasing
|
title: CSS antialiasing
|
||||||
category: CSS
|
category: CSS
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
tags: [Featured]
|
|
||||||
updated: 2017-08-26
|
updated: 2017-08-26
|
||||||
intro: |
|
intro: |
|
||||||
Here's a 4-line snippet on how to get beautiful, antialiased text with CSS.
|
Here's a 4-line snippet on how to get beautiful, antialiased text with CSS.
|
||||||
|
|
|
@ -3,6 +3,7 @@ title: Enzyme
|
||||||
category: React
|
category: React
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
updated: 2017-10-12
|
updated: 2017-10-12
|
||||||
|
tags: [Featured]
|
||||||
weight: -1
|
weight: -1
|
||||||
intro: |
|
intro: |
|
||||||
[Enzyme](http://airbnb.io/enzyme) lets you write unit tests for React components. This guide covers Enzyme 3.x.
|
[Enzyme](http://airbnb.io/enzyme) lets you write unit tests for React components. This guide covers Enzyme 3.x.
|
||||||
|
|
1
go.md
1
go.md
|
@ -3,6 +3,7 @@ title: Go
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
prism_languages: [go, bash]
|
prism_languages: [go, bash]
|
||||||
weight: -3
|
weight: -3
|
||||||
|
tags: [Featured]
|
||||||
updated: 2017-09-15
|
updated: 2017-09-15
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
title: Jekyll
|
title: Jekyll
|
||||||
jekyll_escape: true
|
jekyll_escape: true
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
tags: [Featured]
|
|
||||||
prism_languages: [bash, yaml, ruby]
|
prism_languages: [bash, yaml, ruby]
|
||||||
category: Jekyll
|
category: Jekyll
|
||||||
updated: 2017-09-01
|
updated: 2017-09-01
|
||||||
|
|
Loading…
Reference in New Issue