ce0d25100b 
								
							
								 
							
						 
						
							
							
								
								now Github repo url can be specified inline setup_github_pages command  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								39ec55b605 
								
							
								 
							
						 
						
							
							
								
								Removed offending paren in Rakefile  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								bdc3cb8bd3 
								
							
								 
							
						 
						
							
							
								
								Rsync --delete option can be turned off in Rakefile configuration and users can exclude directories from sync by adding an rsync-exclude file to their root directory.  fixes   #247  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								e220fcc610 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of github.com:imathis/octopress  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								254cdd35d6 
								
							
								 
							
						 
						
							
							
								
								:copydot ignores thumbnail files starting with '._'  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								e5c262cb8f 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #225  from imathis/post_names  
							
							... 
							
							
							
							Add more flexibility to :new_page task 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								6714e5c7f5 
								
							
								 
							
						 
						
							
							
								
								Set flag in preview mode and re-generate files before deployment if necessary  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								f1ebf35869 
								
							
								 
							
						 
						
							
							
								
								Introduce distinction between preview/productive site generation  
							
							... 
							
							
							
							Posts which contain the YAML attribute `published: false` are usually
not generated by Jekyll. With this patch they can be previewed just
like published posts on localhost using `rake watch`or `rake preview`.
NOTICE: Before pushing to the productive environment, use `rake generate`
to update the public directory and remove posts which are flagged not to be
published. 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								ffa68a1fe3 
								
							
								 
							
						 
						
							
							
								
								Fixes typo in :push task  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								fc138b2e35 
								
							
								 
							
						 
						
							
							
								
								Adds more flexibility to :new_page task  
							
							... 
							
							
							
							Page filenames/directories are lowercased and sanitized by default to
allow a greater flexibility:
- new_page["/path/to/file"] # => source/path/to/file/index.markdown
- new_page["path/to/file"] # => source/path/to/file/index.markdown
- new_page["my path/my file"] # => source/my-path/my-file/index.markdown
- new_page["lorem.ipsum.dolor"] # => source/lorem-dot-ipsum.dolor
- new_page["Questions & Answers"] # => source/questions-and-answers/index.markdown 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								82942bd088 
								
							
								 
							
						 
						
							
							
								
								Replaces system call with cross-platform cp_r,  fixes   #200  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								4b87a2fb7d 
								
							
								 
							
						 
						
							
							
								
								Removes 'titlecase' from page name,  fixes   #202  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								fe19c2aaae 
								
							
								 
							
						 
						
							
							
								
								Removes duplicate mkdir_p  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								86c72a4ca6 
								
							
								 
							
						 
						
							
							
								
								ensures compiled /source/stylesheets/screen.css exists before running watch and preview tasks,  fixes   #214  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								35ebe0d647 
								
							
								 
							
						 
						
							
							
								
								Allows '-' in deployment branch names,  fixes   #213  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								09057190d9 
								
							
								 
							
						 
						
							
							
								
								fixed issue where update_source failed if source/index was any extension other than .html  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								d833d9fe78 
								
							
								 
							
						 
						
							
							
								
								wildcards broke rake update_source. fixes that  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								bdf904adff 
								
							
								 
							
						 
						
							
							
								
								Retains customized favicon on update_source  fixes   #189 , Copies index.* from source.old  fixes   #188  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								3bd4ed026e 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of github.com:imathis/octopress into compass  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								af1f2af48f 
								
							
								 
							
						 
						
							
							
								
								Typo.  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								a4177e1471 
								
							
								 
							
						 
						
							
							
								
								Changed it so the ssh port is configurable as well. (As I ran into the same issue already described at  https://github.com/imathis/octopress/issues/30  )  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								3ad7715901 
								
							
								 
							
						 
						
							
							
								
								Fix generation of stylesheets  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								aa1abd0827 
								
							
								 
							
						 
						
							
							
								
								now Github pages :push task forces  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								4d49149404 
								
							
								 
							
						 
						
							
							
								
								renamed github pages configuration task  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								ab61a62d30 
								
							
								 
							
						 
						
							
							
								
								Removes compass_compiler.rb  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								fcb730b5bf 
								
							
								 
							
						 
						
							
							
								
								Restored copying public into _deploy.  fixes   #169  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								4efb29394f 
								
							
								 
							
						 
						
							
							
								
								improved github configuration raketask  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								92ff4a9c67 
								
							
								 
							
						 
						
							
							
								
								copydot task can be called with parameters, no need for separate copydot_deploy  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								a5d55fe80f 
								
							
								 
							
						 
						
							
							
								
								Fixed issue where dotfiles were not being copied to _deploy for github pages deployments  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								5b2b0c508b 
								
							
								 
							
						 
						
							
							
								
								fixed issue where public was being copied into _deploy  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								ec91c370d5 
								
							
								 
							
						 
						
							
							
								
								Removing glob because globbing does not pick up dotfiles.  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								31adeee1df 
								
							
								 
							
						 
						
							
							
								
								Wraps git commit message in double quotes,  fixes   #139  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								f6bf894387 
								
							
								 
							
						 
						
							
							
								
								Aligns naming of .pygments-cache, .gist-cache and .sass-cache  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								1a562b9580 
								
							
								 
							
						 
						
							
							
								
								Fixes   #150 . Strip leading path before checking for excluded file.  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								48cd2793cf 
								
							
								 
							
						 
						
							
							
								
								added itegration to gen_deploy  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								565648300b 
								
							
								 
							
						 
						
							
							
								
								Fix an issue in 'watch' and 'preview' where main process is terminated with child processes still running  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								04973e0948 
								
							
								 
							
						 
						
							
							
								
								Move generate + deploy to separate task  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								960a57c256 
								
							
								 
							
						 
						
							
							
								
								Generate site before deploying, execute tasks in sequence  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								5c275542c3 
								
							
								 
							
						 
						
							
							
								
								Copy dotfiles also for subdirectories  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								7c1c24f899 
								
							
								 
							
						 
						
							
							
								
								moved from Posix::Span to Process.span, fixing  #46  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								b812500f39 
								
							
								 
							
						 
						
							
							
								
								Updated new_post and new_page taks to use new ask method for dialogs  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								ed0c220523 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/fhemberger/octopress  into fhemberger-master  
							
							... 
							
							
							
							Conflicts:
	plugins/category_generator.rb 
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								f03c4cdb2a 
								
							
								 
							
						 
						
							
							
								
								install: Adds confirmation before overwriting existing source_dir  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								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  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								724fd1dbc8 
								
							
								 
							
						 
						
							
							
								
								fixed bug where update_source Rake task was not copying over changes from .themes  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								aa095689e4 
								
							
								 
							
						 
						
							
							
								
								not using cd in copydot, breaks chained task when further cd's are called  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								9b52d40a54 
								
							
								 
							
						 
						
							
							
								
								removed octopress.org rsync deploy config from Rakefile. Oops  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								35a158dd14 
								
							
								 
							
						 
						
							
							
								
								Somehow I replaced Rakefile with oder version, oops  
							
							
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								b38b613908 
								
							
								 
							
						 
						
							
							
								
								Added warning if users try to add posts, pages, or generate their site  
							
							... 
							
							
							
							before installing an Octopress theme, fixes  #116  
							
						 
						
							14 years ago  
				
					
						
							
							
								 
						
							
							
								94fcb60958 
								
							
								 
							
						 
						
							
							
								
								removed unnecessary mkdir_p in update_style,  fixed   #67  
							
							
							
						 
						
							14 years ago