How to change the website title
- Create a new page with the title of
_config
. - Add the
websiteTitle
option 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.