| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
| |
matter for an always collapsed sidebar
|
|\ |
|
| | |
|
|/
|
|
| |
since changes affecting custom partials don't get updated with the standard update script
|
|
|
|
| |
http://dev.opera.com/articles/view/introduction-to-wai-aria/)
|
|
|
|
|
|
| |
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.
|
|\
| |
| |
| | |
https://github.com/pilif/octopress into pilif-github-repositories-plugin
|
| | |
|
| |
| |
| |
| |
| | |
some people have more or less taken over projects with their forks, so
it probably makes sense to still list them among the repositories
|
| |
| |
| |
| |
| | |
by setting github_repo_count to someething that's not 0, you can limit
the amount of repositories to render
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
post was more than a month old
|
|/
|
|
|
|
|
|
| |
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
|
|
|
|
| |
for caching highlighted code from pygments.rb and added default line numbering. Javascript auto line numbering now only occurs for embedded gists
|
| |
|
|
|
|
|
| |
2. Improved scoping and styling for links
3. Sidebar collapse improvements
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
2. Added a page layout and improved html on post layout.
3. Improved flexibility of stylesheets for different layout types.
4. Collapsing sidebar now moves it to the bottom of the page and floats
content into columns.
5. Improved sharing settings, added Google plus one.
|
|
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
|