Eric Guo
a62f75d52a
Fix extra space cause underline link in google plus button
2012-12-21 20:12:55 +08:00
Brandon Mathis
5b8d079eb7
Not showing unnecessary permalink for non linklog posts. Closes #800
2012-12-19 01:18:50 -06:00
Brandon Mathis
e74d73a2cd
Merge pull request #862 from elithrar/patch-2
...
Fixes URL sent to sharing services for both posts and pages.
2012-12-18 07:03:32 -08:00
Alexander 'AlexFinn' Ivanov
cc977ad7b2
Change _includes/head.html and adding path to gauges_analytics.html
...
Signed-off-by: Parker Moore <parkrmoore@gmail.com>
2012-12-17 16:47:00 -05:00
Alexander 'AlexFinn' Ivanov
bc8fa12474
Adding gauges_analytics.html
...
Signed-off-by: Parker Moore <parkrmoore@gmail.com>
2012-12-17 16:47:00 -05:00
Dmitry Kasimtsev
ecc3c05afe
Merge pull request #421 from kasyaar:master
...
added categories into xml feed
2012-12-17 02:10:25 -05:00
Matt Silverlock
25a4fcee7e
Fixes URL sent to sharing services for both posts and pages.
...
Checks whether the destination is a post or a page and provides the correct Liquid tags to ensure the URL submitted to Twitter, Google + or Facebook is specific to that post or page (and not just the raw URL as previously).
i.e. a share button attached to a post on the blog index would send the root URL for the site instead of the URL specific to that post.
2012-12-17 14:07:46 +08:00
Brandon Mathis
7fbb696966
Disqus ids can now be used to identify posts.
2012-09-30 16:41:43 -05:00
Brandon Mathis
76ae3e0a9b
Merge pull request #771 from dmison/2.1-trailing_slashes_missing_from_archive_links
...
issue 770 - trailing slashes missing from archive links
2012-09-20 23:55:42 -07:00
Darrin Mison
62c58ad6cf
issue 770 - trailing slashes missing from archive links
...
Signed-off-by: Darrin Mison <dmison@me.com>
2012-09-21 16:42:07 +10:00
Brandon Mathis
3f842465bd
Now you can turn off titlecase on pages or posts by setting titlecase = false on the page/post YAML front matter
2012-09-08 14:37:26 -05:00
Sam Whited
d4f7f10fee
Fix Twitter integration over SSL
2012-07-30 14:19:43 -04:00
Brandon Mathis
17368e93c4
Added minification and concatenation of Javascript files
2012-06-16 18:36:58 -05:00
Brandon Mathis
318e348163
Removed include_array plugin, replaced it with include_sidebar plugin and reorganized sidebars
2012-06-16 17:17:33 -05:00
Brandon Mathis
d4bca3f7bb
Removed dupicate post paragraph in post/meta
2012-06-08 14:21:33 -05:00
Brandon Mathis
b1276f082c
Better method for customizing the favicon. Closes #594
2012-06-07 14:27:25 -05:00
Brandon Mathis
43850a2456
Fixed issue with CSS image mask test failing. Refactored Octopress.js functions into a closure. Added Twitter and GitHub feeds to Octopress.js to reduce http requests. Fixes #596
2012-06-07 00:05:16 -05:00
Brandon Mathis
22e6de10c3
Added more customization points in layout for pages, posts, comments, and meta data.
2012-06-06 01:04:45 -05:00
Brandon Mathis
5528f9acec
Added styling for github follow button, improved javascripts for adding GitHub and Twitter sidebars
2012-06-05 16:09:32 -05:00
Brandon Mathis
44118878d7
Changed do_not_track setting to respectfully_social. Added a better description to the config file. Also, now social icons are sprited for bandwidth friendliness
2012-06-05 12:40:44 -05:00
Brandon Mathis
608d9fb9bd
updated facebook link share url pattern
2012-06-05 00:25:33 -05:00
Brandon Mathis
8cb79404d5
Added support for using text based social sharing links instead of javascript widgets which may track users and do trigger crazy high http requests. Also added a custom sharing template file for injecting any other sharing widget into the sharing section after a post
2012-06-05 00:08:54 -05:00
Brandon Mathis
1ea31d13a8
Merge branch 'master' into 2.1
2012-06-03 09:52:32 -05:00
OGINO Masanori
f3c68bb73f
Do not strip trailing slash of canonical URLs.
...
Usually, links for posts are generated with a trailing slash, but
canonical URLs aren't. Some services (e.g. http://b.hatena.ne.jp/ )
are confused with that behavior.
We can fix it by removing canonical URLs, but then anyone may read
a post with /index.html URL and post the URL to some tool or service.
Therefore rel="canonical" seems useful IMHO.
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
2012-06-02 11:14:12 +09:00
Brandon Mathis
d40eaab07c
Switched out ender.js in favor of jQuery. Some small improvements to sidebar feed scripts
2012-05-24 23:03:59 -05:00
Brandon Mathis
82386a0426
Merge branch 'master' into 2.1
...
Conflicts:
.themes/classic/source/_includes/article.html
2012-05-22 09:28:59 -05:00
Brandon Mathis
29a05c931f
Added a generator meta tag. closes #465
2012-05-21 23:56:45 -05:00
Brandon Mathis
b07e533d4a
Removed page content reading meta description. It was pointless. Set a description in your site or page yaml to add a meta description
...
Conflicts:
.themes/classic/source/_includes/head.html
2012-05-21 23:54:21 -05:00
Brandon Mathis
741107291b
Added 404, moved archives from /blog/archives to /archives, added migration in update_source rake task. Closes #375
2012-05-20 22:23:18 -05:00
Nathan Manzi
e334e832de
Added disqus developer mode functionality
...
Signed-off-by: Brandon Mathis <brandon@imathis.com>
2012-05-20 17:20:32 -05:00
Brandon Mathis
f954689bb6
Improved styling for linklog along with other scss refactoring.
...
Feed urls are more flexible with linklog items
2012-04-29 19:03:52 -05:00
Luke Karrys
8b8fff3b03
Don't display comments link for post excerpts on index page when comments for that post are set to false.
2012-03-23 13:06:01 -07:00
Brandon Mathis
a814ca76ea
Merge branch 'master' of github.com:imathis/octopress into linklog
2012-02-19 15:12:19 -06:00
Fletcher Tomalty
4b8aeb2774
Github -> GitHub (capitalization)
2012-02-19 01:40:53 -05:00
Brandon Mathis
895504f274
added support for excerpting feed articles, added linklog support to category feed, refactored feeds to reduce duplication
2012-02-18 22:45:40 -06:00
Brandon Mathis
107a4af528
moved the category_feed out of _includes/custom to _layouts/
2012-02-18 15:28:06 -06:00
Brandon Mathis
2cf6e5b2b9
removed puts from article partial, testing fragment (sorry)
2012-02-18 14:58:12 -06:00
Brandon Mathis
382c557e21
fixed bug where all posts showed "read more" link
2012-02-12 20:04:42 -06:00
Brandon Mathis
55c5f8d4c1
added setting for marking standard blog posts
2012-02-12 17:42:09 -06:00
Brandon Mathis
23c876021e
Refactored the template a bit more and improved blog and archive styling for linklogs
2012-02-12 12:27:17 -06:00
Brandon Mathis
101a503f5a
Added linklog publishing.
2012-02-12 07:12:22 -06:00
Tim Gray
2c1ec7434b
Search box can be toggled off.
...
By leaving 'simple_search' parameter blank in the _config.yml file, the
search form in the navigation.html include is omitted. This lets you
put your own custom search form in the custom/navigation.html file.
2011-12-11 16:15:39 -05:00
Brandon Mathis
738a284399
removed size restriction on twitter sidebar follow button
2011-12-10 12:49:29 -06:00
Frederic Hemberger
987dccee76
Add custom date format to pages, add 'updated' field again
...
Reverts changes of c2a68cc
where I accidentally removed support for 'updated' field, see comments of issue #164 for details.
2011-11-03 20:32:38 +01:00
Frederic Hemberger
262eb52bc5
Reverted commit 514e848
(issue #236 ), should fix Disqus identifier issues.
...
See also: https://github.com/imathis/octopress/wiki/Disqus-identifier-issues
2011-11-01 17:29:29 +01:00
Aaron Malone
3bba3ed4cf
only include facebook js if facebook_like is true
2011-10-23 00:46:00 -05:00
Frederic Hemberger
a81ef5e28b
Improve handling of meta description
2011-10-21 15:00:32 +02:00
Frederic Hemberger
514e84831c
Use canonical URL for Disqus, fixes #236
2011-10-21 14:04:34 +02:00
Frederic Hemberger
81e814a354
Remove unsupported 'updated' flag from _includes/post/date.html
...
Jekyll does not support this value for Page or Post classes. The
capture returned an empty Sting, which was always evaluated to true
in '{% if updated %}'.
2011-10-18 17:39:19 +02:00
Frederic Hemberger
c2a68cc2a9
Make post's date output configurable via _config.yml, closes #164
...
A new config variable 'date_format' is introduced in _config.yml.
It can either be set to "ordinal" to use the current format or it
can be given a string complying to strftime() format identifiers.
2011-10-18 17:25:31 +02:00