diff --git a/README.md b/README.md index a885bd9..90abd06 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ a simple static website. It's designed to get out of your way and let you focus on writing. **What do I mean by opinionated?** I built zona primarily for myself. I've tried -making it flexible by exposing many variables as possible to the template +making it flexible by exposing as many variables as possible to the template engine. However, if you're looking for something stable, complete, and fully configurable, zona may not be for you. If you want a minimal Markdown blog and are comfortable with modifying `jinja2` templates and CSS, then you're in luck. @@ -226,9 +226,9 @@ Suppose you want `example.com/blog` to be a _post list_ page, and you want title: Blog post: false template: post_list +--- Welcome to my blog! Please find a list of my posts below. ---- ``` Setting `post: false` is necessary because, by default, all documents inside