Chapter 3: Conclusion
Wrap-up and checklist for creating your own books using this boilerplate template.
Chapter 3: Conclusion
Welcome to the final chapter! Let’s wrap things up.
Summary
In this book, you’ve learned:
- How to structure book content
- Frontmatter requirements
- Available markdown features
- How to configure reading order
What’s next?
To create your own book:
- Add a new entry in
src/data/books.ts - Create a folder in
src/content/books/your-book-id/ - Add markdown files (01-chapter-name.md, 02-chapter-name.md, etc.)
- Make sure each file has proper frontmatter
Template frontmatter
Every chapter needs this frontmatter:
---title: "Chapter Title"pubDate: 2025-04-27published: truedescription: "Brief description of this chapter"---Additional resources
- Check the project README for more details
- Review existing books for patterns
- See
src/data/books.tsfor configuration examples
The end! 🎉
End of book. Back to the reading order.
Discussion
Sign in with GitHub to comment or react. Powered by giscus.