Commit Graph

981 Commits

Author SHA1 Message Date
Hong Xu
550b2af6be Ignore assets.old 2013-03-29 11:32:37 -07:00
Parker Moore
759b19908e Merge pull request #1124 from imathis/jekyll-1.0
Integrate Jekyll 1.0
2013-03-26 05:12:56 -07:00
Parker Moore
8505d8b38e Use Comparable#max like a real rubyist. C'mon guys. 2013-03-25 17:04:33 +01:00
Parker Moore
5d6537c602 Using the paginaton generator from Jekyll's repo. 2013-03-25 16:57:09 +01:00
Parker Moore
4f222317bd IncludeTag is now namespaced under the Jekyll::Tags module. 2013-03-25 16:56:44 +01:00
Parker Moore
e5be488267 Merge pull request #1140 from sursh/2.1
Change kill signal so grandchildren processes end.
2013-03-25 07:12:40 -07:00
Parker Moore
ed08359d90 Merge pull request #1142 from willchan/SchemeRelativeFixes2.1
Fix disqus to use scheme relative URLs
2013-03-25 06:45:16 -07:00
Parker Moore
cb0c6b7b86 Use Jekyll::Site's new helper method to instantiate subclasses of a constant 2013-03-25 09:20:34 +01:00
William Chan
bdc5bbd869 Fix disqus to use scheme relative URLs 2013-03-23 06:51:16 +00:00
Sasha Laundy
2ca93cf4c3 Change kill signal so grandchildren processes end. 2013-03-22 20:59:14 -04:00
Parker Moore
b28fc09372 Merge pull request #1137 from willchan/SchemeRelativeFixes2.1
Scheme relative fixes
2013-03-21 10:21:33 -07:00
William Chan
ec4c9d57cd Use scheme relative URLs. 2013-03-21 16:20:01 +00:00
William Chan
e0dacd6870 Don't expand scheme relative urls 2013-03-21 16:15:13 +00:00
Parker Moore
5f40449500 Print stack trace from Jekyll in development mode. 2013-03-20 23:54:18 +01:00
Parker Moore
8aa23ebe65 Using Jekyll beta2. 2013-03-20 23:43:18 +01:00
Brandon Mathis
eadf386cec Improved UX for setup_github_pages task a bit more (these things are important). 2013-03-19 00:13:29 -05:00
Brandon Mathis
a106f549ae Merge pull request #1128 from xuhdev/patch-1
Ignore /source/javascripts/build/
2013-03-18 14:21:05 -07:00
Hong Xu
0bb54fbdf5 Ignore /source/javascripts/build/ 2013-03-18 11:25:56 -07:00
Brandon Mathis
940064cac6 Ensure that Octopress.env can be set by ENV, _config/defaults/jekyll.yml and _config/site.yml 2013-03-18 02:00:30 -05:00
Brandon Mathis
463e4a7656 Moved javascript generation out of js_assets plugin and into generate task 2013-03-18 01:59:46 -05:00
Joe Lencioni
d3525f0769 Allow scss line comments in development
These line comments point to the original source file for each selector
in the compiled scss files, which is very helpful when working with your
styles. Allowing them to be rendered in development should make theme
development much easier.
2013-03-18 01:32:30 -05:00
Joe Lencioni
d483912e4b Improve previewing
Previewing is typically done to verify a change to content, a plugin, or
a theme. In most of these cases, the person previewing will want to
re-generate before previewing. This commit adds a call to the `generate`
task from within the `preview` task to ensure that the newest content
will be previewed.

Additionally, since previewing is often done to verify changes to
themes, it can be helpful to be able to see un-minified assets. This
commit also sets a default value of 'development' to the `OCTOPRESS_ENV`
environment value, which is used when making decisions as to how assets
are compiled. This currently prevents the minification of the compiled
scss.

I also trimmed some trailing whitespace in the Rakefile.
2013-03-18 01:32:30 -05:00
Brandon Mathis
fa105ce68d Fixed spacing and wording on rake setup_github_pages task feedback 2013-03-18 01:14:23 -05:00
Brandon Mathis
56660dea6b Improvements to setup_github_pages task:
- Fixes issues with undefined variables
- Task feedback has been improved with colorized output and better wording.
- Configs are written to site.yml if necessary
- Help urls for custom domains have been updated

