Commit Graph

273 Commits

Author SHA1 Message Date
Brandon Mathis
a25787a204 Fixes for Redcarpet
- Removed unnecessary content filtering for escaping markdown
- Escaping codeblocks defaults to false and can be enabled by passing escape:true
- Backtick codeblocks are automatically escaped when using Textile
- Scoped styling of .highlight divs to figure elements
2013-01-03 11:36:51 -06:00
Josep del Rio
cc6e1aca0d Added robots.txt, with sitemap link 2012-12-29 17:00:22 -06:00
Brandon Mathis
0fcbc225e4 Code plugin refactoring
- Unified handling of key, value options
- Added url, link_text, and title options
- Gists can now accept start, end, range, title, url, link_text, linenos and marks options
- Code accessibility improvements (hiding line numbers) #864
2012-12-23 00:38:52 -06:00
Eric Guo
e127e666bc Seems encode problem for those files, any way this utf-8 change now works as it should be 2012-12-21 20:12:56 +08:00
Eric Guo
a62f75d52a Fix extra space cause underline link in google plus button 2012-12-21 20:12:55 +08:00
Brandon Mathis
1a4119a039 Code blocks are now more accessible to screen readers. Fixes #864 2012-12-20 23:38:03 -06:00
Brandon Mathis
6a964fec8f Improved code snippet support
- Static Gist embeds show titles and link to the Gist
- Stylesheets refactored to remove !important and references to Gist classes
- Renamed links for include code
- Removed sometimes incorrect title attribute on code snippet links
2012-12-20 00:37:27 -06:00
Brandon Mathis
ef6d53cac3 Merge pull request #651 from xuhdev/patch-3
404 Page does not need the footer
2012-12-19 08:22: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 Khraponov
2cebdb91db Update .themes/classic/sass/base/_typography.scss
Signed-off-by: Parker Moore <parkrmoore@gmail.com>
2012-12-17 02:13:32 -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
4b5ffb725a Using https rather than protocol relative urls 2012-10-01 07:26:26 -05:00
Brandon Mathis
7fbb696966 Disqus ids can now be used to identify posts. 2012-09-30 16:41:43 -05:00
Brandon Mathis
340d9aea23 Merge branch '2.1' of github.com:imathis/octopress into 2.1 2012-09-29 22:48:26 -05:00
Brandon Mathis
9f7425a953 Using protocol relative URLs for Twitter, GitHub and Pinboard feeds 2012-09-29 22:48:11 -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
Ryan McGeary
7645af6f90 Fixed typo while including custom/page_meta.html 2012-08-18 18:57:36 -03:00
Sam Whited
d4f7f10fee Fix Twitter integration over SSL 2012-07-30 14:19:43 -04:00
Hong Xu
feb11bfbab Remove footer in the 404 page. 2012-07-03 01:15:34 +08: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
Jonathan Rothwell
697465a486 TINY alteration to fix typo reference to page-meta rather than page_meta.html 2012-06-11 23:31:11 +01:00
Brandon Mathis
2444c2c804 fixed bug with Modernizr classes not being added when a feature is not supported 2012-06-11 00:26:10 -05:00
Brandon Mathis
0bcfd1d8cc Added html escaping GitHub feed. Closes #570 2012-06-11 00:19:18 -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
3adba0a302 Updated Twitter bird to latest logo. Added generated sprites to gitignore. Other improvements to theming and sprites 2012-06-07 13:11:00 -05:00
Brandon Mathis
af8591cc4f Improved internal Modernizr testing function 2012-06-07 13:10:56 -05:00
Brandon Mathis
f38ed3ce8d Mobile nav fixed for better IE support. Closes #595 2012-06-07 10:19:48 -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
8623264532 added custom after post include to post template 2012-06-06 22:57:26 -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
64b2d2355d Fixed issue where gists wouldn't get line numbers added. Fixed issue where backtick code blocks were getting empty figcaptions 2012-06-05 00:35:50 -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
f180feb402 Added video and css masks to modernizer tests. Updated styles to work with new image mask classname 2012-06-05 00:08:45 -05:00
Brandon Mathis
1ea31d13a8 Merge branch 'master' into 2.1 2012-06-03 09:52:32 -05:00
Brandon Mathis
9b7958eab1 Syntax highlighting theme now defaults to the light color scheme. I also added new styles for marking lines of code, and a better custom/_colors.scss file 2012-06-03 00:27:20 -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
ae967b264d improved flexability of styling code blocks. Improved the light theme. 2012-05-25 11:36:57 -05: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
Maxwell Swadling
b69e876828 Fixed paths in GitHub api lists from using api urls instead of HTML urls.
Signed-off-by: Brandon Mathis <brandon@imathis.com>
2012-05-24 22:48:51 -05:00