~xdavidwu/xdavidwu.link

ee25653d — Flohw 8 years ago
Translate index page title
aceb6cdd — Michael Rose 8 years ago
Merge branch 'release/3.1.6'
5385a842 — Michael Rose 8 years ago
Bump version to 3.1.6
188e0e89 — Michael Rose 8 years ago
Update dependencies
efb4d142 — Michael Rose 8 years ago
Merge branch 'release/3.1.5' into develop
7b7bafe3 — Michael Rose 8 years ago
Merge branch 'release/3.1.5'
ed2b2646 — Michael Rose 8 years ago
Update CHANGELOG for 3.1.5
95fc1b72 — Michael Rose 8 years ago
Merge branch 'feature/fix-www-author-profile' into develop
7b070cb3 — Michael Rose 8 years ago
Merge branch 'Issue-292-fix-www-in-links-to-social-media' of https://github.com/wilsonmar/minimal-mistakes into feature/fix-www-author-profile
0109c385 — Michael Rose 8 years ago
Merge branch 'release/3.1.4' into develop
9bfa6bbb — Michael Rose 8 years ago
Merge branch 'release/3.1.4'
2b77f751 — Michael Rose 8 years ago
Update changelog
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
f077ec43 — Tobie Langel 8 years ago
Add overlay_filter param to hero headers

The `overlay_filter` param lets you darken or otherwise filter the hero header picture to make the text content pop out more.

You can use it by specifying the opacity (between 0 and 1) of a black overlay like so:

```yaml
excerpt: "This post should display a **header with an overlay image**, if the theme supports it."
header:
  overlay_image: unsplash-image-1.jpg
  overlay_filter: 0.5 # same as adding an opacity of 0.5 to a black background
  caption: "Photo credit: [**Unsplash**](https://unsplash.com)"
  cta_label: "More Info"
  cta_url: "https://unsplash.com"
```

Or if you want to do more fancy things, go full rgba: 

```yaml
excerpt: "This post should display a **header with an overlay image**, if the theme supports it."
header:
  overlay_image: unsplash-image-1.jpg
  overlay_filter: rgba(255, 0, 0, 0.5)
  caption: "Photo credit: [**Unsplash**](https://unsplash.com)"
  cta_label: "More Info"
  cta_url: "https://unsplash.com"
```
cd795c44 — Wilson Mar 8 years ago
Update author-profile.html for issue 292

This changes some http to https and add www.
All to avoid extra redirect that slows display.
Link to YouTube also added.
c7c5d988 — Wilson Mar 8 years ago
Update author-profile.html
d584eb42 — Michael Rose 8 years ago
Merge branch 'release/3.1.3' into develop
b0e9c10e — Michael Rose 8 years ago
Merge branch 'release/3.1.3'
Next