Trey Hunner
4cc7682033
Add proper disqus identifier comment count links
Fixes #277
11 years ago
Luke Karrys
8b8fff3b03
Don't display comments link for post excerpts on index page when comments for that post are set to false.
13 years ago
Frederic Hemberger
d98a4de07e
Makes titlecase of page/post titles configurable
13 years ago
Frederic Hemberger
b2828eb039
Added optional comment count for disqus, fixes #88
13 years ago
Brandon Mathis
4c21e69093
Time metadata for updated pages and posts are now displayed where and when it is appropriate
13 years ago
Brandon Mathis
9e8eec332c
added excerpt_link to article include. fixes #97
13 years ago
Brandon Mathis
596ec87c37
now only excerpted articles show the "read on" link. Also the text for that link can be set in the _config.yml
13 years ago
Brandon Mathis
da38dbe584
fixed misspelling of exerpt to excerpt for in the Octopress filters
13 years ago
Brandon Mathis
39d56bc988
Finally a nice solution for mapping relative urls
13 years ago
Brandon Mathis
44e1351fc7
1. Added condition to full_url filter to allow it to be used as a root_url appending filter for remapping root "/" urls when octopress is deployed to a subdirectory. Updated _includes/article and _layouts/page to use the filter
2. Added documentation for the include_code plugin
13 years ago
Brandon Mathis
64b23d9f34
Improved variable names for setting footer, sharing, sidebar and metadata diesplay from page configurations
13 years ago
Brandon Mathis
f81bdbc1a8
Added support and documentation for deploying to subdirectories (like
with gh-pages)
13 years ago
Brandon Mathis
8d3e0b4a0e
Moved some post partials into source/_includes/post/ and updated include
links
13 years ago
Brandon Mathis
87f300b2bc
1. Styled pagination for blog index
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
13 years ago
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
14 years ago
Brandon Mathis
353ccfd4eb
1. Added Category support
2. Designed blog archives pages
3. Restructured Sass
4. Added Categories to rake post metadata
5. Some general style improvements
14 years ago
Brandon Mathis
5d61b46358
1. Updated readme
2. Improved blog typography
3. Improved support for Disqus
4. Removed unnecessary page layout
14 years ago
Brandon Mathis
f77db80077
1. Switched back to Rdiscount
2. Improved Blockquote comment header
3. Added Include File and Pullquote plugins
4. Improved blog typography
5. Simplified "Read more" link
14 years ago
Brandon Mathis
21813059f2
1. Replaced Rdiscount in favor of Kramdown (better html5 support) for 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.
14 years ago
Brandon Mathis
8d3731e0dc
updated titlecase filter, added titlecase filter to entry titles in article.html partial
14 years ago
Brandon Mathis
aa23061624
Added themes directory, improved javascript load and minification.
14 years ago