Commit Graph

154 Commits (master)

Author SHA1 Message Date
Michael Rose 062be19e2f Fix blockquote indent on small screens 2014-02-26 15:14:04 -05:00
Michael Rose 02deb4d2cb Remove font size from blockquote styles 2014-02-26 15:07:26 -05:00
Michael Rose 05906ade7f Update example video 2014-02-26 15:04:17 -05:00
Michael Rose 039813e455 Remove border 2014-02-26 15:01:56 -05:00
Michael Rose b6764d9899 Fix spacing around Disqus comments to match other content blocks 2014-02-26 11:28:25 -05:00
Michael Rose 75e72ebc6a Correct image credit link display bug. Fixes #13 2014-02-26 11:25:00 -05:00
Michael Rose a6a884ccbd Decrease blockquote leading 2014-02-25 16:33:50 -05:00
Michael Rose 7ccdaa26d4 Cleanup feature post header image and title 2014-02-25 16:32:32 -05:00
Michael Rose 74a74e635d "Flatten" menu button 2014-02-25 16:03:15 -05:00
Michael Rose 64af630ff8 Compile uncompressed stylesheet along .min for easier updating for non-Less users 2014-02-25 16:00:54 -05:00
Michael Rose 0e306c6f1b Remove background texture as default 2014-02-25 15:57:50 -05:00
Michael Rose e80262e857 Update theme link in footer 2014-02-25 15:52:03 -05:00
Michael Rose e4f5913ef0 Add link to ES localized fork 2014-02-18 08:13:18 -05:00
Michael Rose 266b69ab78 Add pages to sitemap 2014-02-17 08:21:57 -05:00
Michael Rose 5338d9e50c Correct demo theme link 2014-02-12 11:05:45 -05:00
Michael Rose 0b0b931c21 Revise installation instructions
Include Gemfile for Bundler install
2014-02-12 09:30:09 -05:00
Michael Rose 87988c2ce7 Fix liquid highlight tag 2014-02-10 16:00:25 -05:00
Michael Rose f73bcfa7b1 Document new rake tasks for creating posts and pages 2014-02-10 15:51:03 -05:00
Michael Rose ccad0d8c0f Add new post/page rake task 2014-02-10 15:41:26 -05:00
Michael Rose 6f09306ffe Merge branch 'hotfix/schema' 2014-01-15 14:56:06 -05:00
Michael Rose 4cece89755 Add trailing / to permalinks 2014-01-15 14:53:30 -05:00
Michael Rose 24739cc683 Remove schema.org reference to simplify markup 2014-01-15 14:53:10 -05:00
Michael Rose 94cb5aa5bc Merge branch 'hotfix/feed' 2014-01-11 16:54:11 -05:00
Michael Rose 75c8a1b790 Validate feed 2014-01-11 16:54:02 -05:00
Michael Rose cd9f912242 Merge branch 'hotfix/updates' 2014-01-02 11:16:08 -05:00
Michael Rose 08b4285d8b Only load Disqus when enabled on specific posts 2014-01-02 11:15:49 -05:00
Michael Rose f9013df662 Fix Disqus loading with wonky if statement 2014-01-02 11:08:32 -05:00
Michael Rose 4aba5ea6ba Add notes about setting site.url properly 2014-01-02 11:07:28 -05:00
Michael Rose 78d37e0e28 Fix typos add notes about setting site.url properly 2014-01-02 10:59:56 -05:00
Michael Rose 764b62eb7a Merge pull request #9 from zry656565/master
fix a bug about wrong link
2013-12-17 05:09:53 -08:00
Zou Runyang 2292f79c98 fix a bug about wrong link 2013-12-17 18:34:27 +08:00
Michael Rose 90204cbd97 Update site.url comment 2013-11-04 08:11:52 -05:00
Michael Rose c42b853f46 Merge pull request #8 from Robpol86/master
Re-implemented hotlinkable background.
2013-11-04 05:09:19 -08:00
Robpol86 98ee44245f Re-implemented hotlinkable background.
If the site or page background path doesn't contain http:// or https://,
it will be assumed the image is located in the site's /images/
directory. However if either string is present in the background
variable jekyll won't bother prepending the local path.
2013-11-02 21:41:37 -07:00
Michael Rose dc7b33b212 Merge branch 'release/1.2.0' 2013-10-26 20:07:26 -04:00
Michael Rose 96bce170a7 Document background image feature 2013-10-26 20:07:11 -04:00
Michael Rose 21891d9b68 Add background image to site 2013-10-26 20:03:07 -04:00
Michael Rose 4d0ad4d6cd Add sample post demoing background image 2013-10-26 20:02:13 -04:00
Robpol86 08fa20eeb4 Implemented mmistakes' suggestions.
All background images will now be consistent with the rest of the theme
and pull background images from the site's /images location.

Also moved per-page background yaml declaration into the images: "group"
or array thing (whatever it's called). This is also consistent with the
rest of the theme.
2013-10-26 20:00:15 -04:00
Robpol86 178d61ae37 Implemented per-page or site-wide background images.
If the user sets "background: /path/to/image.jpg" or an http(s) url in their _config.yml, or if they set it in a post/page's yaml front matter, the displayed page will use that image as the background. If their background is transparent, the default background color will also be visible. Setting a background in a page/post will take precedence over the one set in _config.yml.
2013-10-26 20:00:09 -04:00
Michael Rose cfa7e9bfbb Merge pull request #5 from Robpol86/master
Implemented per-page or site-wide background images.
2013-10-26 16:59:43 -07:00
Robpol86 24970043de Implemented mmistakes' suggestions.
All background images will now be consistent with the rest of the theme
and pull background images from the site's /images location.

Also moved per-page background yaml declaration into the images: "group"
or array thing (whatever it's called). This is also consistent with the
rest of the theme.
2013-10-26 13:20:16 -07:00
Robpol86 2336f01085 Implemented per-page or site-wide background images.
If the user sets "background: /path/to/image.jpg" or an http(s) url in their _config.yml, or if they set it in a post/page's yaml front matter, the displayed page will use that image as the background. If their background is transparent, the default background color will also be visible. Setting a background in a page/post will take precedence over the one set in _config.yml.
2013-10-23 22:16:02 -05:00
Michael Rose a993514ab5 Merge branch 'release/1.1.3' into develop 2013-10-11 11:43:22 -04:00
Michael Rose 13eefd7fa0 Merge branch 'release/1.1.3' 2013-10-11 11:43:21 -04:00
Michael Rose 3a25d18e76 Apply IE navigation fix to LESS 2013-10-11 11:42:33 -04:00
Michael Rose 31ab3157fe Merge pull request #3 from lvictorino/master
Fix the possibility to click on menu list item when they're hidden (IE8+)
2013-10-11 08:29:38 -07:00
Laurent Victorino 11978f11d7 Fix false click menu on IE8+ 2013-10-11 16:49:26 +02:00
Michael Rose 8780217ddd Merge branch 'master' into develop 2013-09-17 16:17:08 -04:00
Michael Rose 5b6bb362e2 Merge pull request #2 from qiulin/master
fix bug of read more content showing the current content
2013-09-17 13:16:18 -07:00