view docs/docs/20_importing/03_jekyll.md @ 828:bca06fc064c0

Use assetor provided by page source when paginating
author Ben Artin <ben@artins.org>
date Sun, 01 Jan 2017 19:32:19 -0500
parents 3a496ffbb898
children
line wrap: on
line source

---
title: Importing from Jekyll
---

You can import your website from Jekyll by running:

    chef import jekyll /path/to/jekyll/website

This will import the whole website -- pages, posts, templates, etc. It will
attempt to convert Liquid templates to Jinja, but may fail if you're using
advanced syntax tricks or custom tags and filters.