ConfigurationΒΆ

In the pre-generated config.yaml all the values are required. You can add as many values to that file and they will be available in the templates’ context.

author

Blog author

site_name

Site name

posts_per_page

Number of posts displayed per page. Used for pagination.

url

Your site’s URL.

date_format

Python strftime formatted date format

text_processor

Which X to html processor to use; ‘markdown’, ‘textile’, ‘rst’, ‘html’

templates

‘django’ or ‘jinja2’

append_slash

Whether a slash should be appended to post urls.

url_include_day

Whether to include the day with the month and year in the generated directories and urls.

Project Versions

Previous topic

Usage

Next topic

Writing posts

This Page