fixed mistakes in readme
This commit is contained in:
parent
2c7fcfc05b
commit
d8ca92dce6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue