Parker Moore
19083289cf
Configurations now going in config, not in _config
2013-04-23 01:40:21 +02:00
Parker Moore
3819688273
Finishing up what i have of the dependency installer
...
just source file copying and config file copying to go.
phew.
2013-04-23 01:37:43 +02:00
Parker Moore
da4fc58652
Spec for DependencyInstaller#namespace
2013-04-23 01:36:21 +02:00
Parker Moore
756b2c2b37
Plugin installer
2013-04-23 00:20:20 +02:00
Parker Moore
24b433c391
Added a logger
2013-04-23 00:16:18 +02:00
Parker Moore
d8afcc6d70
Aaaaaalright, starting over :)
2013-04-22 22:21:55 +02:00
Brandon Mathis
2818312dcd
Javascript modules can live in subdirectories
2013-04-21 19:06:51 -05:00
Brandon Mathis
50f811984f
Fixed expandable embeded youtube and video video support
2013-04-21 18:40:50 -05:00
Brandon Mathis
5d3e006e79
Reorganized modular javascript to make installation and configuration easier. Removed swf fallback video js (making it an external plugin).
2013-04-20 01:53:15 -05:00
Parker Moore
e05f3a3d5e
Merge pull request #1203 from MrJoy/cruft_removal
...
Octopress no longer listens to .preview-mode, and History.markdown seems...
2013-04-12 07:29:46 -07:00
Parker Moore
1c827eb29c
Merge pull request #1204 from MrJoy/update_clean_and_clobber
...
Update clean/clobber tasks to get JS assets and...
2013-04-12 07:29:11 -07:00
Parker Moore
d1b1263eea
Merge pull request #1200 from MrJoy/fix_bad_merge
...
Fix apparent bad merge.
2013-04-11 17:14:00 -07:00
Jon Frisby
c0f47fe39b
Bring over changes from History.markdown...
2013-04-11 13:14:21 -07:00
Jon Frisby
ae3d3d2d33
Using File.join more consistently.
2013-04-11 13:10:40 -07:00
Parker Moore
20e79bb06b
Merge pull request #1199 from MrJoy/disqus_namespacing
...
Namespace Disqus config vars.
2013-04-11 10:14:44 -07:00
Parker Moore
5ff6cf90ac
Merge pull request #1202 from MrJoy/whitespace_cleanup
...
Clean up spurious trailing whitespace, and extra/missing newlines at EOF...
2013-04-11 10:11:24 -07:00
Parker Moore
9ffb535bda
Merge pull request #1205 from MrJoy/safer_rsync
...
Make RSync deployments a bit safer by making deletion of defunct files h...
2013-04-11 10:08:41 -07:00
Jon Frisby
5c8084bc8f
Make RSync deployments a bit safer by making deletion of defunct files happen after everything else is updated.
...
This prevents a race condition where someone may get an old version of a page, and have dependent assets not exist.
2013-04-10 10:00:34 -07:00
Jon Frisby
5f7dee2caa
Update clean/clobber tasks to get JS assets and be more informative about what's going on.
2013-04-10 09:58:04 -07:00
Jon Frisby
251491de2a
Octopress no longer listens to .preview-mode, and History.markdown seems to be supplanted by CHANGELOG.markdown.
2013-04-10 09:55:38 -07:00
Jon Frisby
0419b05143
Clean up spurious trailing whitespace, and extra/missing newlines at EOF.
2013-04-10 09:53:49 -07:00
Jon Frisby
4992cafbfa
Fix apparent bad merge.
...
(Note that the include block appears earlier in the file, and the explanation of setting pygments to true disappeared at some point...)
2013-04-10 09:24:12 -07:00
Jon Frisby
84446067db
Namespace Disqus config vars.
2013-04-10 09:22:03 -07:00
Brandon Mathis
21cd6de44a
Sinatra now correctly returns code 404 when a page is not found. Closes #1198
2013-04-09 16:35:54 -05:00
Brandon Mathis
5ef1705a33
updated classic theme configuration to support the latest pagination updates
2013-04-09 14:45:16 -05:00
Brandon Mathis
2a647fa804
Updated Jekyll (1.0.0.beta4) and other gems. Added new pagination_path feature to blog index template
2013-04-09 14:42:37 -05:00
Brandon Mathis
96f80ccfc2
Fixed typo in regex for pygments code
2013-04-09 12:11:50 -05:00
Brandon Mathis
845c34cecf
Added github.io support
2013-04-09 12:03:47 -05:00
Brandon Mathis
269bc27acb
Allow any non-whitespace character in language types for pygments code highlighting. Addresses #1166
2013-04-09 09:20:45 -05:00
Brandon Mathis
f17e6cb15d
removed unncessary pagination plugin
2013-04-09 09:14:05 -05:00
Parker Moore
ee6f68526d
:dependencies => :globals in :require_js configuration
2013-04-05 18:28:25 +02:00
Parker Moore
84aa44b77d
Configuration[:require_js][:globals] wasn't named such. renamed to fix
2013-04-05 16:45:37 +02:00
Parker Moore
d3606e20b6
Update to Jekyll v1.0.0.beta3.
2013-04-05 16:44:55 +02:00
Brandon Mathis
f4d68f82d3
Added update_configs task to update configurations for a theme
2013-04-03 19:59:13 -05:00
Parker Moore
1a4b0f24f3
Use rspec for testing
2013-04-03 01:27:03 +02:00
Parker Moore
f4368e7ccc
Merge pull request #1174 from MrJoy/config_singleton_take3
...
Make Octopress only load its configs once per process.
2013-04-02 16:10:25 -07:00
Brandon Mathis
b1d7550556
Updates to javascript
...
- Changed require.yml config from dependencies to globals (more obvious what it means)
- Updated js_asset_manager to work with new require.yml
- Fixed a few bugs in octopress.js related to mobile nave and flash movies.
2013-04-02 16:24:13 -05:00
Parker Moore
9f3407906e
Merge pull request #1176 from MrJoy/update_dependencies_take2
...
Updating deps. Notable changes:
2013-04-02 13:33:26 -07:00
Parker Moore
f430bd82da
Merge pull request #1115 from imathis/colorize
...
Colorize Terminal Errors/Warnings
2013-04-02 11:53:31 -07:00
Jon Frisby
b5dc3367de
Updating deps. Notable changes:
...
chunky_png:
* Fixed an error n 4-bit resampling code.
fast-stemmer:
* Fixed to work with compilers other than gcc.
fssm:
* Remove deprecation message.
* Fix to work with JRuby.
haml:
* Fix for line numbers reported from exceptions in nested blocks.
kramdown:
* BREAKING CHANGE: Code language is now specified via .language-CODELANG instead of lang='CODELANG'
* See this page for explanation: http://kramdown.rubyforge.org/news.html
2013-04-01 22:20:37 -07:00
Jon Frisby
f642675c89
Make Octopress only load its configs once per process.
2013-04-01 21:40:59 -07:00
Parker Moore
72837700f9
Merge pull request #1164 from xuhdev/patch-2
...
Ignore assets.old
2013-04-01 12:30:32 -07:00
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