How to change the website title
- Create a new page with the title of
_config. - Add the
websiteTitleoption with your custom title to the frontmatter (<!--- --->) at the top:
<!---
websiteTitle: My Custom Title
--->
Content for the page here...
See this website’s configuration file as an example.