File tree Expand file tree Collapse file tree 4 files changed +22
-1
lines changed
2016-04-16---everything-i-did-to-make-this-site-accessible
2016-04-30---everything-i-did-to-make-this-site-fast-part-1 Expand file tree Collapse file tree 4 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,13 @@ layout: layouts/base
66
77Rhymes with scratch.
88
9- _ I'm rebuilding and redesigning this website in the open. [ Follow along if you wish] ( https://github.com/kylegach/kylegach.com ) ._
9+ _ I'm rebuilding and redesigning this website in the open. [ Follow along if you wish] ( https://github.com/kylegach/kylegach.com ) ._
10+
11+ Here are the related posts to that effort:
12+
13+ {% if collections.v2.length %}
14+ {% assign items = collections.v2 | reverse %}
15+ {% for item in items %}
16+ 1 . [ {{ item.data.title }}] ({{ item.url }}) ({{ item.date | date: '%Y-%m-%d' }})
17+ {% endfor %}
18+ {% endif %}
Original file line number Diff line number Diff line change 22title : Of the Web
33permalink : /writing/of-the-web/
44date : 2016-04-12T14:01:34Z
5+ tags :
6+ - dev
7+ - site
8+ - v1
59layout : layouts/base
610---
711
Original file line number Diff line number Diff line change 22title : Everything I Did to Make This Site Accessible
33permalink : /writing/everything-i-did-to-make-this-site-accessible/
44date : 2016-04-16T04:54:54Z
5+ tags :
6+ - dev
7+ - site
8+ - v1
59layout : layouts/base
610---
711
Original file line number Diff line number Diff line change 22title : Everything I Did to Make This Site Fast, Part 1
33permalink : /writing/everything-i-did-to-make-this-site-fast-part-1/
44date : 2016-04-30T22:08:10Z
5+ tags :
6+ - dev
7+ - site
8+ - v1
59layout : layouts/base
610---
711
You can’t perform that action at this time.
0 commit comments