~xdavidwu/xdavidwu.link

ref: 11358a12c763501d74f61e7e798cfbeceb3d7c35 xdavidwu.link/_sass/minimal-mistakes/_archive.scss -rw-r--r-- 7.3 KiB
fix a style
sass cleanup
fix cat, tags margin-top
archive: title tweaks
smaller footer
3dab009e — xdavidwu 6 years ago
archive__item-title: remove 'a' underline
d530a92c — Michael Rose 4 years ago
Refactor page meta (#2641)

* Rename include

* Add grid view test pages

* Rename `.post__meta-sep` and use CSS to add line break

* Improve collection grid archive

* Improve page grid archive

* Enable `grid`

* Don't show date icon if there is no `date` value

* Add blank line at EOF

* Add space

* Wrap date and reading time in named `span` elements
cdc1789f — Michael Rose 4 years ago
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
1fd71b36 — Juan Ara 4 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
64efa0d7 — iBug ♦ 5 years ago
Make feature row live well with TOC, fix #2327 (#2329)

f5d628b2 — Michael Rose 5 years ago
Fix overlapping links in post link type

Close #2222
97d84f0a — Michael Rose 5 years ago
Fix permalink stacking order
afa7771e — Michael Rose 5 years ago
Reset positioning of `rel="permalink"` anchors
4b3dd882 — Michael Rose 6 years ago
Fix Algolia search link positioning (#1904)

* Add link for testing purposes
* Fix excerpt link positioning in Algolia search results
* Fix Algolia search input color
* Update CHANGELOG and history

Fixes #1903
c4f56f9c — Michael Rose 6 years ago
Make entire archive/feature item "clickable" (#1864)

* Make entire feature item "clickable"

Use a pseudo element on the call to action button to cover the entire feature item and make it "clickable".

* Make entire archive item "clickable"

Use a pseudo element on the `<a>` element to cover the entire archive item and make it "clickable".

* Update CHANGELOG and history

* Reference issue
cca606e9 — Michael Rose 6 years ago
Adjust feature row spacing and font-sizes
58efae78 — Michael Rose 6 years ago
Style archive links with appropriate link color
a5868be6 — Michael Rose 6 years ago
Improve side navigation spacing in relation to masthead
32163e3b — Michael Rose 6 years ago
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
Next