Michael Rose
8e5d47d82f
Update CHANGELOG
2016-05-16 09:56:47 -04:00
Michael Rose
86d08455e8
Remove duplicate fa-twitter and fa-twitter-square classes from _utilities.scss
...
- Fixes #302
2016-05-16 09:48:16 -04:00
Michael Rose
55efbd1782
Make page.title conditional in <h1>
...
- Fix #312
2016-05-16 09:42:16 -04:00
Michael Rose
6a3d24dac9
Merge branch 'release/3.1.7' into develop
2016-05-13 10:43:07 -04:00
Michael Rose
22a232365a
Update CHANGELOG
2016-05-13 10:42:47 -04:00
Michael Rose
c1a37c72c9
Merge branch 'feature/translate-recent-posts-title' into develop
2016-05-13 10:40:01 -04:00
Michael Rose
ab2f7043b1
Merge branch 'master' of https://github.com/flohw/minimal-mistakes into feature/translate-recent-posts-title
2016-05-13 10:38:29 -04:00
Michael Rose
500ed4453f
Merge branch 'feature/underline-fix' into develop
2016-05-13 10:37:41 -04:00
Michael Rose
cfc32ac5e5
Merge branch 'fix-ws' of https://github.com/tobie/minimal-mistakes into feature/underline-fix
2016-05-13 10:33:47 -04:00
Flohw
ee25653da2
Translate index page title
2016-05-13 07:24:06 +02:00
Michael Rose
d80c24629f
Merge branch 'release/3.1.6' into develop
2016-05-10 08:27:04 -04:00
Michael Rose
aceb6cdd7f
Merge branch 'release/3.1.6'
2016-05-10 08:27:01 -04:00
Michael Rose
5385a84205
Bump version to 3.1.6
2016-05-10 08:26:45 -04:00
Michael Rose
188e0e8911
Update dependencies
2016-05-10 08:24:26 -04:00
Tobie Langel
9582a1b117
Fix whitespace issue using CSS.
2016-05-05 23:43:04 +02:00
Michael Rose
efb4d14248
Merge branch 'release/3.1.5' into develop
2016-05-02 11:55:00 -04:00
Michael Rose
7b7bafe3a4
Merge branch 'release/3.1.5'
2016-05-02 11:54:55 -04:00
Michael Rose
ed2b26461d
Update CHANGELOG for 3.1.5
2016-05-02 11:54:34 -04:00
Michael Rose
95fc1b7259
Merge branch 'feature/fix-www-author-profile' into develop
2016-05-02 11:52:47 -04:00
Michael Rose
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
Michael Rose
0109c385d7
Merge branch 'release/3.1.4' into develop
2016-05-02 11:45:37 -04:00
Michael Rose
9bfa6bbb84
Merge branch 'release/3.1.4'
2016-05-02 11:45:32 -04:00
Michael Rose
2b77f7516c
Update changelog
2016-05-02 11:45:01 -04:00
Michael Rose
557fbfb059
Merge branch 'feature/overlay-filter' into develop
2016-05-02 11:42:03 -04:00
Michael Rose
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
Tobie Langel
1edfcea306
Style fixes
2016-05-02 14:25:26 +02:00
Tobie Langel
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
Wilson Mar
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
Wilson Mar
c7c5d9888f
Update author-profile.html
2016-04-28 09:21:28 -06:00
Michael Rose
d584eb42d2
Merge branch 'release/3.1.3' into develop
2016-04-27 10:58:11 -04:00
Michael Rose
b0e9c10ecb
Merge branch 'release/3.1.3'
2016-04-27 10:58:08 -04:00
Michael Rose
0103da2e7d
Update CHANGELOG notes to version 3.1.3
2016-04-27 10:57:47 -04:00
Michael Rose
b33dc25323
Merge branch 'feature/artokai-patch-1' into develop
2016-04-27 10:44:09 -04:00
Michael Rose
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
Michael Rose
b459af2120
Fix SEO author bug
...
- If `twitter.username` is set and `author.twitter` is nil bad things happen.
- Close #289
2016-04-27 10:19:00 -04:00
Michael Rose
5c8506088c
Allow author_profile
to be toggled in a _layout (eg. archive-taxonomy.html)
...
- Close #285
2016-04-27 10:15:42 -04:00
Michael Rose
0259611085
Remove white space as it was causing issues with Markdown and parsing as code blocks
...
- Close #279
2016-04-27 10:09:24 -04:00
Arto Kaitosaari
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
Michael Rose
5bba54da0b
Fix site.og_image URL by appending /images/ the path
...
- Close #277
2016-04-19 08:43:21 -04:00
Michael Rose
157dcbbec6
Update README
2016-04-18 16:40:02 -04:00
Michael Rose
2e67f66bdc
Update README
2016-04-18 16:39:01 -04:00
Michael Rose
0c5996c904
Merge branch 'release/3.1.2' into develop
2016-04-18 16:33:26 -04:00
Michael Rose
7be5c973db
Merge branch 'release/3.1.2'
2016-04-18 16:33:22 -04:00
Michael Rose
3e33585340
Update CHANGELOG
2016-04-18 16:33:03 -04:00
Michael Rose
3e0527fa78
Improve nav_list helper to be used with any type of navigation list defined in navigation.yml data file
...
- Close #272
2016-04-18 16:22:53 -04:00
Michael Rose
8cba6c6c41
Merge branch 'feature/related-posts-alignment' into develop
2016-04-18 16:18:28 -04:00
Michael Rose
c3e28b3754
Decrease left/right page padding on small screens to give more space for content.
2016-04-18 16:18:12 -04:00
Michael Rose
a8201afaae
Fix related posts alignment
...
- Close #273
2016-04-18 16:16:38 -04:00
Michael Rose
0bf2d67635
Fix alignment of "Follow" button in author profile
...
- Close #274
2016-04-18 16:13:53 -04:00
Michael Rose
97af5d1c73
Merge branch 'hotfix/3.1.1'
2016-04-16 21:51:20 -04:00