Commit Graph

764 Commits

Author SHA1 Message Date
aceb6cdd7f Merge branch 'release/3.1.6' 2016-05-10 08:27:01 -04:00
5385a84205 Bump version to 3.1.6 2016-05-10 08:26:45 -04:00
188e0e8911 Update dependencies 2016-05-10 08:24:26 -04:00
efb4d14248 Merge branch 'release/3.1.5' into develop 2016-05-02 11:55:00 -04:00
7b7bafe3a4 Merge branch 'release/3.1.5' 2016-05-02 11:54:55 -04:00
ed2b26461d Update CHANGELOG for 3.1.5 2016-05-02 11:54:34 -04:00
95fc1b7259 Merge branch 'feature/fix-www-author-profile' into develop 2016-05-02 11:52:47 -04:00
7b070cb3ae Merge branch 'Issue-292-fix-www-in-links-to-social-media' of https://github.com/wilsonmar/minimal-mistakes into feature/fix-www-author-profile 2016-05-02 11:51:57 -04:00
0109c385d7 Merge branch 'release/3.1.4' into develop 2016-05-02 11:45:37 -04:00
9bfa6bbb84 Merge branch 'release/3.1.4' 2016-05-02 11:45:32 -04:00
2b77f7516c Update changelog 2016-05-02 11:45:01 -04:00
557fbfb059 Merge branch 'feature/overlay-filter' into develop 2016-05-02 11:42:03 -04:00
b59de95b62 Merge branch 'tobie-hero-filter' of https://github.com/tobie/minimal-mistakes into feature/overlay-filter 2016-05-02 11:40:47 -04:00
1edfcea306 Style fixes 2016-05-02 14:25:26 +02:00
f077ec4343 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"
```
2016-05-02 13:59:31 +02:00
cd795c44a2 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.
2016-04-28 09:28:51 -06:00
c7c5d9888f Update author-profile.html 2016-04-28 09:21:28 -06:00
d584eb42d2 Merge branch 'release/3.1.3' into develop 2016-04-27 10:58:11 -04:00
b0e9c10ecb Merge branch 'release/3.1.3' 2016-04-27 10:58:08 -04:00
0103da2e7d Update CHANGELOG notes to version 3.1.3 2016-04-27 10:57:47 -04:00
b33dc25323 Merge branch 'feature/artokai-patch-1' into develop 2016-04-27 10:44:09 -04:00
767539927f Merge branch 'patch-1' of https://github.com/artokai/minimal-mistakes into feature/artokai-patch-1 2016-04-27 10:43:32 -04:00
b459af2120 Fix SEO author bug
- If `twitter.username` is set and `author.twitter` is nil bad things happen.
- Close 
2016-04-27 10:19:00 -04:00
5c8506088c Allow author_profile to be toggled in a _layout (eg. archive-taxonomy.html)
- Close 
2016-04-27 10:15:42 -04:00
0259611085 Remove white space as it was causing issues with Markdown and parsing as code blocks
- Close 
2016-04-27 10:09:24 -04:00
d463b26a83 Fix "build:all" npm script
The script "build:all" was missing the "npm run" section for the "build:js" part.
2016-04-25 11:41:17 +03:00
5bba54da0b Fix site.og_image URL by appending /images/ the path
- Close 
2016-04-19 08:43:21 -04:00
157dcbbec6 Update README 2016-04-18 16:40:02 -04:00
2e67f66bdc Update README 2016-04-18 16:39:01 -04:00
0c5996c904 Merge branch 'release/3.1.2' into develop 2016-04-18 16:33:26 -04:00
7be5c973db Merge branch 'release/3.1.2' 2016-04-18 16:33:22 -04:00
3e33585340 Update CHANGELOG 2016-04-18 16:33:03 -04:00
3e0527fa78 Improve nav_list helper to be used with any type of navigation list defined in navigation.yml data file
- Close 
2016-04-18 16:22:53 -04:00
8cba6c6c41 Merge branch 'feature/related-posts-alignment' into develop 2016-04-18 16:18:28 -04:00
c3e28b3754 Decrease left/right page padding on small screens to give more space for content. 2016-04-18 16:18:12 -04:00
a8201afaae Fix related posts alignment
- Close 
2016-04-18 16:16:38 -04:00
0bf2d67635 Fix alignment of "Follow" button in author profile
- Close 
2016-04-18 16:13:53 -04:00
97af5d1c73 Merge branch 'hotfix/3.1.1' 2016-04-16 21:51:20 -04:00
1325e666ef Merge branch 'hotfix/3.1.1' into develop 2016-04-16 21:51:20 -04:00
dfdc2f0e62 Update CHANGELOG 2016-04-16 21:51:09 -04:00
6bf9981a4d Fix reading time bug
- Close 
2016-04-16 21:49:36 -04:00
ae9f65cafb Merge branch 'release/3.1.0'
Conflicts:
	CHANGELOG.md
2016-04-15 09:38:13 -04:00
7f4dd372b6 Update CHANGELOG notes 2016-04-15 09:36:30 -04:00
712487d243 Add theme preview image 2016-04-15 09:32:00 -04:00
208f4f36db Merge branch 'feature/add-footer-links' into develop 2016-04-15 09:19:04 -04:00
3c15a37c0f Fix typo in Bitbucket URL 2016-04-15 09:18:42 -04:00
43f49dbd47 Add GitHub and Bitbucket optional links to footer 2016-04-15 09:18:31 -04:00
378916f6c5 Update Font Awesome to version 4.6.1 2016-04-15 09:11:51 -04:00
45fc070d63 Bump version to 3.0.3 2016-04-14 22:48:38 -04:00
af501b3047 Bump version to 3.0.3 2016-04-14 22:48:25 -04:00