Sha256: 31b7c3a61023d79851f4b8c4abb58bced0b2a1bb727af689f39cc88fd60708dc
Contents?: true
Size: 473 Bytes
Versions: 1
Compression:
Stored size: 473 Bytes
Contents
--- layout: docs title: CSV prev_section: quickstart link_source: csv next_section: drupal6 permalink: /docs/csv/ --- To import your posts from a CSV file, run: {% highlight bash %} $ ruby -rubygems -e 'require "jekyll-import"; JekyllImport::Importers::CSV.run({ "file" => "my_posts.csv" })' {% endhighlight %} Your file CSV file will be read in with the following columns: 1. title 2. permalink 3. body 4. published_at 5. filter (e.g. markdown, textile)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-import-0.1.0.rc1 | site/docs/csv.md |