Commit Graph

66 Commits

Author SHA1 Message Date
Jörg Thalheim c1d6084020 duckduckgo https link 2016-02-03 22:13:59 +01:00
Jörg Thalheim bc949eca5d fix paginator 2015-01-20 00:40:57 +01:00
Jörg Thalheim dabef38959 fix pagination and categories 2015-01-19 13:16:21 +01:00
Jörg Thalheim 47abf0492d update theme 2015-01-19 13:16:21 +01:00
Jörg Thalheim 5a8fe16b73 new link structure 2015-01-19 13:16:20 +01:00
Jörg Thalheim 12c391c840 add flattr to head tag 2015-01-19 13:16:20 +01:00
Jörg Thalheim b5c314f09b add flattr support 2015-01-19 13:16:20 +01:00
Jörg Thalheim edfe101fca new post: pubsubhubbub with octopress 2015-01-19 13:16:20 +01:00
Jörg Thalheim a105dbc8cc set blog description 2015-01-19 13:16:20 +01:00
Jörg Thalheim aac59cae0d initial configuration 2015-01-19 13:16:19 +01:00
ChaYoung You 7e044b498e Update `paginate_path` comment based on default value 2014-06-24 18:15:38 +09:00
Brandon Mathis 9d0c54e3e6 Removed date plugin, added excerpt separator default 2014-06-21 16:41:32 -05:00
Brandon Mathis 52f9119645 Initial update to be compatible with Jekyll 2 2014-06-21 10:34:55 -05:00
Richard Cunningham 15e4418aed Default to HTTPS for google searches 2014-03-07 17:19:06 -05:00
Brandon Mathis 21985f25d5 Removed a couple of buggy filters on RDiscount (for now) 2013-05-07 00:27:45 -05:00
Brandon Mathis 11a1ba623e Updated RDiscount, added footnotes and other extensions 2013-05-07 00:06:56 -05:00
Brandon Mathis 4157cda54c removed Twitter configuration for timeline and follow buton which are no longer integrated 2013-03-10 00:35:44 -06:00
Graham Christensen 944dfd7583 tilecase -> titlecase 2011-12-31 23:46:37 -05:00
Brandon Mathis fca7f10fe9 added site-wide description to config.yml (this provides a default meta description for the site, but can be overridden on on any page with page.description in the yaml) 2011-12-13 08:37:34 -06:00
Frederic Hemberger 6561da22f5 Make third-party asides default to false, closes #263 2011-11-11 07:45:08 +01:00
Frederic Hemberger 142681489f Add custom date format %o for ordinal representation of the day 2011-11-04 08:11:16 +01:00
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.
2011-10-18 17:25:31 +02:00
Frederic Hemberger 35a598df03 Adds support for Google+ widget, supports author information in search results, fixes #203 2011-10-17 20:14:29 +02:00
Frederic Hemberger d98a4de07e Makes titlecase of page/post titles configurable 2011-10-16 11:57:29 +02:00
xdite 294accde54 facebook like option 2011-10-09 16:36:53 +08:00
Frederic Hemberger b2828eb039 Added optional comment count for disqus, fixes #88 2011-09-21 11:46:48 +02: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 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 596ec87c37 now only excerpted articles show the "read on" link. Also the text for that link can be set in the _config.yml 2011-08-20 16:02:50 -04:00
Brandon Mathis 1c555116be Added support for pagination with a blog index in any directory (helps with landing pages). Added configuration for pagination directory base 2011-08-16 00:43:22 -04:00
Brandon Mathis 313c3859aa now using rack instead of Jekyll's webrick server, fixes #90 2011-08-11 19:56:25 -04:00
Brandon Mathis 9c2f64d20c fixed issue where port setting didn't change jekyll's webbrick in _config.yml. Accidentally used port where I should have used server_port fixes #70 2011-08-07 12:18:58 -04:00
Philip Hofstetter 1860c23632 corrected fork skipping logic 2011-08-04 21:49:38 +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 4a181e3a14 added explaination to _config.yml for why pygments are turned off 2011-08-02 00:40:50 -04:00
Brandon Mathis 705ba9a394 update instructions for adding custom asides 2011-07-31 12:44:07 -04:00
Brandon Mathis 41ebe2a75a added config for multiple asides 2011-07-30 12:07:51 -04:00
Brandon Mathis ffc730fc0d Merge branch 'master' of https://github.com/woodwardjd/octopress into woodwardjd-master 2011-07-29 20:50:35 -04:00
Brandon Mathis 3b29bfc46f added / to the end of the permalinks by default to be more compatible with diqus permalink matching for wordpress default imports 2011-07-28 15:40:42 -04:00
Jason Woodward d8b17814e0 allow select and order of sidebar components to be configurable in jekyll's _config.yml 2011-07-28 12:02:08 -04:00
Brandon Mathis 7b81aab5ac added support for pygments.rb removing dependency on pygments, added support for caching highlighted code from pygments.rb and added default line numbering. Javascript auto line numbering now only occurs for embedded gists 2011-07-26 23:36:42 -04:00
Brandon Mathis 12aed03eea updated rakefile and config to support url mapping in previous commit 2011-07-22 00:03:11 -04:00
Brandon Mathis af39f96826 cleaned up config for generic use 2011-07-19 23:01:25 -04:00
Brandon Mathis 3069892654 Improved organziation of _config.yml 2011-07-19 09:07:30 -04:00
Brandon Mathis f81bdbc1a8 Added support and documentation for deploying to subdirectories (like
with gh-pages)
2011-07-16 09:29:09 -04:00
Brandon Mathis 87f300b2bc 1. Styled pagination for blog index
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
2011-07-13 22:23:19 -04:00
Brandon Mathis 5d1d04c52c 1. Made default layout more generic.
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.
2011-07-12 19:40:57 -04:00