tumblr(5)

  1. tumblr(5)
  2. Tumblr Manual
  3. tumblr(5)

NAME

tumblr -- tumblr posts in plaintext

SYNOPSIS

---
title: A typical Tumblr post
state: queue
publish-on: next tuesday
tags: unix, manpages
format: markdown
---

This will create a *Regular* type of post on Tumblr.com. It's so easy. 
That bit up at the top is called YAML frontmatter, and it just gives the 
post a bit of metadata, so publishing options are more flexible.
They correspond to the Tumblr API. This post will be added to your Tumblr 
queue, to be published next Tuesday, tagged with "unix" and "manpages", 
and formatted in markdown.

DESCRIPTION

Any file can be published to Tumblr.com as a Regular post, but if you add a bit of YAML frontmatter (<yaml.org>) to the file, you can tell Tumblr exactly what you want to do.

YAML frontmatter beings with --- on a single line, followed by YAML, ending with another --- on a single line, e.g.

---
type: quote
source: Billy Shakespeare
state: draft
tags: hamlet, shakespeare
---
"To be or not to be."

Understood YAML parameters are documented and taken from the Tumblr API: http://www.tumblr.com/docs/en/api#api_write

BASIC PARAMETERS

These YAML parameters are available for all posts

POST-TYPE SPECIFIC PARAMETERS

These are parameters that are available for specific types of posts.

regular

title

photo

caption, click-through-url

quote

source

link

name, description

conversation

title

video

title,caption

audio

caption

SEE ALSO

tumblr(1), markdown(5)

  1. Mark Wunsch
  2. March 2010
  3. tumblr(5)