Can hugo pick a default title for existing Markdown files? I'd like to take all of the Markdown files from a git repo and use Hugo to turn it into an internal readthedocs.org-style site. The biggest impediment to this idea I've seen so far is that Markdown files without frontmatter are completely missing a title and the themes I've seen so far don't work well with files that don't have titles.
- Is it possible for hugo to figure out that what the title should be from the Markdown content (The
#at the top smells like a title.) or the name of the file? - If not, is there a good tool for generating frontmatter?