Solution 1: home: true
The following will ommit the page title, show only config.js -> title as the title.
---home: true---# HomepageThis is my HomepageNOTE: This only works if you are using Default Theme Config and it includes a hero section.
Solution 2: Ommit header or yaml title config
This is my HomepageSolution 3: Custom Layout
I suspect a custom layout could be used to omit page title, but I have yet to try it.
Page title by Header
If you have headers in your markdown (e.g. # Header 1 or ## Header 2), the first header will automatically being adapoted as page header.
# Header become page titleHelloPage title by yaml config
---title: This is page title---# Header 1Hello