Stream: shorthand
Topic: Page title
Nathan Davis (Nov 04 2021 at 15:30):
I'm not sure if this is an issue with FSH or IG creation. I'm guessing FSH so posting here.
I have a page title that isn't displaying correctly. I assume that the title comes from the file name of the markdown file that describes the page.
The display is showing:
Comparison to E ICR
I need it to be:
Comparison to eICR
The file name is "comparison_to_eICR.md"
David Pyke (Nov 04 2021 at 15:34):
If this is a manually generated page, check your sushi-config.yaml.
John Moehrke (Nov 04 2021 at 15:55):
the sushi-config.yaml can give pretty titles to any of your md files
John Moehrke (Nov 04 2021 at 15:55):
see: https://fshschool.org/docs/sushi/configuration/
Chris Moesel (Nov 09 2021 at 14:03):
SUSHI has an algorithm for trying to guess the human readable title from a file name. Many times it is right. Sometimes it is not. When it's not, you need to resort to spelling out your pages in the sushi-config.yaml
as @John Moehrke suggested above.
Last updated: Apr 12 2022 at 19:14 UTC