-
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 file with the title
_config. - Add the following markdown content
<!---
websiteTitle: My Custom Title
--->You can see an example of the configuration for this website here: https://github.com/NickColley/website-from-github-wiki/wiki/_config/_edit
By default the website title will be created based on your repository name.
Give feedback or report bugs on Github.