Skip to content

Commit a91e461

Browse files
committed
workaround for twtb lists
Signed-off-by: Jin Mingjian <jin.phd@gmail.com>
1 parent 3e9cfcc commit a91e461

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

_config.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,22 @@ keywords:
1212
- query
1313
- compiler
1414
- performance
15-
- scaleup
15+
- analytics
16+
- warehouse
17+
- database
18+
- OLAP
19+
- AP
20+
- rust
21+
- jit
22+
- engineering
23+
- modern
24+
- high-performance
25+
- data-analysis
26+
- data-warehouse
27+
- rust-lang
28+
- scale-up
29+
- scale-out
30+
- data-infrastructure
1631

1732
highlighter: rouge
1833
baseurl:

tw/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
<div class="col-md-9 offset-md-3">
66

77
<div class="text-center">
8-
{% for post in site.thisweek limit:10 %}
9-
<p><a href="{{ site.baseurl}}{{ post.url }}">{{ post.title }}, {{ post.date | date: "%B %-d, %Y" }}</a>
8+
{% assign items = site.thisweek | sort: 'date' %}
9+
{% for item in items limit:10 %}
10+
<p><a href="{{ site.baseurl}}{{ item.url }}">{{ item.title }}, {{ item.date | date: "%B %-d, %Y" }}</a>
1011
</p>
1112
{% endfor %}
1213
</div>

0 commit comments

Comments
 (0)