-
Notifications
You must be signed in to change notification settings - Fork 1
How to change the website title
Nick Colley edited this page Oct 26, 2022
·
8 revisions
- 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.
Give feedback or report bugs on Github.