Module | Jekyll::Mephisto |
In: |
lib/jekyll/converters/mephisto.rb
|
QUERY | = | "SELECT id, permalink, body, published_at, title FROM contents WHERE user_id = 1 AND type = 'Article' AND published_at IS NOT NULL ORDER BY published_at" | This query will pull blog posts from all entries across all blogs. If you‘ve got unpublished, deleted or otherwise hidden posts please sift through the created posts to make sure nothing is accidently published. |