Fixes #1015
2013-03-18 01:06:29 -05:00
Brandon Mathis
39fca91b69 fixed example comments in image_tag plugin 2013-03-17 23:56:46 -05:00
Brandon Mathis
6d4526d340 Video tag plugin now supports relative urls. Closes #1127 2013-03-17 23:52:35 -05:00
Brandon Mathis
4f9fcbb886 Now image tag plugin supports relative urls. Improvements to alk attr and title attr support. Closes #724 2013-03-17 23:52:12 -05:00
Brandon Mathis
4dfdfb80c2 Fix: task set_root_dir now works properly and outputs rewritten configuration on success 2013-03-17 23:46:53 -05:00
Brandon Mathis
50e6a1ed04 Fixed issue where rake update would recursively copy stylesheets/custom 2013-03-17 23:46:53 -05:00
Parker Moore
f7d571ebb4 Merge branch '2.1' of github.com:imathis/octopress into 2.1
* '2.1' of github.com:imathis/octopress:
  Updating the classic theme should work again
2013-03-17 15:27:53 +01:00
Parker Moore
9a5ad130d8 Fix error in video tag. Fixes #1127. 2013-03-17 15:24:58 +01:00
Brandon Mathis
bbf0df5cef Updating the classic theme should work again 2013-03-17 01:00:46 -05:00
Parker Moore
fcc512626a Render drafts if Octopress.env is not production. 2013-03-16 23:50:14 +01:00
Parker Moore
17311872d6 Initial changes to integrate Jekyll 1.0 2013-03-15 00:55:45 +01:00
Brandon Mathis
a4adca5fcd Added sass-globbing, allowing plugin stylesheets to be auto-imported from the assets/stylesheets/plugins directory 2013-03-11 01:38:18 -05:00
Brandon Mathis
66b75fe40c Improved: config_tag plugin is much more flexible now and can be used by other plugins directly through the config_tag method 2013-03-11 01:19:35 -05:00
Brandon Mathis
7e4cac1460 Improved: config_tag plugin now works on site context configuration and no longer relies on octopress configurator 2013-03-10 17:07:04 -05:00
Brandon Mathis
4f86b1a2f6 Fixed jQuery each and map functions (added index) 2013-03-10 16:02:40 -05:00
Brandon Mathis
a48153f99b Merge pull request #1103 from imathis/pygments-loud-fail
Fail loudly when a pygments highlight fails
2013-03-10 13:52:53 -07:00
Parker Moore
d52bf53cc7 Pygments error messages are now printed alongside ours. 2013-03-10 21:47:07 +01:00
Brandon Mathis
d0e59172f3 Updated error message for gist syntax 2013-03-10 00:17:55 -06:00
Brandon Mathis
bfeeecea71 Improved error formatting and valid syntax directions. 2013-03-10 00:03:30 -06:00
Parker Moore
0efbec7daa Remove stray test file. 2013-03-10 02:28:37 +01:00
Parker Moore
b456865c8c #highlight_failed now accepts tag name, and proper syntax 2013-03-10 02:06:02 +01:00
Parker Moore
6c58529532 Rescuing errors issued by Pygments and raising our own with helpful info 2013-03-10 01:45:05 +01:00
Parker Moore
66e7fb0bfb #highlight_failed in PygmentsCode 2013-03-10 01:44:32 +01:00
Parker Moore
8f7106c39b Colorizing fail message in Pygments code highlighting. 2013-03-10 00:24:52 +01:00
Parker Moore
e6faef6257 Added .gitattributes file to keep CRLF's out of the codebase. 2013-03-10 00:17:44 +01:00
Parker Moore
1306ad83b9 Fail loudly when a pygments highlight fails. #990. 2013-03-10 00:17:43 +01:00
Brandon Mathis
81ea4ae9bb Merge pull request #1101 from imathis/bye-twitter
Bye, Twitter Timeline
2013-03-09 15:05:11 -08:00