Sha256: f9e3f467d253c4645f44237a318759762adbbbe7e8db692e2885f2079cd2f49d

Contents?: true

Size: 1.18 KB

Versions: 4

Compression:

Stored size: 1.18 KB

Contents

# encoding: UTF-8
#
# Plate Configuration File
# ========================
#
# The root domain and protocol for this website
base_url: "http://example.com"

# The default format for URL structure of blog posts.
# Variables starting with a colon will be replaced with the value for that
# post on build.
#
# Variable options are:
# * `date`        - The date of this post, formatted as YYYY-MM-DD
# * `title`       - The title of this post, formatted for URL
# * `slug`        - The blog post URL slug (the name of the post)
# * `year`        - The 4-digit year of this post
# * `month`       - The 2-digit month for this post
# * `day`         - The 2-digit day of month for this post
# * `category`    - The category for this post
permalink: "/posts/:year/:month/:slug"

# New posts generated with the `plate post 'Title'` command can be put into a draft
# state by setting this to true. Once your post is ready, add `publish: true` to the
# meta information for that post and it will be published on the next build.
draft: false

# The default meta data for your site
meta:
  title: "My New Site"
  description: "A really great site, generated with Plate!"
  author: "Clark Kent"
  email: "me@example.com"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
plate-0.7.0.pre5 lib/templates/config.yml
plate-0.7.0.pre4 lib/templates/config.yml
plate-0.7.0.pre3 lib/templates/config.yml
plate-0.7.0.pre2 lib/templates/config.yml