All Metadata

Variable Description

author_url

The WordPress Jekyll importer will save information about the original post author.

slug

The WordPress Jekyll importer will save a posts original globally unique identifier to the front matter of the imported post.

type

The WordPress Jekyll importer will save the type of post to the front matter.

guid

The WordPress Jekyll importer will save a posts original globally unique identifier to the front matter of the imported post.

author_login

The WordPress Jekyll importer will save information about the original post author.

author_email

The WordPress Jekyll importer will save information about the original post author.

comment_count

The WordPress Jekyll importer will save the number of comments associated with a post in the front matter of the imported post.

author

The WordPress Jekyll importer will save information about the original post author.

published

Set to false if you don’t want a specific post to show up when the site is generated.

tags

Similar to categories, one or multiple tags can be added to a post. Also like categories, tags can be specified as a YAML list or a space- separated string.

categories

Instead of placing posts inside of folders, you can specify one or more categories that the post belongs to. When the site is generated the post will act as though it had been set with these categories normally. Categories (plural key) can be specified as a YAML list or a space-separated string.

layout

If set, this specifies the layout file to use. Use the layout file name without the file extension. Layout files must be placed in the _layouts directory.

permalink

If you need your processed blog post URLs to be something other than the default /year/month/day/title.html then you can set this variable and it will be used as the final URL.

location

blogger2jekyll will import geocordinates if a post has been geotagged.

mapping

jekyll-mapping will display a map if a post has been geotagged.

It uses it’s own system of saving a geotag to a post.