adding README.md

This commit is contained in:
Andrew Davidson 2012-01-30 19:31:36 -08:00
parent 34d1b6fab5
commit ce9b23dcc5

View file

@ -8,31 +8,31 @@ The configuration is stored in a file called conf.yaml in the same directory as
An example configuration follows:
# extension defines the extension to be used by all the post files.
extension: .md
# server_port defines the port to be used by the built in web server.
server_port: 8000
# server_redirect_htm enables a redirect of ####/##/slug to ####/##/slug.htm for permalink compatibility.
server_redirect_htm: True
# email_sender defines the address that all post emailed into the system should come from. set to nil to allow anyone to post.
email_sender: andrew@amdavidson.com
# email_receiver defines the address that posts are sent to and that the confirmation email should be sent from.
email_receiver: no-reply@amd.im
### Site Configuration
title: my awesome blog
tagline: writing on the web, so you don't have to.
author: You!
description: I love blogging!
base_url: http://awesomeblog.com/
build_folder: built
posts_folder: posts
public_folder: public
images_folder: images
galleries_folder: galleries
home_count: 5
image_width: 640
image_height: 640
# extension defines the extension to be used by all the post files.
extension: .md
# server_port defines the port to be used by the built in web server.
server_port: 8000
# server_redirect_htm enables a redirect of ####/##/slug to ####/##/slug.htm for permalink compatibility.
server_redirect_htm: True
# email_sender defines the address that all post emailed into the system should come from. set to nil to allow anyone to post.
email_sender: andrew@amdavidson.com
# email_receiver defines the address that posts are sent to and that the confirmation email should be sent from.
email_receiver: no-reply@amd.im
### Site Configuration
title: my awesome blog
tagline: writing on the web, so you don't have to.
author: You!
description: I love blogging!
base_url: http://awesomeblog.com/
build_folder: built
posts_folder: posts
public_folder: public
images_folder: images
galleries_folder: galleries
home_count: 5
image_width: 640
image_height: 640
A series of directories are used to structure the content used by crunch to generate the
blog.