fhemberger
f03c4cdb2a
install: Adds confirmation before overwriting existing source_dir
13 years ago
Brandon Mathis
3f07677276
Added prompt for overwriting posts and pages when a new_post and new_page tasks are run and the file already exists. Fixes #130
13 years ago
Brandon Mathis
724fd1dbc8
fixed bug where update_source Rake task was not copying over changes from .themes
13 years ago
Ryan Gibbons
aa095689e4
not using cd in copydot, breaks chained task when further cd's are called
13 years ago
Brandon Mathis
9b52d40a54
removed octopress.org rsync deploy config from Rakefile. Oops
13 years ago
Brandon Mathis
35a158dd14
Somehow I replaced Rakefile with oder version, oops
13 years ago
Brandon Mathis
b38b613908
Added warning if users try to add posts, pages, or generate their site
before installing an Octopress theme, fixes #116
13 years ago
Brandon Mathis
94fcb60958
removed unnecessary mkdir_p in update_style, fixed #67
13 years ago
Brandon Mathis
ebd5fb002b
sleeps wait, cleaned up rake preview and rake watch a bit
13 years ago
Benjamin R Doerr
efb7522491
Do not rely on system specifc syntax for preview or watch.
13 years ago
Benjamin R Doerr
5f08abe6dd
Removes system specific File IO from Rakefile, rather we make use of FileUtils.
13 years ago
Ben Doerr
9d57455e0f
Makes update_source and update_style much more windows friendly.
13 years ago
Brandon Mathis
9f830dd96f
added support for deploying "dot" files (eg. .htaccess), fixes #104
13 years ago
Pavel Pravosud
5ec1f014a0
added stringex gem for permalink url generation
13 years ago
Brandon Mathis
59521e3db8
added blog_index_dir configuration and improved update_source
13 years ago
Brandon Mathis
313c3859aa
now using rack instead of Jekyll's webrick server, fixes #90
13 years ago
marutanm
a817f99785
fix rake-list
13 years ago
Brandon Mathis
0e072543da
added support for preserving customized source/index.html during template updates. Moved the blog index code to a partial in source/_includes/blog_index.html
13 years ago
Brandon Mathis
5d24e0ba2b
udpated rake udpate_source task to preserve custom includes instaed of preserving navigation and footer
13 years ago
Brandon Mathis
df86e647b1
Rake task update_source now preserves footer as well as navigation
13 years ago
Brandon Mathis
0911eabb9b
fixed update style
13 years ago
Luke Armstrong
6244feae22
Fixed rake update_source and rake update_style
13 years ago
Luke Armstrong
3d238313a7
Fixed [cp: cannot stat `.themes/classic/source/*.': No such file or directory]
13 years ago
Brandon Mathis
25704fe355
improved new_post title substitutions, fixed directories in rake update tasks
13 years ago
Mike Ballou
9189548e9d
Changed description of new_page rake task, to what it does
13 years ago
Brandon Mathis
a12b0b7f6e
updated push rake task to copy contents of public directory into _deploy
13 years ago
Brandon Mathis
12aed03eea
updated rakefile and config to support url mapping in previous commit
13 years ago
Brandon Mathis
19df7e84d6
added source_update and sass_update rake tasks, for easily updating a blog to the latest theme
13 years ago
Brandon Mathis
cc1cfa56b2
fixed regular expression for new_page rake task
13 years ago
Brandon Mathis
6006ac8a01
new_page rake task now creates pages as page_name/index.[default_format] if no file extension is passed. By default this creates nicer urls
13 years ago
Brandon Mathis
98cfd74d9a
In new_post and new_page rake tasks: adding quotes around title attribute for better compatibility with yaml
13 years ago
Brandon Mathis
4a40323166
Changed rake task 'post' to 'new_post' and updated the yaml front matter. Added 'new_page' rake task for easily adding new pages with a default yaml block
13 years ago
Brandon Mathis
17c59fb1d1
Moved plugins to root directory. I'm ditching the idea of shipping plugins with themes until it's more obviously necessary. This way it's easier to merge and update plugins.
13 years ago
Brandon Mathis
1f9b596b82
1. Added rake task for simple configuration of subdirectory deployment.
2. Updated READEME documentation regarding deploying to subdirectories.
3. Fixed related mistake in pagination and header links
13 years ago
Kent Fenwick
922472517f
Updated path to plugins.
13 years ago
Brandon Mathis
9e6a951826
Updated install rake task (now properly copies directory contents) Thanks @pw for the pull request fixes #32
14 years ago
Brandon Mathis
ee7b9dd958
Changed _plugins folder to plugins and updated rake tasks accordingly
14 years ago
Brandon Mathis
ea349cdfbf
Moved themes to .themes to get it out of the way. Updated Rakefile to support .themes dir and remove duplication. Improved deploy task. Renamed init_deploy to cofig_deploy and rewrote it to update configurations in the Rakefile for easier deploy use
14 years ago
Brandon Mathis
ce6621724c
Improved the post and init_deploy rake tasks
14 years ago
Brandon Mathis
6f4c842bdf
fixed a bug in init_deploy task
14 years ago
Brandon Mathis
353ccfd4eb
1. Added Category support
2. Designed blog archives pages
3. Restructured Sass
4. Added Categories to rake post metadata
5. Some general style improvements
14 years ago
Brandon Mathis
a128d4990b
1. Improved Deployment and setup tasks in Rakefile
2. Improved README setup instructions
14 years ago
Brandon Mathis
a2ab1d4802
1. Reordered configs in Rakefile based on importance.
2. Refactored stylesheets to simplify dreictory trees.
14 years ago
Brandon Mathis
b9b9eb09c1
improved rake tasks for deployment, updated .gitignore
14 years ago
Brandon Mathis
21813059f2
1. Replaced Rdiscount in favor of Kramdown (better html5 support) for markdown processing.
2. Added updated instructions to the README
3. Removed unused media css directories
4. Improved use of color variables for page theming.
5. Improved Typography and blog styling.
6. Added support for simple pre and code styles
7. Misc styling and markup improvements.
14 years ago
Brandon Mathis
913fa105c4
1. Moved _plugins into themes/classic/_plugins
I think it's probably better to ship plugins with themes to make it
easier to update them.
2. Improved 'install' rake task and made nicer output
14 years ago
Brandon Mathis
14ba4cfd3c
1. Reduced dependencies and updated the gemfile
2. Added whole vendor directory to .gitignore for `bundle package` users
3. Removed guard tasks and replaced serve tasks in Rakefile.
3. Reorganized rake tasks and cleaned up the Rakefile.
14 years ago
Brandon Mathis
519e234aab
Improved theme install process
added missing assets
14 years ago
Brandon Mathis
d8b796acb9
Another massive commit:
1. Major improvements to the responsive styling.
2. Toggleable sidebar
3. Upgraded to modernizr 2.0 which includes Respond.js
4. IE7-9 testing and fixes
5. New theming system which should make forkers happy
6. New rake task for installing Octopress themes
7. Magic
14 years ago
Brandon Mathis
8698a276f9
Cleaned out public from repository, updated gitignore, added syntax
highlighting tests, improved syntax highlighting and styling of pre
blocks.
Overriding dynamic gist styling.
Added a plugin for pygments caching which should speed things up
terrifically.
added ender.js as a lightweight way of scripting the DOM, events, etc.
Some general typography and semantic html improvements.
14 years ago