Commit Graph

1011 Commits

Author SHA1 Message Date
Brandon Mathis
9d2c76e189 Added {% raw %} liquid block, allowing for blocks of code which are not parsed by Liquid 2011-09-07 17:49:20 -05:00
Brandon Mathis
3d05721908 fixed missing date in page headers 2011-09-06 03:18:31 -05:00
Brandon Mathis
fd99f9f7cf Merge branch 'post_filters_plugin' of https://github.com/tedkulp/octopress into post_filters 2011-09-05 23:18:47 -05:00
Brandon Mathis
31b5388402 Downcased category urls 2011-09-05 08:07:08 -05:00
Brandon Mathis
c604af28da removed unicode_utils as a dependency 2011-09-05 07:53:04 -05:00
Chun-wei Kuo
7e976cbc60 Improved support for non Latin characters in category names. Fixes #128 2011-09-05 18:07:40 +08: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
97948fcbdd updated metadata for pages and posts 2011-09-04 14:19:10 -05:00
Brandon Mathis
f9d4c1916e Time metadata for updated pages and posts are now displayed where and when it is appropriate 2011-09-04 14:18:28 -05:00
Brandon Mathis
788c0e64be Merge branch 'master' into site
Conflicts:
	.themes/classic/source/_includes/head.html
	plugins/category_generator.rb
2011-09-04 09:23:58 -05:00
Brandon Mathis
8c0dd58ee6 changed left angle quote to dash for page titles 2011-09-04 09:21:01 -05:00
Brandon Mathis
3b1a6d1d46 updated to latest octopress 2011-09-04 08:56:34 -05:00
Ted Kulp
5eea47c8d6 Added post_filters plugin
Plugins that extend PostFilter will get three
additional methods: pre_render, post_render and
post_write. These will be called when every page
or post is processed and allows for the plugin to
modify the post/page object directly to modify
the output beyond what can be done with just
markup.
2011-09-04 09:56:27 -04:00
fhemberger
cfac7e0c14 Improved support for non Latin characters in category names. Fixes #128 2011-09-04 08:53:10 -05:00
fhemberger
1d4c46aeda show page.title first, best practice for SEO and usability (e.g. bookmarks) 2011-09-04 08:52:33 -05:00
fhemberger
94ac191181 move code for Twitter, Google +1 and Google Analytics to bottom of page, as inline <script> tags are always blocking page load 2011-09-04 08:52:33 -05:00
fhemberger
ed818ba196 'updated' is not a valid attribute for <time>, moved to data attribute 2011-09-04 08:52:33 -05:00
fhemberger
ca116c3280 datetime must be valid date format, see: http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#concept-datetime 2011-09-04 08:52:33 -05:00
fhemberger
869c2c24af use semantic HTML5 element for Google +1 button, see: http://code.google.com/intl/en-US/apis/+1button/#plusonetag 2011-09-04 08:52:33 -05:00
Brandon Mathis
fac22e50a8 changed order for Github 3rd-party configs 2011-09-04 08:52:32 -05:00
Brandon Mathis
38cb4059a6 added github asides to the default asides list 2011-09-04 08:52:32 -05:00
Philip Hofstetter
920aa2176e corrected fork skipping logic 2011-09-04 08:52:32 -05:00
Philip Hofstetter
767f65a819 make listing/not listing of forks configurable
some people have more or less taken over projects with their forks, so
it probably makes sense to still list them among the repositories
2011-09-04 08:52:32 -05:00
Philip Hofstetter
727f8515e3 provide an option to show or not show github profile link 2011-09-04 08:52:32 -05:00
Philip Hofstetter
3462e39400 allow limiting the amount of repos to display
by setting github_repo_count to someething that's not 0, you can limit
the amount of repositories to render
2011-09-04 08:52:32 -05:00
Philip Hofstetter
c9650dc523 add github repositories sidebar plugin
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
2011-09-04 08:52:32 -05:00
Toby Matejovsky
ce578aeac3 Fix broken line height in diff syntax highlighting 2011-09-04 08:52:32 -05:00
Brandon Mathis
ad1f70b625 reverted back to \W in category_generator. Tracking on #128 2011-09-04 08:52:32 -05:00
Brandon Mathis
247aae2026 Improved support for non Latin characters in category names. Fixes #128 2011-09-04 08:52:32 -05:00
Brandon Mathis
e65a2bc02e fixed bug where update_source Rake task was not copying over changes from .themes 2011-09-04 08:51:46 -05:00
Brandon Mathis
3c21a7907d fixed bug with twitter feed where it would sometimes say "undefined" if the post was more than a month old 2011-09-04 08:50:15 -05:00
Brandon Mathis
b812500f39 Updated new_post and new_page taks to use new ask method for dialogs 2011-09-04 08:47:36 -05:00
Brandon Mathis
ed0c220523 Merge branch 'master' of https://github.com/fhemberger/octopress into fhemberger-master
Conflicts:
	plugins/category_generator.rb
2011-09-04 08:37:22 -05:00
fhemberger
f03c4cdb2a install: Adds confirmation before overwriting existing source_dir 2011-09-04 14:25:04 +02:00
fhemberger
80f8a609f6 Improved support for non Latin characters in category names. Fixes #128 2011-09-04 12:56:54 +02:00
fhemberger
dae6cceec2 show page.title first, best practice for SEO and usability (e.g. bookmarks) 2011-09-04 12:21:58 +02:00
fhemberger
8de095bfa9 move code for Twitter, Google +1 and Google Analytics to bottom of page, as inline <script> tags are always blocking page load 2011-09-04 12:17:44 +02:00
fhemberger
2efe11e0eb 'updated' is not a valid attribute for <time>, moved to data attribute 2011-09-04 12:12:27 +02:00
fhemberger
b6f1451b77 datetime must be valid date format, see: http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#concept-datetime 2011-09-04 12:06:20 +02:00
fhemberger
104bff64ee use semantic HTML5 element for Google +1 button, see: http://code.google.com/intl/en-US/apis/+1button/#plusonetag 2011-09-04 11:19:07 +02:00
Brandon Mathis
3cedd387a0 Merge branch 'pilif-github-repositories-plugin' 2011-09-03 10:04:25 -05:00
Brandon Mathis
c8eded1d0e changed order for Github 3rd-party configs 2011-09-03 10:04:09 -05:00
Brandon Mathis
9bc641d4a8 added github asides to the default asides list 2011-09-03 09:59:56 -05:00
Brandon Mathis
597c7eb2b1 Merge branch 'master' of github.com:imathis/octopress 2011-09-03 09:18:55 -05:00
Brandon Mathis
17301879cd reverted back to \W in category_generator. Tracking on #128 2011-09-03 09:18:43 -05:00
Brandon Mathis
5324fa9e4c Merge branch 'github-repositories-plugin' of https://github.com/pilif/octopress into pilif-github-repositories-plugin 2011-09-03 09:09:15 -05:00
Brandon Mathis
3a7b581afe Merge pull request #127 from tobym/master
Fixes issue 126, broken line height on "diff" syntax highlighting
2011-09-03 06:20:56 -07:00
Brandon Mathis
4f9c45f24a Improved support for non Latin characters in category names. Fixes #128 2011-09-03 08:15:01 -05:00
Brandon Mathis
3f07677276 Added prompt for overwriting posts and pages when a new_post and new_page tasks are run and the file already exists. Fixes #130 2011-09-03 08:06:36 -05:00
Brandon Mathis
724fd1dbc8 fixed bug where update_source Rake task was not copying over changes from .themes 2011-09-02 17:24:42 -05:00