Commit Graph

951 Commits

Author SHA1 Message Date
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
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
Parker Moore
f562af5e19 Remove mention of ADN in Readme. 2013-03-10 00:04:26 +01:00
Parker Moore
7a897d10d2 Merge pull request #1060 from MrJoy/gitignore_cleanup_redux
Be more precise about what we ignore to avoid accidentally ignoring things.
2013-03-06 06:24:27 -08:00
Parker Moore
9087cf125e Merge pull request #1046 from MrJoy/remove_redundant_rake_task
This task is superfluous AND...
2013-03-05 16:32:13 -08:00
Parker Moore
c95867e61c Merge pull request #1037 from MrJoy/add_clobber_task
Add 'clobber' task for purging generated files.
2013-03-05 16:30:20 -08:00
sjml
e59adc9ef9 Just kidding, I don't want the exact changes from #990 in here. 2013-03-06 01:05:08 +01:00
earaya
7a6c53d041 Cherry-picked #664 fix to 2.1 branch. 2013-03-06 00:14:14 +01:00
Kevin Mees
e15b51aae4 Fixed an include bug in page layout 2013-03-06 00:08:35 +01:00
Parker Moore
e7dd5befdc Merge pull request #658 from kmees/2.1
Fixed an include bug in page layout
2013-03-05 15:08:09 -08:00
Parker Moore
22fb2f2652 Actually bringing in the meat of the change from #629. 2013-03-06 00:05:59 +01:00
Leonardo Saraiva
b0dec8235e Merge change from @vyper in #629. 2013-03-06 00:02:42 +01:00
Trey Hunner
11fec7516b Add EditorConfig file for classic theme 2013-03-05 23:53:36 +01:00
Trey Hunner
b3606b9f67 Add EditorConfig file for Ruby files 2013-03-05 23:53:25 +01:00
Parker Moore
810d7e4d4f Only include GitHub repo listing if site.github_repo_count is > 0. Fixes #344. 2013-03-05 23:22:41 +01:00
Parker Moore
bc9d9c2415 Removed twitter sidebar section. 2013-03-05 23:06:45 +01:00
Parker Moore
331987cdfa Bring back Twitter configs when needed for 'tweet' button (for posts). 2013-03-05 23:05:01 +01:00
Parker Moore
768fa8ed39 Remove Twitter timeline SCSS. 2013-03-05 23:00:21 +01:00
Parker Moore
63391c59dc Do not require twitter in site.coffee. 2013-03-05 22:55:39 +01:00
Parker Moore
ef13e1ff61 Remove Twitter Timeline CoffeeScript. 2013-03-05 22:53:34 +01:00
Parker Moore
38623c57d5 Remove references to Twitter from non-theme files. 2013-03-05 22:52:43 +01:00
Parker Moore
efd5bb3367 Remove Twitter configuration file. 2013-03-05 22:51:41 +01:00
Parker Moore
a63bb4f701 Merge pull request #1098 from gkarekinian/style
Switched code style to a more usual Ruby style
2013-03-05 05:22:15 -08:00
Grégory Karékinian
eda01faac3 Switched code style to a more usual Ruby style
* Two spaces indentation
* Got rid of two semicolons
* Added a blank line before the return value
2013-03-04 21:58:54 +01:00
Parker Moore
dfe703b11d Merge pull request #1081 from MrJoy/rsync_deployment_fixups
Various rsync deployment fixups:
2013-03-04 02:46:07 -08:00
Parker Moore
045b2dc546 Merge pull request #1019 from imathis/guard
Guard watching + Javascript asset management
2013-03-04 02:39:30 -08:00
Brandon Mathis
7bdab0e65c Added javascript asset management and improved Rakefiles and configuration for themes and plugins.
- Added Guard for file watching
- Configs can be automatically reloaded
- Static asset changes do not trigger Jekyll build
- CommonJS modular js support proved by stich-rb
- Javascript is concatenated and uglified
- Environment variables toggle uglify and fingerprinting
- New Jekyll plugin config_tag
- New Jekyll plugin javascript_assets_tag
- Added theme specific configurations
- Custome Jekyll Guard to the rescue
- Install, Generate, Watch, and Preview work with Guard now.
- Now configs are no longer tracked by Octopress, only theme defauts are.
- Console messages can be colorized.
- misc config reorganization and improvements
2013-03-04 01:12:10 -06:00
Jon Frisby
c20c2a7acd Eliminating ternary op. 2013-02-28 19:53:11 -08:00
Parker Moore
4972fb6c62 Pointing to the wrong spec folder. 2013-02-28 21:50:24 +01:00
Parker Moore
1c28ff0191 Updated Gemfile.lock with results from new Gemfile. 2013-02-28 21:50:11 +01:00
Parker Moore
922b4cdaac Using master Gemfile and Rakefile cuz travis sucks. 2013-02-28 21:47:22 +01:00
Parker Moore
4dc371b854 New approach for the travis file. 2013-02-28 21:40:34 +01:00