This is a plugin meant for Jekyll.
Example use:
Easily embed a YouTube video. Just drop this file in your _plugins
directory.
{% youtube oHg5SJYRHA0 %}
<?php /* With apologies to Dr. Drang and John Siracusa. | |
feed-subscribers.php | |
By Marco Arment. | |
Released into the public domain with no warranties and no restrictions. | |
Usage: Pipe an Apache access log into stdin, e.g.: | |
php -f feed-subscribers.php < /var/log/httpd/access_log |
This is a plugin meant for Jekyll.
Example use:
Easily embed a YouTube video. Just drop this file in your _plugins
directory.
{% youtube oHg5SJYRHA0 %}
<?php | |
/* | |
* WHAT DOES THIS CODE DO? | |
* | |
* When using get_adjacent_post(), there is no way to restrict posts to one or two | |
* categories, if the categories in question are not identical to the current post. | |
* We get arround that by requesting a list of EVERY CATEGORY EXCEPT the one in | |
* question, and then pass that as our list of 'excluded' categories. | |
* | |
* Take a deep breath. |
The best way to add a sitemap to a Jekyll site is with the jekyll-sitemap plugin.
In your _config.yml
gems:
- jekyll-sitemap