Tutorial Basics
This section is not going to be very structured, but we will cover the following topics:
📄️ Create a Page
Add Markdown or React files to src/pages to create a standalone page:
📄️ Create a Document
Documents are groups of pages connected through:
📄️ Create a Blog Post
This template creates a page for each blog post, but also a blog index page, a tag system, an RSS feed...
📄️ Markdown Features
The HandBook supports Markdown and a few additional features.
📄️ Deploy Your Site
The core of the handbook is a static-site-generator (also called Jamstack).
📄️ Congratulations!
You have just learned the basics of our HandBook and made some changes to the initial template.
We will assume that you have finished the guides, and know the basics like how to configure plugins, how to write React components, etc. These sections will have plugin authors and code contributors in mind, so we may occasionally refer to or other architecture details. Don't panic if you don't understand everything 😉.