crisp-theme.git

git clone https://git.crispbyte.dev/crisp-theme.git

commit
1289320
parent
f0b1196
author
cheddar
date
2025-05-01 18:24:09 +0200 CEST
Fix README
1 files changed,  +1, -1
M README.md
+1, -1
1@@ -11,7 +11,7 @@ npm install
2 npx @11ty\eleventy
3 ```
4 
5-Content goes in the `content` folder. Anything with a `site_nav` property will be added to the site navigation. Blog posts go into the `content\blog` folder.
6+Content goes in the `content` folder. Anything with a `nav_order` property will be added to the site navigation. Blog posts go into the `content\blog` folder.
7 
8 You can indicate that a post is part of a series by giving it a `series` property with a name and the number of this post in the series:
9