flowershow
flowershow copied to clipboard
Add "blog-template" (can be other name) to our `/examples` folder
Acceptance
- [ ] new example project in
/examplesfolder, named e.g.blog-template- [ ] has
/content/blogfolder with a few example blog posts - [ ] has a getter in
/content/getters(for now let's put it here as for all the other projects, but see my comment here https://github.com/flowershow/flowershow/issues/325#issuecomment-1427934734) - [ ] has basic config in
content/config.js - [ ] has
/content/blog/index.mdpage with a list of all blog posts (using our BlogsList component) - [ ] has comments enabled for blog pages (with info in README about required env variables)
- [ ] has README file with some info about what this template includes
- ...
- [ ] has
- [ ] update our tutorial (#396) accordingly
- ...
@rufuspollock what do you think?