Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial update to be compatible with Jekyll 2 | Brandon Mathis | 2014-06-21 | 1 | -2/+2 |
| | |||||
* | Default to HTTPS for google searches | Richard Cunningham | 2014-03-07 | 1 | -1/+1 |
| | |||||
* | Removed a couple of buggy filters on RDiscount (for now) | Brandon Mathis | 2013-05-07 | 1 | -2/+0 |
| | |||||
* | Updated RDiscount, added footnotes and other extensions | Brandon Mathis | 2013-05-07 | 1 | -0/+7 |
| | |||||
* | removed Twitter configuration for timeline and follow buton which are no ↵ | Brandon Mathis | 2013-03-10 | 1 | -5/+1 |
| | | | | longer integrated | ||||
* | tilecase -> titlecase | Graham Christensen | 2011-12-31 | 1 | -1/+1 |
| | |||||
* | 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) | ||||
* | Make third-party asides default to false, closes #263 | Frederic Hemberger | 2011-11-11 | 1 | -2/+2 |
| | |||||
* | Add custom date format %o for ordinal representation of the day | Frederic Hemberger | 2011-11-04 | 1 | -2/+3 |
| | |||||
* | Make post's date output configurable via _config.yml, closes #164 | Frederic Hemberger | 2011-10-18 | 1 | -0/+5 |
| | | | | | | 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. | ||||
* | Adds support for Google+ widget, supports author information in search ↵ | Frederic Hemberger | 2011-10-17 | 1 | -2/+7 |
| | | | | results, fixes #203 | ||||
* | Makes titlecase of page/post titles configurable | Frederic Hemberger | 2011-10-16 | 1 | -0/+2 |
| | |||||
* | facebook like option | xdite | 2011-10-09 | 1 | -0/+3 |
| | |||||
* | Added optional comment count for disqus, fixes #88 | Frederic Hemberger | 2011-09-21 | 1 | -0/+1 |
| | |||||
* | changed order for Github 3rd-party configs | Brandon Mathis | 2011-09-03 | 1 | -6/+6 |
| | |||||
* | added github asides to the default asides list | Brandon Mathis | 2011-09-03 | 1 | -1/+1 |
| | |||||
* | Merge branch 'github-repositories-plugin' of ↵ | Brandon Mathis | 2011-09-03 | 1 | -0/+6 |
|\ | | | | | | | https://github.com/pilif/octopress into pilif-github-repositories-plugin | ||||
| * | corrected fork skipping logic | Philip Hofstetter | 2011-08-04 | 1 | -0/+1 |
| | | |||||
| * | provide an option to show or not show github profile link | Philip Hofstetter | 2011-08-04 | 1 | -0/+1 |
| | | |||||
| * | allow limiting the amount of repos to display | Philip Hofstetter | 2011-08-04 | 1 | -0/+1 |
| | | | | | | | | | | by setting github_repo_count to someething that's not 0, you can limit the amount of repositories to render | ||||
| * | add github repositories sidebar plugin | Philip Hofstetter | 2011-08-04 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | if you specify github_user: in you _config.yml and once you add asides/github.html to your sidebar items, this plugin will fetch the specified users github repositories and order them so the last pushed ones are shown first. Then it'll list them in the side-bar, including a link and the repository description The plugin will only list your own repositories, not forks, though this might need to be configurable later | ||||
* | | now only excerpted articles show the "read on" link. Also the text for that ↵ | Brandon Mathis | 2011-08-20 | 1 | -0/+1 |
| | | | | | | | | link can be set in the _config.yml | ||||
* | | Added support for pagination with a blog index in any directory (helps with ↵ | Brandon Mathis | 2011-08-16 | 1 | -2/+3 |
| | | | | | | | | landing pages). Added configuration for pagination directory base | ||||
* | | now using rack instead of Jekyll's webrick server, fixes #90 | Brandon Mathis | 2011-08-11 | 1 | -1/+0 |
| | | |||||
* | | fixed issue where port setting didn't change jekyll's webbrick in ↵ | Brandon Mathis | 2011-08-07 | 1 | -1/+1 |
|/ | | | | _config.yml. Accidentally used port where I should have used server_port fixes #70 | ||||
* | added explaination to _config.yml for why pygments are turned off | Brandon Mathis | 2011-08-02 | 1 | -1/+1 |
| | |||||
* | update instructions for adding custom asides | Brandon Mathis | 2011-07-31 | 1 | -1/+1 |
| | |||||
* | added config for multiple asides | Brandon Mathis | 2011-07-30 | 1 | -2/+9 |
| | |||||
* | Merge branch 'master' of https://github.com/woodwardjd/octopress into ↵ | Brandon Mathis | 2011-07-29 | 1 | -0/+3 |
|\ | | | | | | | woodwardjd-master | ||||
| * | allow select and order of sidebar components to be configurable in jekyll's ↵ | Jason Woodward | 2011-07-28 | 1 | -0/+3 |
| | | | | | | | | _config.yml | ||||
* | | added / to the end of the permalinks by default to be more compatible with ↵ | Brandon Mathis | 2011-07-28 | 1 | -1/+1 |
|/ | | | | diqus permalink matching for wordpress default imports | ||||
* | added support for pygments.rb removing dependency on pygments, added support ↵ | Brandon Mathis | 2011-07-26 | 1 | -1/+1 |
| | | | | for caching highlighted code from pygments.rb and added default line numbering. Javascript auto line numbering now only occurs for embedded gists | ||||
* | updated rakefile and config to support url mapping in previous commit | Brandon Mathis | 2011-07-22 | 1 | -3/+1 |
| | |||||
* | cleaned up config for generic use | Brandon Mathis | 2011-07-19 | 1 | -3/+3 |
| | |||||
* | Improved organziation of _config.yml | Brandon Mathis | 2011-07-19 | 1 | -20/+25 |
| | |||||
* | Added support and documentation for deploying to subdirectories (like | Brandon Mathis | 2011-07-16 | 1 | -1/+8 |
| | | | | with gh-pages) | ||||
* | 1. Styled pagination for blog index | Brandon Mathis | 2011-07-13 | 1 | -3/+3 |
| | | | | | | | | | 2. Fixed Newer pagination link on page 2 3. Improved sidebar section breakdown on collapse 4. Removed sharing links from the blog index page (moved to pages) 5. Improved styling for metadata on the blog index 6. Moved /blog/archives.html to /blog/archives/index.html 7. Improved responsive layout styling bugs | ||||
* | 1. Made default layout more generic. | Brandon Mathis | 2011-07-12 | 1 | -0/+5 |
| | | | | | | | | 2. Added a page layout and improved html on post layout. 3. Improved flexibility of stylesheets for different layout types. 4. Collapsing sidebar now moves it to the bottom of the page and floats content into columns. 5. Improved sharing settings, added Google plus one. | ||||
* | 1. Updated config so blog categories get ouput to /blog/categories | Brandon Mathis | 2011-07-01 | 1 | -4/+5 |
| | | | | | 2. Increased default pagination to 10 posts per page 3. Explained email address for RSS feed better | ||||
* | 1. Added Category support | Brandon Mathis | 2011-06-27 | 1 | -0/+1 |
| | | | | | | | 2. Designed blog archives pages 3. Restructured Sass 4. Added Categories to rake post metadata 5. Some general style improvements | ||||
* | 1. Added html5 video with flash fallback. | Brandon Mathis | 2011-06-24 | 1 | -5/+7 |
| | | | | | | | | 2. Added Rack support 3. Disqus support 4. Improved Readme 5. Improved Syntax flexibility and styling 6. Improved blockquote styling | ||||
* | 1. Switched back to Rdiscount | Brandon Mathis | 2011-06-19 | 1 | -2/+3 |
| | | | | | | | 2. Improved Blockquote comment header 3. Added Include File and Pullquote plugins 4. Improved blog typography 5. Simplified "Read more" link | ||||
* | 1. Replaced Rdiscount in favor of Kramdown (better html5 support) for ↵ | Brandon Mathis | 2011-06-17 | 1 | -4/+4 |
| | | | | | | | | | | | 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. | ||||
* | 1. Added new include_code tag to allow auhtors to insert files from the file ↵ | Brandon Mathis | 2011-06-15 | 1 | -2/+3 |
| | | | | | | | | | | system with syntax highligting and a download link 2. Improved the gist tag to properly insert the sources in <noscript> tags 3. Improved semantics in the blockquote plugin and DRYed things up. 4. Pygments caching now stores to the _code_cache directory by default 5. Added a configuration for the default include_code directory 6. Updated the .gitignore | ||||
* | 1. Improved responsive navigation styling when email subscription is present | Brandon Mathis | 2011-06-11 | 1 | -1/+2 |
| | | | | | | | 2. Refactored subscription styling to be more DRY 3. Added an image for email subscriptions 4. Added assets directory to the gitignore for stashing working files 5. Improved gem list in the Gemfile | ||||
* | 1. Added support for styled subtitle in header | Brandon Mathis | 2011-06-08 | 1 | -0/+1 |
| | | | | | 2. Added javascript detection for placeholder 3. Added backup style for search field with no-placeholder support | ||||
* | Added themes directory, improved javascript load and minification. | Brandon Mathis | 2011-06-07 | 1 | -1/+1 |
| | |||||
* | Another massive commit: | Brandon Mathis | 2011-06-07 | 1 | -10/+26 |
| | | | | | | | | | | 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 | ||||
* | Cleaned out public from repository, updated gitignore, added syntax | Brandon Mathis | 2011-05-30 | 1 | -6/+4 |
| | | | | | | | | | | 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. | ||||
* | major refactoring, improved file watching, changed site to public to support ↵ | Brandon Mathis | 2011-05-15 | 1 | -5/+4 |
| | | | | rack via pow (http://pow.cx) also implemented the basics of a 320 and up design refresh on the classic theme. This should make it great for mobile reading |