Frederic Hemberger
e4df98317a
Fixes delicious API url after moving from Yahoo! to AVOS, fixes #179
2011-10-06 18:31:49 +02:00
Mikkel Hoegh
e1d680ff11
Fixed duplicate title.
2011-10-06 11:54:03 +02:00
Mikkel Hoegh
66916f57a7
First attempt at creating per-category Atom feeds.
2011-10-05 00:27:17 +02:00
Frederic Hemberger
8c2532e5bf
Updates README
2011-10-04 20:34:55 +02:00
Frederic Hemberger
6315527b2f
Adds CDATA sections to atom.xml, fixes #198
2011-10-04 19:18:40 +02:00
Brandon Mathis
30af4db1cb
Merge pull request #197 from mikl/atom-feed-generator
...
Add generator tag to Atom feed.
2011-10-03 15:26:49 -07:00
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.
2011-10-04 00:24:16 +02:00
Brandon Mathis
2a69965e81
Merge pull request #193 from alg/atom-escaping
...
Proper atom feed xml escaping
2011-10-03 06:29:52 -07:00
Aleksey Gureiev
63c3ba6514
Proper atom feed xml escaping
2011-10-02 09:05:54 +03:00
Brandon Mathis
09057190d9
fixed issue where update_source failed if source/index was any extension other than .html
2011-10-01 23:36:52 -05:00
Brandon Mathis
d833d9fe78
wildcards broke rake update_source. fixes that
2011-10-01 21:42:24 -05:00
Brandon Mathis
ff2009577d
improved support for solarized light theme
2011-10-01 15:57:40 -05:00
Frederic Hemberger
362d93d938
Merge branch 'master' of github.com:imathis/octopress
2011-09-30 15:29:37 +02:00
Frederic Hemberger
2f7d9f3896
Fixes flow for sidebar three column mode
2011-09-30 15:27:06 +02:00
Brandon Mathis
bdf904adff
Retains customized favicon on update_source fixes #189 , Copies index.* from source.old fixes #188
2011-09-30 08:08:07 -05:00
Brandon Mathis
898b149dda
removed console.log from twitter.js #facepalm
2011-09-29 19:59:06 -05:00
Brandon Mathis
579142c28b
fixed issue with expanded twitter urls, fixed issue where twitter would report seven day old tweets as "false"
2011-09-29 19:55:23 -05:00
Brandon Mathis
d0d1e2a98d
updated github.js to use reqwest.js with Ender
2011-09-29 16:06:09 -05:00
Brandon Mathis
30d5bfca9c
Merge branch 'master' of github.com:imathis/octopress
2011-09-29 14:53:45 -05:00
Brandon Mathis
b19e7698f6
added support for adding content to the bottom of a page
2011-09-29 14:51:26 -05:00
Brandon Mathis
a35c780616
Merge pull request #180 from victor/patch-1
...
Allow capitalization after a period.
2011-09-28 13:35:42 -07:00
Brandon Mathis
3bd4ed026e
Merge branch 'master' of github.com:imathis/octopress into compass
2011-09-28 14:51:24 -05:00
Victor Jalencas
f75f17b05c
Allow capitalization after a period.
2011-09-28 10:08:55 +03:00
Brandon Mathis
9cf956cc96
added buffer for mentions in twitter stream
2011-09-28 00:53:54 -05:00
Brandon Mathis
9730e241b1
added node_modules to gitignore
2011-09-28 00:08:23 -05:00
Brandon Mathis
347c954894
updated added reqwest to ender.js, fixed twitter.js url expansion bug
2011-09-27 23:51:01 -05:00
Brandon Mathis
04586299b1
fixed github line numbering issue, fixed a few bugs in code block styling
2011-09-27 00:58:07 -05:00
Brandon Mathis
02433114c5
Merge branch 'master' of github.com:imathis/octopress
2011-09-26 09:12:03 -05:00
Brandon Mathis
7a7825f667
collapse sidebar is now possible site-wide
2011-09-26 09:11:40 -05:00
Frederic Hemberger
fdf6af1d25
Fixes img tag properties
2011-09-26 15:58:14 +02:00
Frederic Hemberger
ab62bb9355
jsHint'ed octopress.js
2011-09-26 14:41:39 +02:00
Frederic Hemberger
569717abdc
jsHint'ed github.js
2011-09-26 14:37:01 +02:00
Frederic Hemberger
40a7809d65
Fixes delicious integration #179
2011-09-26 14:19:47 +02:00
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
2011-09-26 13:53:12 +02:00
Frederic Hemberger
19a646b5e9
Escapes double quotes in img tag
2011-09-26 11:55:43 +02:00
Frederic Hemberger
9bd572ffdc
Adds jsFiddle plugin
2011-09-26 11:51:44 +02:00
Frederic Hemberger
50eaf98c24
Makes img tag more flexible, adds support for relative paths. Includes pull request #145 , fixes #161
2011-09-26 11:00:35 +02:00
Frederic Hemberger
8c5ce51b3f
Merge pull request #178 from matrixagent/patch-1
...
Changed rsync deployment so the ssh port is configurable as well.
2011-09-25 22:50:56 -07:00
Brandon Mathis
d1e5c45e79
Ender.js is now loaded locally instead of hotlinking
2011-09-25 21:31:22 -05:00
Brandon Mathis
eade4fc0d5
now layouts or pages can specify "sidebar: collapse" in the yaml front matter for an always collapsed sidebar
2011-09-25 21:31:18 -05:00
Manu
af1f2af48f
Typo.
2011-09-26 00:16:15 +03:00
Manu
a4177e1471
Changed it so the ssh port is configurable as well. (As I ran into the same issue already described at https://github.com/imathis/octopress/issues/30 )
2011-09-26 00:13:42 +03:00
Brandon Mathis
c26e5c3be9
Merge branch 'master' of github.com:imathis/octopress
2011-09-25 09:15:14 -05:00
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
2011-09-25 09:15:04 -05:00
Frederic Hemberger
2f60361a7b
Fixes child selector for param[name=movie], #168
2011-09-24 12:43:44 +02:00
Frederic Hemberger
3ad7715901
Fix generation of stylesheets
2011-09-24 11:31:57 +02:00
Brandon Mathis
e7032f2f67
Merge branch 'master' of github.com:imathis/octopress
2011-09-22 18:09:37 -05:00
Brandon Mathis
dc81c879b0
added slugignore to help with heroku deployment
2011-09-22 18:09:03 -05:00
Brandon Mathis
aa1abd0827
now Github pages :push task forces
2011-09-22 16:16:54 -05:00
Brandon Mathis
215ecad897
Merge pull request #171 from fmcypriano/master
...
Add .rbenv-version file to simplify the installation when using rbenv
2011-09-22 12:09:30 -07:00