Start adding markdown conversion to site generator.

This commit is contained in:
James Grogan 2022-12-05 13:16:10 +00:00
parent f0091f9e04
commit f44c79dc1f
31 changed files with 692 additions and 461 deletions

View file

@ -197,11 +197,6 @@ std::string File::read()
return buffer.str();
}
std::string File::getBaseFilename(const Path& path)
{
return path.stem().string();
}
std::string File::readText()
{
if (!pathExists())