Brandon Mathis
22e6de10c3
Added more customization points in layout for pages, posts, comments, and meta data.
2012-06-06 01:04:45 -05:00
Brandon Mathis
42369ddf5d
fixed class name attribute on linklog posts
2012-05-20 23:40:17 -05:00
Brandon Mathis
f954689bb6
Improved styling for linklog along with other scss refactoring.
...
Feed urls are more flexible with linklog items
2012-04-29 19:03:52 -05:00
Brandon Mathis
a814ca76ea
Merge branch 'master' of github.com:imathis/octopress into linklog
2012-02-19 15:12:19 -06:00
Jo Liss
08bafd61fd
Fix typo
2012-02-15 20:19:00 +01:00
Brandon Mathis
23c876021e
Refactored the template a bit more and improved blog and archive styling for linklogs
2012-02-12 12:27:17 -06:00
Frederic Hemberger
987dccee76
Add custom date format to pages, add 'updated' field again
...
Reverts changes of c2a68cc
where I accidentally removed support for 'updated' field, see comments of issue #164 for details.
2011-11-03 20:32:38 +01:00
Frederic Hemberger
81e814a354
Remove unsupported 'updated' flag from _includes/post/date.html
...
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 %}'.
2011-10-18 17:39:19 +02:00
Frederic Hemberger
2812bf7c3e
Adds prev/next link below post, fixes #218
2011-10-16 14:27:21 +02:00
Frederic Hemberger
a9a901c136
Fixed misuse of ARIA roles (see http://dev.opera.com/articles/view/introduction-to-wai-aria/ )
2011-09-21 14:48:38 +02:00
Frederic Hemberger
2a30d9a1eb
Refactored inclusion of disqus script
...
- Added ARIA setting `aria-live="polite"` to comment output
- Removed duplicate <div id="disqus_thread"> from page/post templates
- Moved blocking JavaScript loading to the end of the document body.
- Merged JavaScript code for index and pages/posts using conditionals
- Moved global JavaScript disqus variables into the anonymous function to stop pollution of global namespace
2011-09-21 14:09:48 +02:00
Brandon Mathis
4c21e69093
Time metadata for updated pages and posts are now displayed where and when it is appropriate
2011-09-04 14:19:16 -05:00
Brandon Mathis
1db23acd78
added multi sidebar support
2011-07-30 12:06:02 -04:00
Brandon Mathis
e027d82d17
changed post layout so that blog posts default to comments being turned on
2011-07-19 16:34:42 -04:00
Brandon Mathis
64b23d9f34
Improved variable names for setting footer, sharing, sidebar and metadata diesplay from page configurations
2011-07-18 16:59:59 -04:00
Brandon Mathis
8d3e0b4a0e
Moved some post partials into source/_includes/post/ and updated include
...
links
2011-07-13 22:47:59 -04:00
Brandon Mathis
5d1d04c52c
1. Made default layout more generic.
...
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.
2011-07-12 19:40:57 -04:00
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
2011-06-29 14:01:06 -04:00