Commit Graph

915 Commits

Author SHA1 Message Date
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
Michael Rose
29d2fc648a Remove version number from sidebar 2016-04-15 09:45:51 -04:00
Michael Rose
7f625e8034 Update history with 3.1.0 notes 2016-04-15 09:41:01 -04:00
Michael Rose
82504f94bd Update CHANGELOG notes 2016-04-15 09:40:06 -04:00
Michael Rose
51e28836ea Add theme preview image 2016-04-15 09:39:58 -04:00
Michael Rose
64ae252cb0 Fix typo in Bitbucket URL 2016-04-15 09:39:40 -04:00
Michael Rose
06c50e179f Add GitHub and Bitbucket optional links to footer 2016-04-15 09:39:32 -04:00
Michael Rose
fa8330a0f0 Update Font Awesome to version 4.6.1 2016-04-15 09:39:23 -04:00
Michael Rose
53eb129508 Update history and bump version to 3.0.3 2016-04-14 22:45:39 -04:00
Michael Rose
d4505cc2d0 Increase white-space between sidebar and main content 2016-04-14 22:43:50 -04:00
Michael Rose
d631b67637 Update history 2016-04-14 22:38:16 -04:00
Michael Rose
47c6fec290 Update history 2016-04-14 22:36:36 -04:00
Michael Rose
56c5d62ad3 Bump version to 3.0.2 2016-04-14 22:36:29 -04:00
Michael Rose
602566b6e8 Fix table of contents z-index stacking bug with <code> blocks
- Close #263
2016-04-14 21:34:14 -04:00
Michael Rose
46cac3c144 Fix sticky sidebar at wrong breakpoint
- Close #262
2016-04-14 21:34:08 -04:00