Blogs

2 minutes read

A blog is a place to publish articles. Take a look at the sample blog.

To create a blog, start with a Zola section. Set the following front matter variables:

template = "article_list.html"
page_template = "article.html"

Then, add pages.

Options

Use the default Zola section front matter variables to configure the blog. In addition to the default front matter variables for pages, Duckling provides some additional variables that can be set under [extra]:

The following options are available in the [extra.comments] section:

Example

The code for the sample blog can be used as a reference or as a starting point. It is available in the project’s source code.