Getting Started with the Boilerplate
by Editorial team
This post shows in a few minutes how to set up a new information website based on the boilerplate.
Configuration
Copy config/config.sample.php to config/config.php and enter your domain, the supported languages and the default language.
Creating content
Create one file per page and language under content/pages/, for example about-us.en.json. News articles go into content/news/.
Frequently asked questions
Do I need to update the search index manually?
No. The index detects changes to the content files automatically and rebuilds itself when needed.