Commit Graph

820 Commits

Author SHA1 Message Date
Brandon Mathis
fad262d3c1 Merge pull request #880 from lucisferre/adds-cs-filetype-to-pygments-processing
Adds 'cs' filetype to pygments
2012-12-20 10:06:55 -08:00
Chris Nicola
72accb4e5d Fixes gist processing of 'cs' files 2012-12-20 09:11:51 -08:00
Xeross
7d179e6f77 Add Gist plugin change to changelog
Add the Gist plugin change to raw text instead of Gist JS to the changelog
2012-12-20 10:31:35 +01: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
Johan Svensson
a6b8efe4a2 Rakefile option for any additional rsync arguments
Added variable `rsync_args`
2012-12-20 00:13:28 -06:00
Liang Sun
9864898610 To support url without domain name like /path/file
You need to know if you would like to support this, each word in the title can not start with "/".
2012-12-20 00:00:31 -06:00
Brandon Mathis
1d210675b7 Merge pull request #874 from imathis/catch_deploy_failures
Catch deploy failures
2012-12-19 21:51:59 -08:00
Brandon Mathis
125ff6d080 Merge pull request #876 from imathis/gh-pages-url-parser-fix
Updated URL parser for setup_github_pages. Fixes #868
2012-12-19 21:51:30 -08:00
Parker Moore
ad8f1b8003 Merged from origin/catch_deploy_failures 2012-12-20 00:48:26 -05:00
Parker Moore
d089889772 Printing the repo_url when failing. #866 2012-12-20 00:47:38 -05:00
Parker Moore
51fb2bcc5a #866 - using 'raise' instead of 'puts' for the error 2012-12-20 00:43:54 -05:00
Parker Moore
80fad2180e Checking to see if 'git push' worked in deploy. #866. 2012-12-20 00:43:53 -05:00
Parker Moore
569ed588e3 Updated URL parser for setup_github_pages. Fixes #868 2012-12-20 00:37:48 -05:00
Brandon Mathis
33a1dbac30 Merge pull request #875 from imathis/accept_https_repo_urls
Accept https repo urls, catch if not valid
2012-12-19 21:04:01 -08:00
Parker Moore
31db12fc49 DRY'd up that user regex. 2012-12-20 00:02:36 -05:00
Parker Moore
1e300fbb03 Catching malformed repo URLs #689 2012-12-19 23:46:33 -05:00
Parker Moore
3c92c5b407 Added support for https:// repo URLs. #867. 2012-12-19 23:45:34 -05:00
Parker Moore
a77c60365c #866 - using 'raise' instead of 'puts' for the error 2012-12-19 22:45:50 -05:00
Parker Moore
66c9ede87e Checking to see if 'git push' worked in deploy. #866. 2012-12-19 22:45:11 -05: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
54ffce5611 added figcaption with source link to embeded gist code snippets 2012-12-19 00:17:47 -06:00
Brandon Mathis
280d63f18c Merge branch '2.1' of github.com:imathis/octopress into 2.1 2012-12-19 00:17:01 -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
Brandon Mathis
54d038748b Merge branch '2.1' of github.com:imathis/octopress into 2.1 2012-12-17 21:14:43 -06:00
Parker Moore
b97839f0d2 Updated CHANGELOG 2012-12-17 16:56:20 -05:00
Alexander 'AlexFinn' Ivanov
02ac0408e8 Adding gauges_analytics_tracking_id to _config.yml
Signed-off-by: Parker Moore <parkrmoore@gmail.com>
2012-12-17 16:47:00 -05: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
Parker Moore
a81765facb Gist plugin uses raw text instead of gist JS. 2012-12-17 15:20:29 -05:00
Parker Moore
c8b118cffc Added #780 to CHANGELOG. 2012-12-17 14:14:56 -05:00
Parker Moore
dbb1487ba0 Slightly different syntax for setting server_host/_port. #780 2012-12-17 14:14:25 -05:00
Parker Moore
bb8f531d54 Using OCTOPRESS_-prefixed ENV vars. Modification to #780. 2012-12-17 14:06:45 -05:00
Parker Moore
6827f314b1 Printing HOST and PORT on rake preview 2012-12-17 13:59:35 -05:00
Max Lincoln
329d2c5bda Grab IP and PORT env vars and bind rack to both 2012-12-17 13:58:09 -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
Parker Moore
1d737a45c8 Merge pull request #858 from parkr/rack-unescape-urls
Rack should unescape URLs (support for non-ascii URLs)
2012-12-16 18:42:11 -08:00
Parker Moore
438c6a5095 Merge pull request #857 from parkr/generate-strict-compile
Strictly compile in :generate
2012-12-16 18:35:55 -08:00
Parker Moore
a5e3a45846 Rack should unescape submitted URLs
Signed-off-by: Brandon Mathis <brandon@imathis.com>
2012-12-16 20:11:57 -06:00
Parker Moore
cb7ec73fc7 Rack should unescape submitted URLs 2012-12-16 13:29:44 -05:00
Parker Moore
7e720ebe33 rake :generate strictly compiles 2012-12-16 12:44:57 -05:00
Brandon Mathis
773be70c29 Disabled Rsync delete by default. #787 2012-10-13 15:37:03 -05:00
Brandon Mathis
0bd7f13ccf updated ruby to 1.9.3-p194 2012-10-11 23:04:48 -05: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