Created
March 17, 2011 15:22
-
-
Save funkatron/874507 to your computer and use it in GitHub Desktop.
EE template to export into a Jekyll-compatible format
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {exp:weblog:entries weblog="default_site" limit="9999" rdf="off"} | |
| --- | |
| layout: post | |
| author: {author} | |
| title: "{title}" | |
| url_title: {url_title} | |
| permalink: {url_title}.html | |
| tags: "{Keywords}" | |
| published: true | |
| category: | |
| {categories}- {category_name} | |
| {/categories} | |
| date: {entry_date format='%Y-%m-%d'} | |
| summary: {summary} | |
| old_entry_id: {entry_id} | |
| --- | |
| {body} | |
| {extended} | |
| {if {comment_total} > 0} | |
| {embed="exp/comments" the_entry_id="{entry_id}" the_url_title="{url_title}"} | |
| {/if} | |
| <!-- end of post --> | |
| {/exp:weblog:entries} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment