Commit Graph

1045 Commits

Author SHA1 Message Date
Michael Rose
d5a218021c Redirect /theme-setup/ to new Quick Start Guide
- Close #265
2016-05-31 21:54:11 -04:00
Michael Rose
4b0c3674ad Update history and bump version to 3.2.1 2016-05-31 12:38:53 -04:00
Michael Rose
0a47365700 Update CHANGELOG 2016-05-31 12:37:56 -04:00
Michael Rose
5bf1986fdb Use CSS3 transform instead of change in width for masthead menu underline effect 2016-05-31 12:33:28 -04:00
Michael Rose
62a03e41fa Update gems 2016-05-31 12:33:19 -04:00
Michael Rose
b3e7cefde4 Update documentation to reflect category_archive and tag_archive name changes. 2016-05-29 21:22:03 -04:00
Michael Rose
30818d2d7d Update history 2016-05-29 21:21:23 -04:00
Michael Rose
a12955b61b Update CHANGELOG 2016-05-29 21:16:43 -04:00
Michael Rose
3fec57acb5 Rename tag/category archive variables to avoid possible conflicts with site.tags and site.categories
- Fixes #329
2016-05-29 21:16:35 -04:00
Michael Rose
10046640fb Update gems 2016-05-29 21:16:30 -04:00
Michael Rose
f3b0a3b0b5 Update docs. 2016-05-17 14:33:52 -04:00
Michael Rose
f8f70ce0fe Bump version to 3.1.8 2016-05-16 10:15:21 -04:00
Michael Rose
2a01c697aa Update history 2016-05-16 10:14:33 -04:00
Michael Rose
06414587b0 Add note about installing additional dependencies when using gem "jekyll" instead of gem "github-pages"
- Fixes #305
2016-05-16 10:14:06 -04:00
Michael Rose
448df3c43d Update CHANGELOG 2016-05-16 09:57:23 -04:00
Michael Rose
1d136fc5c1 Remove duplicate fa-twitter and fa-twitter-square classes from _utilities.scss
- Fixes #302
2016-05-16 09:48:52 -04:00
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