~xdavidwu/xdavidwu.link

ref: 914e391357ededb48ce4420cd3ebfd217db85ebb xdavidwu.link/_includes/page__hero.html -rw-r--r-- 3.0 KiB
8481dd43 — Michael Rose 7 years ago
Replace `absolute_url` with `relative_url`

Where it makes sense replace asset paths and navigation related paths with `relative_url` filter.

Leave SEO related `<head>` elements and social sharing links as `absolute_url`.

Fixes #1588
7700c5d7 — Michael Rose 7 years ago
Upgrade Font Awesome to version 5 (#1446)

Upgrade Font Awesome to version 5 (SVG with JavaScript)

Close #1396
07f192ea — Darren Hart 7 years ago
v2: Introduce show_overlay_excerpt and document  (#1436)

Make excerpts optional in header overlay

Some posts and some header images don't lend themselves well to
displaying the excerpt in the overlay. Make this optional by
introducting a new boolean variable:

`page.header.show_overlay_excerpt`

Set it to implicitly default to `true` so existing users are unaffected by
testing explicitly for "!= false".

This can be enabled globally for a site by changing the default to `false`
in the local _config.yml, or per page by specifying the value in front
matter.

Document show_overlay_excerpt variable

* Add show_overlay_excerpt variable to the Header Overlay field documentation table.

Close #1429 
212f643c — Michael Rose 7 years ago
DRY up handling of `image_description` for alternative text
d6ca6d9f — austinseraphin 7 years ago
Header alt tags (#1138)

* Added support for an alt tag for the header image

This allows using page.header.image_description as the alt tag. It
will still default to site.title if unset.

* Added documentation
613f7bee — Michael Rose 8 years ago
Merge branch 'release/4.2.1'
c7d61ec6 — Maik Schmidt 8 years ago
Pagination now works for index.html files in subfolders. Links to next page consider baseurl now. (#764)

* Links to next page consider baseurl now.

* paginate_show_page_num controls whether page number gets output.
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
254b40b8 — Michael Rose 8 years ago
Remove `prepend: "/"` from includes and add to image path's instead
d2685441 — Michael Rose 8 years ago
Replace base_path with `absolute_url` filter where possible
abab7666 — Michael Rose 8 years ago
Allow images to be placed in other folders
- Remove `images/` only restriction and encourage placement in `assets/images/` instead
48873edc — Michael Rose 8 years ago
Merge branch 'release/3.3.5'
e7e66519 — Michael Rose 8 years ago
Add `en` default text to `site.locale` strings
- Close #407
aecbd356 — Michael Rose 8 years ago
Merge branch 'release/3.2.3'
0b57806f — Michael Rose 8 years ago
Replace contains "http" with contains "://"
9bfa6bbb — Michael Rose 8 years ago
Merge branch 'release/3.1.4'
557fbfb0 — Michael Rose 8 years ago
Merge branch 'feature/overlay-filter' into develop
b59de95b — Michael Rose 8 years ago
Merge branch 'tobie-hero-filter' of https://github.com/tobie/minimal-mistakes into feature/overlay-filter
1edfcea3 — Tobie Langel 8 years ago
Style fixes
Next