adding README.md
This commit is contained in:
parent
34d1b6fab5
commit
ce9b23dcc5
1 changed files with 25 additions and 25 deletions
50
README.md
50
README.md
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue