~xdavidwu/xdavidwu.link

41522c0f — iBug ♦ 3 years ago
Change "fa" to "fas" for Font Awesome 5 (#2649)

* main.js: fa -> fas for FA 5

* Update CHANGELOG and history
c369ba0c — Michael Rose 3 years ago
Update CHANGELOG and history
eee36b50 — Michael Rose 3 years ago
Fix `entries_layout: grid`
Close #2639
c2cf7fbd — Michael Rose 3 years ago
Release 4.20.1 💎
48c887fc — Michael Rose 3 years ago
Fix grid `entries_layout` in home.html
da7aeda5 — Michael Rose 3 years ago
Release 4.20.0 💎
809f82d2 — Michael Rose 3 years ago
Update CHANGELOG and history
57b957cb — Lim Jing Heng 3 years ago
Show date of posts (#2526)

* add date to read-time.html

* add option for show_date, dynamic icon style

* change read-time to post__meta

* cleanup post__metal.html

* cleanup post__meta include variables

* put date before read time

* remove space in include variable

* allow customisation of post__meta separator

* add some documentation

* oops fix typo derp

* add post date image

* change page meta separator customisation to CSS
be1c6f8f — Michael Rose 3 years ago
Update CHANGELOG and history
0ffe61aa — Andrey Kartashov 3 years ago
remove hidden posts from `/posts` (#2625)

5cbb0e13 — iBug ♦ 3 years ago
Update documentation for #2621 (#2624)

* Update documentation for #2621

* Update CHANGELOG and history

* Update last_modified_at
abcb61db — iBug ♦ 3 years ago
Update UI text for zh-CN and zh-TW (#2626)

* Update UI text for zh-CN and zh-TW

* Update CHANGELOG and history

Not touching last_modified_at this time - it's messy enough
cdc1789f — Michael Rose 3 years ago
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
86ac6f4c — Michael Rose 3 years ago
Update CHANGELOG and history
1fd71b36 — Juan Ara 3 years ago
Configure entries layout `list` or `grid` (#2616)

* Configure entries layout `list` or `grid`

This allows to use grid layout on `page.entries_layout` on the home layout.

Included a break since when using grid the post images are too close to the horizontal line bellow `posts` text.

There's a entries div now surrounding the posts since the first row of the grid was having a slight padding on the left. The home now behaves like posts/categories/tags pages with grid but including the paginator.

For best results on desktop use `classes: wide` and `paginate: 4` on `_config.yml` (or multiples of 4 if you want more rows)

* Fix indent

* Archive subtitle leaves space on the bottom

* Now space is added through style
22b1050a — iBug ♦ 3 years ago
Use layout: none instead of null (#2617)

* Use layout: none instead of null

* Update CHANGELOG and history
3a6c7150 — Michael Rose 3 years ago
Update CHANGELOG and history
4e14c70f — 谭九鼎 3 years ago
Update zh-cn (#2576)

* Update zh-cn
* Update ui-text.yml
1b438f79 — Michael Rose 3 years ago
Update CHANGELOG and history
a8e9cf58 — dianlujitao 3 years ago
Fix link for author name (#2575)

Missed from f68b54e53f9973047d80c1d4fc418f89f6a8689c
Next