Start adding markdown conversion to site generator.
This commit is contained in:
parent
f0091f9e04
commit
f44c79dc1f
31 changed files with 692 additions and 461 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue