Sha256: 95e509c7177f053cdc76fde4623b495c4005b1190c062a5b3dee37d1d929c160
Contents?: true
Size: 659 Bytes
Versions: 5
Compression:
Stored size: 659 Bytes
Contents
--- layout: docs title: Typo prev_section: tumblr link_source: typo next_section: wordpress permalink: /docs/typo/ --- To import your posts from Typo (now [Publify](http://publify.co)), run: {% highlight bash %} $ ruby -rubygems -e 'require "jekyll-import"; JekyllImport::Importers::Typo.run({ "server" => "mysql", "dbname" => "name", "user" => "myuser", "password" => "mypassword", "host" => "myhost" })' {% endhighlight %} The only required fields are `server`, `dbname`, and `user`. `password` defaults to `""` and `host` defaults to `"localhost"`. This code has only been tested with Typo version 4+.
Version data entries
5 entries across 5 versions & 1 rubygems