Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't display comments link for post excerpts on index page when comments ↵ | Luke Karrys | 2012-03-23 | 1 | -1/+1 |
| | | | | for that post are set to false. | ||||
* | Merge pull request #376 from robertkowalski/clrf | Brandon Mathis | 2012-03-07 | 1 | -114/+114 |
|\ | | | | | Fix CRLF, closes #374 | ||||
| * | Fix CRLF, closes #374 | Robert Kowalski | 2012-01-14 | 1 | -114/+114 |
| | | |||||
* | | Merge pull request #427 from joliss/typo | Brandon Mathis | 2012-02-19 | 1 | -1/+1 |
|\ \ | | | | | | | Fix typo | ||||
| * | | Fix typo | Jo Liss | 2012-02-15 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #434 from nomulous/patch-1 | Brandon Mathis | 2012-02-19 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | Github -> GitHub (capitalization) | ||||
| * | | Github -> GitHub (capitalization) | Fletcher Tomalty | 2012-02-19 | 1 | -2/+2 |
|/ / | |||||
* | | Merge branch 'master' of github.com:imathis/octopress | Brandon Mathis | 2012-01-08 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge pull request #351 from grahamc/master | Brandon Mathis | 2012-01-07 | 1 | -1/+1 |
| |\ | | | | | | | Resolve a simple _config.yml typo | ||||
| | * | tilecase -> titlecase | Graham Christensen | 2011-12-31 | 1 | -1/+1 |
| |/ | |||||
* | | Fix for annoying overflow scroll issues caused by facebook and twitter ↵ | Brandon Mathis | 2012-01-08 | 3 | -1/+8 |
|/ | | | | share/follow widgets. | ||||
* | Merge pull request #335 from hSATAC/master | Brandon Mathis | 2011-12-20 | 1 | -1/+1 |
|\ | | | | | Fix delicious widget js error | ||||
| * | Fix delicious widget js error | hSATAC | 2011-12-21 | 1 | -1/+1 |
|/ | | | | | JS error occured when there's no tags on bookmarks Check if it's an empty string before join item[i].t | ||||
* | now Github repo url can be specified inline setup_github_pages command | Brandon Mathis | 2011-12-18 | 1 | -2/+6 |
| | |||||
* | added site-wide description to config.yml (this provides a default meta ↵ | Brandon Mathis | 2011-12-13 | 1 | -0/+1 |
| | | | | description for the site, but can be overridden on on any page with page.description in the yaml) | ||||
* | Merge pull request #323 from adibis/devel | Brandon Mathis | 2011-12-13 | 1 | -1/+1 |
|\ | | | | | Removed redeclaration of sidebar-border. | ||||
| * | Removed redeclaration of sidebar-border. | Aditya Shevade | 2011-12-12 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #322 from tgray/clearnoise | Brandon Mathis | 2011-12-12 | 1 | -1/+1 |
|\ | | | | | Added !default to noise-bg | ||||
| * | Added !default to noise-bg | Tim Gray | 2011-12-12 | 1 | -1/+1 |
|/ | | | | | This lets us override the noise.png background image in the custom SCSS files if we choose. | ||||
* | Merge pull request #319 from tgray/searchtoggle | Brandon Mathis | 2011-12-11 | 1 | -0/+2 |
|\ | | | | | Search box can be toggled off. | ||||
| * | Search box can be toggled off. | Tim Gray | 2011-12-11 | 1 | -0/+2 |
| | | | | | | | | | | | | By leaving 'simple_search' parameter blank in the _config.yml file, the search form in the navigation.html include is omitted. This lets you put your own custom search form in the custom/navigation.html file. | ||||
* | | Added a space between author and site to be sure it looked good in feed ↵ | Brandon Mathis | 2011-12-11 | 1 | -2/+2 |
| | | | | | | | | readers and places where the site CSS wasn't being loaded | ||||
* | | Added RubyPants (the ruby port of John Gruber's smarty pants) to ↵ | Brandon Mathis | 2011-12-11 | 2 | -2/+493 |
|/ | | | | intelligently replace primes with smart quotes in the pullquote plugin, fixes #316 | ||||
* | Removed offending paren in Rakefile | Brandon Mathis | 2011-12-10 | 1 | -1/+1 |
| | |||||
* | Rsync --delete option can be turned off in Rakefile configuration and users ↵ | Brandon Mathis | 2011-12-10 | 1 | -2/+7 |
| | | | | can exclude directories from sync by adding an rsync-exclude file to their root directory. fixes #247 | ||||
* | removed overflow hidden from <article> to prevent clipping on facebook's ↵ | Brandon Mathis | 2011-12-10 | 2 | -2/+1 |
| | | | | send dropdown, and fixed bug with styling on twitter status links | ||||
* | now mobile navigation inlcudes subscription links fixes #299 | Brandon Mathis | 2011-12-10 | 1 | -1/+5 |
| | |||||
* | removed size restriction on twitter sidebar follow button | Brandon Mathis | 2011-12-10 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:imathis/octopress | Frederic Hemberger | 2011-12-10 | 1 | -8/+15 |
|\ | |||||
| * | Merge pull request #225 from imathis/post_names | Frederic Hemberger | 2011-12-10 | 1 | -8/+15 |
| |\ | | | | | | | Add more flexibility to :new_page task | ||||
| | * | Adds more flexibility to :new_page task | Frederic Hemberger | 2011-10-16 | 1 | -8/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | :copydot ignores thumbnail files starting with '._' | Frederic Hemberger | 2011-12-10 | 1 | -5/+2 |
|/ / | |||||
* | | Merge pull request #271 from simensen/ConfigureFontFamilyForSubtitle | Frederic Hemberger | 2011-12-10 | 2 | -0/+5 |
|\ \ | | | | | | | Make font-family for subtitle configurable. | ||||
| * | | Provide a way to configure font family for subtitle. | Beau Simensen | 2011-11-13 | 2 | -0/+5 |
| | | | |||||
* | | | Merge pull request #270 from omo/missing-default-variables | Frederic Hemberger | 2011-12-10 | 1 | -4/+4 |
|\ \ \ | | | | | | | | | Add missing default qualifiers to some sass variables. | ||||
| * | | | Added missing default qualifiers to some sass variables. | MORITA Hajime | 2011-11-12 | 1 | -4/+4 |
| | | | | |||||
* | | | | Merge pull request #295 from jbrains/master | Frederic Hemberger | 2011-12-10 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Capitalize word after '!' and '?'. | ||||
| * | | | | Improved, I think, the Titlecase plugin | J. B. Rainsberger | 2011-11-28 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Merge pull request #293 from imathis/generate_environment | Frederic Hemberger | 2011-12-10 | 2 | -2/+57 |
|\ \ \ \ \ | | | | | | | | | | | | | Introduce distinction between preview/productive site generation | ||||
| * | | | | | Set flag in preview mode and re-generate files before deployment if necessary | Frederic Hemberger | 2011-11-29 | 2 | -1/+11 |
| | | | | | | |||||
| * | | | | | Introduce distinction between preview/productive site generation | Frederic Hemberger | 2011-11-23 | 2 | -2/+47 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | | | Merge pull request #315 from vamsee/master | Frederic Hemberger | 2011-12-09 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | rvm does not recognize the current .rvmrc syntax | ||||
| * | | | | | use correct .rvmrc syntax | Vamsee Kanakala | 2011-12-10 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Merge pull request #298 from nistude/master | Brandon Mathis | 2011-12-02 | 1 | -4/+4 |
|\ \ \ \ \ | |/ / / / |/| | | | | Nested lists should not have margin-bottom | ||||
| * | | | | nested lists should not have a margin-bottom | Nikolay Sturm | 2011-12-02 | 1 | -4/+4 |
|/ / / / | |||||
* | | | | Remove !default from property values | Frederic Hemberger | 2011-11-18 | 1 | -3/+3 |
| | | | | |||||
* | | | | Add header font size and padding to custom layout | Frederic Hemberger | 2011-11-18 | 1 | -0/+4 |
| | | | | |||||
* | | | | Add missing $header-padding-top, $header-padding-bottom. | Frederic Hemberger | 2011-11-18 | 1 | -0/+2 |
| | | | | |||||
* | | | | Merge pull request #288 from jakemcc/octo-head | Frederic Hemberger | 2011-11-17 | 1 | -6/+8 |
|\ \ \ \ | |/ / / |/| | | | Make header font-size customizable. | ||||
| * | | | Make header font size customizable. | Jake McCrary | 2011-11-17 | 1 | -6/+8 |
|/ / / | | | | | | | | | | Change $header-font-size variable to specify size. |