~xdavidwu/xdavidwu.link

ref: 11358a12c763501d74f61e7e798cfbeceb3d7c35 xdavidwu.link/_layouts/home.html -rw-r--r-- 467 bytes
remove unnessessary div
fix cat, tags margin-top
48c887fc — Michael Rose 4 years ago
Fix grid `entries_layout` in home.html
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
15ec1af4 — iBug ♦ 5 years ago
Fix compatibility issue with paginate V2 introduced by mmistakes/minimal-mistakes#2378 (#2381)

9e43ed4b — Mohamed Akram 5 years ago
Allow using theme without pagination (#2378)

57d9898e — Mark Crossfield 6 years ago
Add `{{ content }}` to `home` layout (#1775)

* Add `{{ content }}` to `home` layout

Allow the author to add content which will appear above the list of
recent posts. This also allows the `home` layout to be extended.

Add text to index.html in tests to indicate that the content appears in
the correct spot.

* Add paragraph markup

Since this is a HTML file, proper paragraph markup is needed.
5b93fd77 — Michael Rose 8 years ago
Merge branch 'release/4.0.5' into develop
12fb35b7 — Michael Rose 8 years ago
Replace `base_path` with `absolute_url` filter
6c0144ff — Michael Rose 8 years ago
Merge branch 'release/4.0.4'

Conflicts:
	README.md
0625e157 — Michael Rose 8 years ago
Merge branch 'feature/theme-gem' into develop
4cad4206 — Michael Rose 8 years ago
Create home page layout with paginated recent posts
1cce75a3 — Michael Rose 8 years ago
Merge branch 'release/3.0.0'
b7bff6c8 — Michael Rose 9 years ago
Merge branch 'feature/improve-demos' into develop
427ed394 — Michael Rose 9 years ago
Use archive template for home page
- Remove home specific _layout
0a4c90e0 — Michael Rose 9 years ago
DRY up archives by using an include
68e85cc7 — Michael Rose 9 years ago
Merge branch 'feature/refactor-layouts' into develop
7139d61c — Michael Rose 9 years ago
Add basic schema structure
ddb78bf3 — Michael Rose 9 years ago
Rename classes for consistency
Next