Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Remove unsupported 'updated' flag from _includes/post/date.html | Frederic Hemberger | 2011-10-18 | 3 | -11/+5 | |
| | | | | | | | | | | | | | | | | | | Jekyll does not support this value for Page or Post classes. The capture returned an empty Sting, which was always evaluated to true in '{% if updated %}'. | |||||
* | | | Make post's date output configurable via _config.yml, closes #164 | Frederic Hemberger | 2011-10-18 | 4 | -28/+79 | |
|/ / | | | | | | | | | | | A new config variable 'date_format' is introduced in _config.yml. It can either be set to "ordinal" to use the current format or it can be given a string complying to strftime() format identifiers. | |||||
* | | Moves Google Analytics to <head> allowing verification for Google Webmaster ↵ | Frederic Hemberger | 2011-10-17 | 2 | -1/+1 | |
| | | | | | | | | Tools, fixes #204 | |||||
* | | Adds support for Google+ widget, supports author information in search ↵ | Frederic Hemberger | 2011-10-17 | 4 | -2/+45 | |
| | | | | | | | | results, fixes #203 | |||||
* | | Removes <nav> for Pagination links, fixes #216 | Frederic Hemberger | 2011-10-17 | 3 | -18/+31 | |
| | | ||||||
* | | Fixes typo in :push task | Frederic Hemberger | 2011-10-17 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #226 from jcftang/master | Frederic Hemberger | 2011-10-16 | 1 | -1/+1 | |
|\ \ | |/ |/| | Fix a typo in sass template | |||||
| * | fix typo in scss template | Jimmy Tang | 2011-10-16 | 1 | -1/+1 | |
|/ | ||||||
* | Fixes solarized colors, fixes #219 | Frederic Hemberger | 2011-10-16 | 1 | -2/+2 | |
| | ||||||
* | Adds prev/next link below post, fixes #218 | Frederic Hemberger | 2011-10-16 | 2 | -1/+11 | |
| | ||||||
* | Merge pull request #201 from mikl/category-feeds | Frederic Hemberger | 2011-10-16 | 2 | -0/+63 | |
|\ | | | | | Adds per-category Atom feeds. | |||||
| * | Fixed duplicate title. | Mikkel Hoegh | 2011-10-06 | 1 | -1/+0 | |
| | | ||||||
| * | First attempt at creating per-category Atom feeds. | Mikkel Hoegh | 2011-10-05 | 2 | -0/+64 | |
| | | ||||||
* | | Adds parameter for left aligned pullquotes, fixes #215 | Frederic Hemberger | 2011-10-16 | 2 | -8/+9 | |
| | | ||||||
* | | Merge branch 'master' of https://github.com/strand/octopress into ↵ | Frederic Hemberger | 2011-10-16 | 2 | -4/+16 | |
|\ \ | | | | | | | | | | strand/octopress | |||||
| * | | Reverted previous commit. | B Strand | 2011-10-13 | 1 | -7/+3 | |
| | | | ||||||
| * | | Reverted previous commit to separate that change to a different pull request. | B Strand | 2011-10-13 | 1 | -1/+1 | |
| | | | ||||||
| * | | Separated citation style from the general blockquote style. The general ↵ | B Strand | 2011-10-12 | 1 | -3/+7 | |
| | | | | | | | | | | | | blockquote style is great for nesting and indentation, while the citation is excellent for quote attribution. | |||||
| * | | Added class='citation' to blockquotes generated by the blockquote plugin to ↵ | B Strand | 2011-10-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | differentiate their style from the style of an html or markdown blockquote. | |||||
| * | | Renamed has-pullquote and has-pullquoteleft classes to pullquote-right and ↵ | B Strand | 2011-10-12 | 1 | -2/+2 | |
| | | | | | | | | | | | | pullquote-left (I suppose a less stylistic naming convention might pullquote-default and pullquote-alternate.) | |||||
| * | | Updated pullquote.rb to use a vernacular similar to the image tag. | B Strand | 2011-10-12 | 1 | -3/+4 | |
| | | | ||||||
| * | | Edited .themes/classic/sass/base/_typography.scss via GitHub | strand | 2011-10-11 | 1 | -1/+10 | |
| | | | ||||||
| * | | Implemented pullquoteleft functionality | strand | 2011-10-11 | 1 | -3/+5 | |
| | | | ||||||
* | | | Replaces system call with cross-platform cp_r, fixes #200 | Frederic Hemberger | 2011-10-16 | 1 | -1/+1 | |
| | | | ||||||
* | | | Removes also leading tab from backtick codeblock | Frederic Hemberger | 2011-10-16 | 1 | -3/+3 | |
| | | | ||||||
* | | | Makes titlecase of page/post titles configurable | Frederic Hemberger | 2011-10-16 | 3 | -3/+5 | |
| | | | ||||||
* | | | Removes 'titlecase' from page name, fixes #202 | Frederic Hemberger | 2011-10-16 | 1 | -4/+2 | |
| | | | ||||||
* | | | Removes duplicate mkdir_p | Frederic Hemberger | 2011-10-16 | 1 | -1/+0 | |
|/ / | ||||||
* | | ensures compiled /source/stylesheets/screen.css exists before running watch ↵ | Brandon Mathis | 2011-10-11 | 1 | -0/+2 | |
| | | | | | | | | and preview tasks, fixes #214 | |||||
* | | Merge branch 'master' of github.com:imathis/octopress | Frederic Hemberger | 2011-10-11 | 4 | -0/+15 | |
|\ \ | ||||||
| * \ | Merge pull request #210 from xdworks/294accde545a7213b274c5b625b44a17ed72e0f3 | Frederic Hemberger | 2011-10-11 | 4 | -0/+15 | |
| |\ \ | | | | | | | | | Facebook Like button integration, fixes #176 | |||||
| | * | | facebook like option | xdite | 2011-10-09 | 4 | -0/+15 | |
| | | | | ||||||
* | | | | Codeblock: Output source even if 'pygments_prefix' or 'pygments_suffix' is ↵ | Frederic Hemberger | 2011-10-11 | 1 | -0/+1 | |
|/ / / | | | | | | | | | | nil. Fixes #182 | |||||
* | | | Allows '-' in deployment branch names, fixes #213 | Frederic Hemberger | 2011-10-11 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #209 from drewwells/patch-1 | Brandon Mathis | 2011-10-09 | 1 | -4/+4 | |
|\ \ \ | |/ / |/| | | Fix issues with Disqus integration | |||||
| * | | As other things rely on these variables, they need to be global. | Drew Wells | 2011-10-09 | 1 | -4/+4 | |
|/ / | | | | | | | Fixes issues with comments not loading on the blog. Semicolons non-optional due to SAFE function http://twitter.com/#!/elijahmanor/status/121980870428069890 | |||||
* | | Fixes delicious API url after moving from Yahoo! to AVOS, fixes #179 | Frederic Hemberger | 2011-10-06 | 1 | -1/+1 | |
|/ | ||||||
* | Updates README | Frederic Hemberger | 2011-10-04 | 1 | -4/+12 | |
| | ||||||
* | Adds CDATA sections to atom.xml, fixes #198 | Frederic Hemberger | 2011-10-04 | 2 | -7/+10 | |
| | ||||||
* | Merge pull request #197 from mikl/atom-feed-generator | Brandon Mathis | 2011-10-03 | 1 | -0/+1 | |
|\ | | | | | Add generator tag to Atom feed. | |||||
| * | Add generator tag to Atom feed. | Mikkel Hoegh | 2011-10-04 | 1 | -0/+1 | |
|/ | | | | | generator is an optional element, but let's give credit where it's due. Besides, it can be helpful to feed consumers to know what tool generated the file. | |||||
* | Merge pull request #193 from alg/atom-escaping | Brandon Mathis | 2011-10-03 | 1 | -4/+4 | |
|\ | | | | | Proper atom feed xml escaping | |||||
| * | Proper atom feed xml escaping | Aleksey Gureiev | 2011-10-02 | 1 | -4/+4 | |
|/ | ||||||
* | fixed issue where update_source failed if source/index was any extension ↵ | Brandon Mathis | 2011-10-01 | 1 | -1/+2 | |
| | | | | other than .html | |||||
* | wildcards broke rake update_source. fixes that | Brandon Mathis | 2011-10-01 | 1 | -1/+1 | |
| | ||||||
* | improved support for solarized light theme | Brandon Mathis | 2011-10-01 | 3 | -18/+33 | |
| | ||||||
* | Merge branch 'master' of github.com:imathis/octopress | Frederic Hemberger | 2011-09-30 | 1 | -1/+2 | |
|\ | ||||||
| * | Retains customized favicon on update_source fixes #189, Copies index.* from ↵ | Brandon Mathis | 2011-09-30 | 1 | -1/+2 | |
| | | | | | | | | source.old fixes #188 | |||||
* | | Fixes flow for sidebar three column mode | Frederic Hemberger | 2011-09-30 | 1 | -1/+4 | |
|/ | ||||||
* | removed console.log from twitter.js #facepalm | Brandon Mathis | 2011-09-29 | 1 | -1/+0 | |
| |