summaryrefslogtreecommitdiff
path: root/crocc.go
AgeCommit message (Collapse)Author
2023-04-26Fix missing outdir bugNicolas Paul
crocc was not creating the output directory if it was not present, making it impossible to generate files
2023-04-26Remove Sitemap generationNicolas Paul
Sitemaps depends on URL pathes, whose behavior depends on the web server, e.g. rewriting files to remove extension in URL
2023-04-26Fix recursivity problemNicolas Paul
The tool was not updating the output directory with nested directories' name, therefore everyhting was being generated at the root of the output directory
2023-04-26Add HTML generationNicolas Paul
2023-04-25Add front matter parsingNicolas Paul
2023-04-25Add MakefileNicolas Paul
Allows inserting build information variables at compile time
2023-04-25Add default flagsNicolas Paul
2023-04-25Add CINicolas Paul
2023-04-25Initialize projectNicolas Paul