Frederic Hemberger
c2a68cc2a9
Make post's date output configurable via _config.yml, closes #164
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.
13 years ago
Frederic Hemberger
ff7099207b
Moves Google Analytics to <head> allowing verification for Google Webmaster Tools, fixes #204
13 years ago
Frederic Hemberger
35a598df03
Adds support for Google+ widget, supports author information in search results, fixes #203
13 years ago
Frederic Hemberger
1362e9d57b
Removes <nav> for Pagination links, fixes #216
13 years ago
Jimmy Tang
6d0ee69091
fix typo in scss template
13 years ago
Frederic Hemberger
b1ad2a3d8a
Fixes solarized colors, fixes #219
13 years ago
Frederic Hemberger
2812bf7c3e
Adds prev/next link below post, fixes #218
13 years ago
Frederic Hemberger
21803814bc
Adds parameter for left aligned pullquotes, fixes #215
13 years ago
Frederic Hemberger
d98a4de07e
Makes titlecase of page/post titles configurable
13 years ago
B Strand
2e7bc43cf7
Reverted previous commit.
13 years ago
B Strand
5b0486ced1
Separated citation style from the general blockquote style. The general blockquote style is great for nesting and indentation, while the citation is excellent for quote attribution.
13 years ago
B Strand
490b2593ec
Renamed has-pullquote and has-pullquoteleft classes to pullquote-right and pullquote-left (I suppose a less stylistic naming convention might pullquote-default and pullquote-alternate.)
13 years ago
strand
ce6604a15e
Edited .themes/classic/sass/base/_typography.scss via GitHub
13 years ago
xdite
294accde54
facebook like option
13 years ago
Drew Wells
734ee1f31e
As other things rely on these variables, they need to be global.
Fixes issues with comments not loading on the blog.
Semicolons non-optional due to SAFE function http://twitter.com/#!/elijahmanor/status/121980870428069890
13 years ago
Frederic Hemberger
e4df98317a
Fixes delicious API url after moving from Yahoo! to AVOS, fixes #179
13 years ago
Mikkel Hoegh
e1d680ff11
Fixed duplicate title.
13 years ago
Mikkel Hoegh
66916f57a7
First attempt at creating per-category Atom feeds.
13 years ago
Frederic Hemberger
6315527b2f
Adds CDATA sections to atom.xml, fixes #198
13 years ago
Mikkel Hoegh
f4a6bd2a68
Add generator tag to Atom feed.
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.
13 years ago
Aleksey Gureiev
63c3ba6514
Proper atom feed xml escaping
13 years ago
Brandon Mathis
ff2009577d
improved support for solarized light theme
13 years ago
Frederic Hemberger
2f7d9f3896
Fixes flow for sidebar three column mode
13 years ago
Brandon Mathis
898b149dda
removed console.log from twitter.js #facepalm
13 years ago
Brandon Mathis
579142c28b
fixed issue with expanded twitter urls, fixed issue where twitter would report seven day old tweets as "false"
13 years ago
Brandon Mathis
d0d1e2a98d
updated github.js to use reqwest.js with Ender
13 years ago
Brandon Mathis
b19e7698f6
added support for adding content to the bottom of a page
13 years ago
Brandon Mathis
9cf956cc96
added buffer for mentions in twitter stream
13 years ago
Brandon Mathis
347c954894
updated added reqwest to ender.js, fixed twitter.js url expansion bug
13 years ago
Brandon Mathis
04586299b1
fixed github line numbering issue, fixed a few bugs in code block styling
13 years ago
Brandon Mathis
7a7825f667
collapse sidebar is now possible site-wide
13 years ago
Frederic Hemberger
ab62bb9355
jsHint'ed octopress.js
13 years ago
Frederic Hemberger
569717abdc
jsHint'ed github.js
13 years ago
Frederic Hemberger
40a7809d65
Fixes delicious integration #179
13 years ago
Frederic Hemberger
167db49940
Refactores twitter widget
- Order of code: Define functions first before using them
- Fixed issues found by jsHint (http://jshint.com )
- Switched to Twitter's current API url
- Expand shortened urls, fixes #165
13 years ago
Brandon Mathis
d1e5c45e79
Ender.js is now loaded locally instead of hotlinking
13 years ago
Brandon Mathis
eade4fc0d5
now layouts or pages can specify "sidebar: collapse" in the yaml front matter for an always collapsed sidebar
13 years ago
Brandon Mathis
9ef928588b
mobile nav javascript updated to still work with role='main-navigation' since changes affecting custom partials don't get updated with the standard update script
13 years ago
Frederic Hemberger
2f60361a7b
Fixes child selector for param[name=movie], #168
13 years ago
Frederic Hemberger
27c736bff5
Minor fixes
13 years ago
Frederic Hemberger
a9a901c136
Fixed misuse of ARIA roles (see http://dev.opera.com/articles/view/introduction-to-wai-aria/ )
13 years ago
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
13 years ago
Frederic Hemberger
b2828eb039
Added optional comment count for disqus, fixes #88
13 years ago
Frederic Hemberger
111142c5c2
Fixes whitespace, removed unnecessary closing '/' in HTML5
13 years ago
Frederic Hemberger
0b5215c0f5
Adds first 150 chars of content as meta description, if no page.description specified. Fixes #162
13 years ago
Frederic Hemberger
347e855ddc
Fixes HTML validation issues with code highlighting
13 years ago
Frederic Hemberger
9e5e3c5d2f
Fixes spacing and global variable leaks, JSHint check
octopress.js now almost passes JSHint (http://jshint.com ). The only issues left
are due to undefined Modernizr and swfobject objects and the compressed
swfobject code at the end of the file, but those are neglectable.
13 years ago
Brandon Mathis
728bdad5ca
removes index.html from canonical urls. closes #153
13 years ago
Brandon Mathis
3d2d1a8be4
1. Vastly improved backtick code blocks and added support for Textile
2. Refactored Octopress filters into Liquid filters and pre/post render filters (using post_filters plugin)
3. Added methods to raw plugin to prevent Markdown and Textile from parsing blocks
4. Updated render partial to invoke the pre_render method of post_filters
5. Moved Rubypants filter out of default.html into Octopress post_render filters
6. Added raw's safe_wrapper method to codeblock and include_code filters
13 years ago
Brandon Mathis
3d05721908
fixed missing date in page headers
13 years ago