Michael Rose
9abaed22e3
Make page.title conditional in <h1>
...
- Fix #312
2016-05-16 09:43:44 -04:00
Michael Rose
1448a4c8f3
Update history and bump version to 3.1.7
2016-05-13 10:46:59 -04:00
Michael Rose
e5525a03d9
Update CHANGELOG
2016-05-13 10:44:41 -04:00
Tobie Langel
b780c49ecf
Fix whitespace issue using CSS.
2016-05-13 10:44:32 -04:00
Michael Rose
d3016d8795
Add translation key for "Recent Posts"
2016-05-13 10:44:17 -04:00
Michael Rose
4645188203
Update history and bump version to 3.1.6
2016-05-10 08:29:58 -04:00
Michael Rose
12dda404d5
Bump version to 3.1.6
2016-05-10 08:27:33 -04:00
Michael Rose
62f7c0d755
Update dependencies
2016-05-10 08:27:23 -04:00
Michael Rose
9e108ed160
Center Google AdSense and remove border
2016-05-06 15:09:40 -04:00
Michael Rose
2d2a6108b9
Update history and bump version to 3.1.5
2016-05-02 12:03:58 -04:00
Michael Rose
e9ac91bea4
Update CHANGELOG for 3.1.5
2016-05-02 11:56:34 -04:00
Michael Rose
ea1e35bb51
Update changelog
2016-05-02 11:56:23 -04:00
Wilson Mar
a0f5c69451
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-05-02 11:56:07 -04:00
Wilson Mar
0f655664ef
Update author-profile.html
2016-05-02 11:55:57 -04:00
Michael Rose
015c615c51
Document overlay_filter and include samples in post
2016-05-02 11:47:53 -04:00
Tobie Langel
bf4587f3ff
Style fixes
2016-05-02 11:47:12 -04:00
Tobie Langel
ebffb4c3c4
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 11:47:01 -04:00
Michael Rose
325e98bbbf
Fix download URL
2016-04-28 11:13:08 -04:00
Michael Rose
8cd62f2d05
Merge pull request #291 from ipears/patch-1
...
incorrect npm command
2016-04-28 08:30:20 -04:00
Jan van Iperen
91b213b528
incorrect npm command
...
Line 164: added missing `run` part of the nam command.
2016-04-28 13:42:14 +02:00
Michael Rose
d07f93ecf5
Bump version to 3.1.3
2016-04-27 11:16:58 -04:00
Michael Rose
5134242ec6
Update history to 3.1.3
2016-04-27 11:16:50 -04:00
Michael Rose
eb28342ad7
Update CHANGELOG notes to version 3.1.3
2016-04-27 11:14:34 -04:00
Michael Rose
0663889a60
Fix "build:all" npm script
2016-04-27 10:45:31 -04:00
Michael Rose
9abae1f781
Remove protocol-less site.url ProTip as it is an anti-pattern
...
- Close #288
2016-04-27 10:40:16 -04:00
Michael Rose
0593faadb1
Fix incorrect upstream remote URL in Upgrading doc
...
- Close #287
2016-04-27 10:36:11 -04:00
Michael Rose
fdc6c9e9c4
Add note about site.locale and matching it with ui-text.yml
...
- Close #284
2016-04-27 10:33:53 -04:00
Michael Rose
a01f5dbecd
Fix SEO author bug
...
- If `twitter.username` is set and `author.twitter` is nil bad things happen.
- Close #289
2016-04-27 10:20:35 -04:00
Michael Rose
927521a9ae
Allow author_profile
to be toggled in a _layout (eg. archive-taxonomy.html)
...
- Close #285
2016-04-27 10:20:27 -04:00
Michael Rose
ce076e6b95
Remove white space as it was causing issues with Markdown and parsing as code blocks
...
- Close #279
2016-04-27 10:20:20 -04:00
Michael Rose
a511e2dc89
Fix site.og_image URL by appending /images/ the path
...
- Close #277
2016-04-27 10:20:10 -04:00
Michael Rose
f732221765
Add favicons
2016-04-19 08:40:38 -04:00
Michael Rose
7e70735499
Update About page
2016-04-18 16:39:48 -04:00
Michael Rose
af1b6e14c3
Update README
2016-04-18 16:39:19 -04:00
Michael Rose
eb2b634172
Bump version to 3.1.2 and update History
2016-04-18 16:34:43 -04:00
Michael Rose
9eb3854c7d
Update CHANGELOG
2016-04-18 16:34:13 -04:00
Michael Rose
bea516b640
Improve nav_list helper to be used with any type of navigation list defined in navigation.yml data file
...
- Add documentation
- Close #272
2016-04-18 16:26:33 -04:00
Michael Rose
1579805e3d
Assign /docs/sidebar nav as a Front Matter default
2016-04-18 16:26:01 -04:00
Michael Rose
48b7ed2456
Decrease left/right page padding on small screens to give more space for content.
2016-04-18 16:18:53 -04:00
Michael Rose
5012beb7d4
Fix related posts alignment
...
- Close #273
2016-04-18 16:18:45 -04:00
Michael Rose
ebb1b198a1
Fix alignment of "Follow" button in author profile
...
- Close #274
2016-04-18 16:14:56 -04:00
Michael Rose
63e52a2f7b
Update history and bump version to 3.1.1
2016-04-16 21:53:17 -04:00
Michael Rose
1b720a1f97
Update CHANGELOG
2016-04-16 21:52:26 -04:00
Michael Rose
35f10ef7c2
Fix reading time bug
...
- Close #271
2016-04-16 21:52:15 -04:00
Michael Rose
4405a5c867
Better explain why you'd want to use a protocol-less domain when hosting with GitHub pages.
2016-04-16 21:27:03 -04:00
Michael Rose
cee061066d
Merge pull request #269 from gshakhn/fix-configuration-typo
...
Fix typo in configuration docs.
2016-04-16 21:17:03 -04:00
George Shakhnazaryan
586f4d7529
Fix typo in configuration docs.
2016-04-16 14:42:37 -05:00
Michael Rose
906e245f8a
Fix broken fork link
...
Close #267
2016-04-16 10:10:08 -04:00
Michael Rose
1117f1e779
Add Google AdSense script to footer
2016-04-15 09:55:27 -04:00
Michael Rose
4d1ccfc7d7
Bump version to 3.1.0
2016-04-15 09:50:56 -04:00