Commit Graph

110 Commits

Author SHA1 Message Date
9f81ac8bec Upgrade Google analytics to Google universal analytics
Google will deprecate old ga.js. Change to new analytics.js, and also
use the new version of the enhanced link attribution module.
2014-04-18 14:33:20 +03:00
83882180ae Merge pull request #18 from lvictorino/patch-1
Remove links on image credits with no creditlink
2014-03-19 08:44:07 -04:00
8b0d5386eb Remove links on image credits with no creditlink 2014-03-19 09:52:41 +01:00
d0bf3106c8 Group all posts by year 2014-02-26 15:48:56 -05:00
31b07c1f55 Rename archive.html to posts.html and all instances 2014-02-26 15:24:42 -05:00
ae95c7192b Improve menu scrolling on small screens 2014-02-26 15:20:30 -05:00
062be19e2f Fix blockquote indent on small screens 2014-02-26 15:14:04 -05:00
02deb4d2cb Remove font size from blockquote styles 2014-02-26 15:07:26 -05:00
05906ade7f Update example video 2014-02-26 15:04:17 -05:00
039813e455 Remove border 2014-02-26 15:01:56 -05:00
b6764d9899 Fix spacing around Disqus comments to match other content blocks 2014-02-26 11:28:25 -05:00
75e72ebc6a Correct image credit link display bug. Fixes #13 2014-02-26 11:25:00 -05:00
a6a884ccbd Decrease blockquote leading 2014-02-25 16:33:50 -05:00
7ccdaa26d4 Cleanup feature post header image and title 2014-02-25 16:32:32 -05:00
74a74e635d "Flatten" menu button 2014-02-25 16:03:15 -05:00
64af630ff8 Compile uncompressed stylesheet along .min for easier updating for non-Less users 2014-02-25 16:00:54 -05:00
0e306c6f1b Remove background texture as default 2014-02-25 15:57:50 -05:00
e80262e857 Update theme link in footer 2014-02-25 15:52:03 -05:00
e4f5913ef0 Add link to ES localized fork 2014-02-18 08:13:18 -05:00
266b69ab78 Add pages to sitemap 2014-02-17 08:21:57 -05:00
5338d9e50c Correct demo theme link 2014-02-12 11:05:45 -05:00
0b0b931c21 Revise installation instructions
Include Gemfile for Bundler install
2014-02-12 09:30:09 -05:00
87988c2ce7 Fix liquid highlight tag 2014-02-10 16:00:25 -05:00
f73bcfa7b1 Document new rake tasks for creating posts and pages 2014-02-10 15:51:03 -05:00
ccad0d8c0f Add new post/page rake task 2014-02-10 15:41:26 -05:00
6f09306ffe Merge branch 'hotfix/schema' 2014-01-15 14:56:06 -05:00
4cece89755 Add trailing / to permalinks 2014-01-15 14:53:30 -05:00
24739cc683 Remove schema.org reference to simplify markup 2014-01-15 14:53:10 -05:00
94cb5aa5bc Merge branch 'hotfix/feed' 2014-01-11 16:54:11 -05:00
75c8a1b790 Validate feed 2014-01-11 16:54:02 -05:00
cd9f912242 Merge branch 'hotfix/updates' 2014-01-02 11:16:08 -05:00
08b4285d8b Only load Disqus when enabled on specific posts 2014-01-02 11:15:49 -05:00
f9013df662 Fix Disqus loading with wonky if statement 2014-01-02 11:08:32 -05:00
4aba5ea6ba Add notes about setting site.url properly 2014-01-02 11:07:28 -05:00
78d37e0e28 Fix typos add notes about setting site.url properly 2014-01-02 10:59:56 -05:00
764b62eb7a Merge pull request #9 from zry656565/master
fix a bug about wrong link
2013-12-17 05:09:53 -08:00
2292f79c98 fix a bug about wrong link 2013-12-17 18:34:27 +08:00
90204cbd97 Update site.url comment 2013-11-04 08:11:52 -05:00
c42b853f46 Merge pull request #8 from Robpol86/master
Re-implemented hotlinkable background.
2013-11-04 05:09:19 -08:00
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
dc7b33b212 Merge branch 'release/1.2.0' 2013-10-26 20:07:26 -04:00
96bce170a7 Document background image feature 2013-10-26 20:07:11 -04:00
21891d9b68 Add background image to site 2013-10-26 20:03:07 -04:00
4d0ad4d6cd Add sample post demoing background image 2013-10-26 20:02:13 -04:00
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
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
cfa7e9bfbb Merge pull request #5 from Robpol86/master
Implemented per-page or site-wide background images.
2013-10-26 16:59:43 -07:00
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
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
a993514ab5 Merge branch 'release/1.1.3' into develop 2013-10-11 11:43:22 -04:00