Brandon Mathis
16d859baae
Merge branch 'master' into site
2011-08-04 15:39:18 -04:00
Philip Hofstetter
16bb7729ec
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-08-04 21:27:58 +02:00
Philip Hofstetter
2e1f0c0bfc
provide an option to show or not show github profile link
2011-08-04 21:21:25 +02:00
Philip Hofstetter
08af7b4e38
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-08-04 21:15:50 +02:00
Philip Hofstetter
f955919348
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-08-04 21:01:24 +02:00
Brandon Mathis
ee0899dcad
Merge pull request #74 from smt/feed-fix
...
Update atom.xml to use site.title and expand_urls
2011-08-04 08:57:19 -07:00
Stephen Tudor
0fa8732e2a
Update atom.xml to use site.title and expand_urls
2011-08-04 09:31:20 -04:00
Philip Hofstetter
81dcb0301b
correctly scope locals
...
having such generic variables as feed and i global is a recipe for
trouble waiting to happen.
These variables aren't used outside of the twitter plugin, so we can
easily make them local to getTwitterFeed
2011-08-04 10:17:09 +02:00
Adam Lindberg
639fcff9ea
Clarify need for 'source' branch
2011-08-03 17:48:33 +02:00
Brandon Mathis
9e23a173aa
Merge branch 'master' into site
2011-08-02 12:07:35 -04:00
Brandon Mathis
b536fcacf8
updated include paths for styles in theming docs
2011-08-02 12:07:17 -04:00
Brandon Mathis
140198b87a
Merge pull request #64 from adamnbowen/master
...
added source.old and sass.old into .gitignore
2011-08-02 06:44:40 -07:00
Adam Bowen
0108966c55
added source.old, sass.old to .gitignore
2011-08-02 09:38:47 -04:00
Brandon Mathis
d8d2649b7b
updated sass to latest Octopress
2011-08-02 00:56:21 -04:00
Brandon Mathis
b42a7f87dc
changed mdash to unicode character to help some users with encoding errors
2011-08-02 00:55:47 -04:00
Brandon Mathis
d39ec5fffe
changed mdash to unicode character to help some users with encoding errors
2011-08-02 00:55:28 -04:00
Brandon Mathis
4a181e3a14
added explaination to _config.yml for why pygments are turned off
2011-08-02 00:40:50 -04:00
Brandon Mathis
2f7ab55f9a
added explaination to _config.yml for why pygments are turned off
2011-08-02 00:40:38 -04:00
Brandon Mathis
53e9d28be5
updated docs to include new plugins and better explain theming and customization
2011-08-02 00:40:15 -04:00
Brandon Mathis
15a78991da
updated to latest /source
2011-08-01 17:58:12 -04:00
Brandon Mathis
98200038f7
added header to customizable includes
2011-08-01 17:57:29 -04:00
Brandon Mathis
c10140b52d
added header to customizable includes
2011-08-01 17:57:17 -04:00
Brandon Mathis
df0918b2ee
improve docs for theming
2011-08-01 17:38:25 -04:00
Brandon Mathis
3983bd0918
added raw liquid tag plugin for helping with documentation
2011-08-01 17:38:09 -04:00
Brandon Mathis
7b52fb492e
added yml alias for yaml code highlighting
2011-08-01 17:35:44 -04:00
Brandon Mathis
8e978596b6
added yml alias for yaml code highlighting
2011-08-01 17:35:33 -04:00
Brandon Mathis
08dc63a95e
added a raw option to render_partial. Now you can import partials without having them parsed by the Liquid template parser
2011-08-01 16:28:30 -04:00
Brandon Mathis
6009daa8a2
code_block and inlcude_code no longer needlessly render through the Liquid template parser
2011-08-01 16:28:07 -04:00
Brandon Mathis
40b444c9cd
added a raw option to render_partial. Now you can import partials without having them parsed by the Liquid template parser
2011-08-01 16:24:06 -04:00
Brandon Mathis
70d2c83843
code_block and inlcude_code no longer needlessly render through the Liquid template parser
2011-08-01 16:23:17 -04:00
Brandon Mathis
3d065c8ebc
broke up theming docs into partials
2011-08-01 14:43:42 -04:00
Brandon Mathis
8d187c562c
removed old code test
2011-08-01 09:44:24 -04:00
Brandon Mathis
e21c2bc12d
updated docs and tests for backtick codeblocks
2011-08-01 09:43:54 -04:00
Brandon Mathis
ff1dba19f2
Backtick codeblocks now correctly replace & with & and Textile support for back tick code blocks has been removed. It never really worked. Textile makes me sad.
2011-08-01 09:06:55 -04:00
Brandon Mathis
d30c8c7f36
Backtick codeblocks now correctly replace & with & and Textile support for back tick code blocks has been removed. It never really worked. Textile makes me sad.
2011-08-01 09:06:37 -04:00
Brandon Mathis
a54876b0be
fixed link in blogging/plugins
2011-07-31 22:05:07 -04:00
Brandon Mathis
e4f3de17ae
Merge branch 'master' into site
2011-07-31 19:34:33 -04:00
Brandon Mathis
070f00bcb5
updated to latest custom partial system
2011-07-31 13:30:53 -04:00
Brandon Mathis
5d24e0ba2b
udpated rake udpate_source task to preserve custom includes instaed of preserving navigation and footer
2011-07-31 13:24:56 -04:00
Brandon Mathis
6c2db74762
udpated rake udpate_source task to preserve custom includes instaed of preserving navigation and footer
2011-07-31 13:24:38 -04:00
Brandon Mathis
07f4937bfd
added custom partials for for footer and navigation
2011-07-31 13:13:11 -04:00
Brandon Mathis
9c88204a33
added custom partials for for footer and navigation
2011-07-31 13:13:00 -04:00
Brandon Mathis
705ba9a394
update instructions for adding custom asides
2011-07-31 12:44:07 -04:00
Brandon Mathis
3a7bf28992
added support for custom includes
2011-07-31 12:27:33 -04:00
Brandon Mathis
d344a8c7ac
added support for custom includes
2011-07-31 12:27:25 -04:00
Brandon Mathis
3525825e90
limited atom feed to 20 most recent items
2011-07-31 12:02:28 -04:00
Brandon Mathis
61a58c2ba2
added backtick test file
2011-07-30 15:45:02 -04:00
Brandon Mathis
9f2df5739a
updated to use configurable sidebars
2011-07-30 15:44:23 -04:00
Brandon Mathis
f42e89b85a
Merge branch 'master' into site
2011-07-30 15:41:16 -04:00
Brandon Mathis
247105c833
removed unused sidebar include
2011-07-30 12:10:27 -04:00