File tree Expand file tree Collapse file tree 15 files changed +264
-0
lines changed Expand file tree Collapse file tree 15 files changed +264
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ permalink : /2021/09/28/
3+ ---
4+ {% for post in site.posts %}
5+ {% assign currentdate = post.date | date: "%Y %m %d" %}
6+ {% assign friendlydate = post.date | date: "[ %B] ( .. ) [ %d] ( . ) [ %Y] ( ../.. ) " %}
7+ {% if currentdate != "2021 09 28" %}
8+ {% continue %}
9+ {% endif %}
10+ {% if currentdate != date %}
11+ ## {{friendlydate}}
12+ {% assign date = currentdate %}
13+ {% endif %}
14+ * [ {{ post.title }} ] ( {{ post.url }} )
15+ {% endfor %}
Original file line number Diff line number Diff line change 1+ ---
2+ permalink : /2021/09/
3+ ---
4+ {% assign currentYearMonth = "2021 09" %}
5+ {% for post in site.posts %}
6+ {% assign postYear = post.date | date: "%Y" %}
7+ {% assign postYearMonth = post.date | date: "%B [ %Y] ( .. ) " %}
8+ {% assign postYM = post.date | date: "%Y %m" %}
9+ {% if postYM != currentYearMonth %}
10+ {% continue %}
11+ {% endif %}
12+ {% if hasDisplayedYearMonth != postYearMonth %}
13+ ## {{postYearMonth}}
14+ {% endif %}
15+ {% assign hasDisplayedYearMonth = postYearMonth %}
16+ * [ {{ post.title }} ] ( {{ post.url }} )
17+ {% endfor %}
Original file line number Diff line number Diff line change 1+ ---
2+ permalink : /2021/10/13/
3+ ---
4+ {% for post in site.posts %}
5+ {% assign currentdate = post.date | date: "%Y %m %d" %}
6+ {% assign friendlydate = post.date | date: "[ %B] ( .. ) [ %d] ( . ) [ %Y] ( ../.. ) " %}
7+ {% if currentdate != "2021 10 13" %}
8+ {% continue %}
9+ {% endif %}
10+ {% if currentdate != date %}
11+ ## {{friendlydate}}
12+ {% assign date = currentdate %}
13+ {% endif %}
14+ * [ {{ post.title }} ] ( {{ post.url }} )
15+ {% endfor %}
Original file line number Diff line number Diff line change 1+ ---
2+ permalink : /2021/10/
3+ ---
4+ {% assign currentYearMonth = "2021 10" %}
5+ {% for post in site.posts %}
6+ {% assign postYear = post.date | date: "%Y" %}
7+ {% assign postYearMonth = post.date | date: "%B [ %Y] ( .. ) " %}
8+ {% assign postYM = post.date | date: "%Y %m" %}
9+ {% if postYM != currentYearMonth %}
10+ {% continue %}
11+ {% endif %}
12+ {% if hasDisplayedYearMonth != postYearMonth %}
13+ ## {{postYearMonth}}
14+ {% endif %}
15+ {% assign hasDisplayedYearMonth = postYearMonth %}
16+ * [ {{ post.title }} ] ( {{ post.url }} )
17+ {% endfor %}
Original file line number Diff line number Diff line change 1+ ---
2+ permalink : /2021/11/07/
3+ ---
4+ {% for post in site.posts %}
5+ {% assign currentdate = post.date | date: "%Y %m %d" %}
6+ {% assign friendlydate = post.date | date: "[ %B] ( .. ) [ %d] ( . ) [ %Y] ( ../.. ) " %}
7+ {% if currentdate != "2021 11 07" %}
8+ {% continue %}
9+ {% endif %}
10+ {% if currentdate != date %}
11+ ## {{friendlydate}}
12+ {% assign date = currentdate %}
13+ {% endif %}
14+ * [ {{ post.title }} ] ( {{ post.url }} )
15+ {% endfor %}
Original file line number Diff line number Diff line change 1+ ---
2+ permalink : /2021/11/
3+ ---
4+ {% assign currentYearMonth = "2021 11" %}
5+ {% for post in site.posts %}
6+ {% assign postYear = post.date | date: "%Y" %}
7+ {% assign postYearMonth = post.date | date: "%B [ %Y] ( .. ) " %}
8+ {% assign postYM = post.date | date: "%Y %m" %}
9+ {% if postYM != currentYearMonth %}
10+ {% continue %}
11+ {% endif %}
12+ {% if hasDisplayedYearMonth != postYearMonth %}
13+ ## {{postYearMonth}}
14+ {% endif %}
15+ {% assign hasDisplayedYearMonth = postYearMonth %}
16+ * [ {{ post.title }} ] ( {{ post.url }} )
17+ {% endfor %}
Original file line number Diff line number Diff line change 1+ ---
2+ permalink : /2021/12/01/
3+ ---
4+ {% for post in site.posts %}
5+ {% assign currentdate = post.date | date: "%Y %m %d" %}
6+ {% assign friendlydate = post.date | date: "[ %B] ( .. ) [ %d] ( . ) [ %Y] ( ../.. ) " %}
7+ {% if currentdate != "2021 12 01" %}
8+ {% continue %}
9+ {% endif %}
10+ {% if currentdate != date %}
11+ ## {{friendlydate}}
12+ {% assign date = currentdate %}
13+ {% endif %}
14+ * [ {{ post.title }} ] ( {{ post.url }} )
15+ {% endfor %}
Original file line number Diff line number Diff line change 1+ ---
2+ permalink : /2021/12/
3+ ---
4+ {% assign currentYearMonth = "2021 12" %}
5+ {% for post in site.posts %}
6+ {% assign postYear = post.date | date: "%Y" %}
7+ {% assign postYearMonth = post.date | date: "%B [ %Y] ( .. ) " %}
8+ {% assign postYM = post.date | date: "%Y %m" %}
9+ {% if postYM != currentYearMonth %}
10+ {% continue %}
11+ {% endif %}
12+ {% if hasDisplayedYearMonth != postYearMonth %}
13+ ## {{postYearMonth}}
14+ {% endif %}
15+ {% assign hasDisplayedYearMonth = postYearMonth %}
16+ * [ {{ post.title }} ] ( {{ post.url }} )
17+ {% endfor %}
Original file line number Diff line number Diff line change 1+ ---
2+ permalink : /2021/
3+ ---
4+ {% assign currentYear = "2021" %}
5+ {% for post in site.posts %}
6+ {% assign postYear = post.date | date: "%Y" %}
7+ {% assign postYearMonth = post.date | date: "[ %B] ( %m ) %Y" %}
8+ {% if postYear != currentYear %}
9+ {% continue %}
10+ {% endif %}
11+ {% if hasDisplayedYear != postYear %}
12+ ## [ {{postYear}}] ( . )
13+ {% endif %}
14+ {% assign hasDisplayedYear = postYear %}
15+ {% if hasDisplayedYearMonth != postYearMonth %}
16+ ### {{postYearMonth}}
17+ {% endif %}
18+ {% assign hasDisplayedYearMonth = postYearMonth %}
19+ * [ {{ post.title }} ] ( {{ post.url }} )
20+ {% endfor %}
Original file line number Diff line number Diff line change 1+ ---
2+ permalink : /2022/06/07/
3+ ---
4+ {% for post in site.posts %}
5+ {% assign currentdate = post.date | date: "%Y %m %d" %}
6+ {% assign friendlydate = post.date | date: "[ %B] ( .. ) [ %d] ( . ) [ %Y] ( ../.. ) " %}
7+ {% if currentdate != "2022 06 07" %}
8+ {% continue %}
9+ {% endif %}
10+ {% if currentdate != date %}
11+ ## {{friendlydate}}
12+ {% assign date = currentdate %}
13+ {% endif %}
14+ * [ {{ post.title }} ] ( {{ post.url }} )
15+ {% endfor %}
You can’t perform that action at this time.
0 commit comments