Blog
A static SEO-optimized blog has been set up to allow chess content creators to share stories with the world. A static blog differs from a dynamic blog in that the content is stored in Markdown files as opposed to in a database.
Figure 1. Click on Blog
The posts are stored in the file system in the blog folder. Two sample posts are provided in two languages: English and Spanish. The sitemap.xml file is generated on request based on the routes defined in the config/routing/blog.yaml file.
As you can see, all blog routes are prefixed with the word blog
. The blog.yaml file is intended to encode the metadata of the posts into multiple languages.