summaryrefslogtreecommitdiffhomepage
path: root/middleware/markdown/markdown.go
AgeCommit message (Expand)Author
2015-08-05markdown: Prefix log messages, and slight refactorMatthew Holt
2015-08-05Markdown: generate static sites after links.Abiola Ibrahim
2015-08-05Markdown: Modify development mode to generate links on page requests.Abiola Ibrahim
2015-08-04Markdown: Watch for file changes. Removed sitegen dependency for links.Abiola Ibrahim
2015-07-29Code cleanups.Abiola Ibrahim
2015-07-28Metadata variables flattened.Abiola Ibrahim
2015-07-25Remove debug line, add file name as default titleMaxime
2015-07-23Moved test files to testdata folder.Maxime
2015-07-21Add context to markdown templateMaxime
2015-05-24Fix more lint warningsZac Bergquist
2015-05-09markdown: sitegen keyword and run generation at startupMatthew Holt
2015-05-08markdown: documentation done. awaiting testAbiola Ibrahim
2015-05-07markdown: template integration done. awaiting documentation and testAbiola Ibrahim
2015-05-07markdown: working version of template integration. Awaiting static site gener...Abiola Ibrahim
2015-05-06markdown: added template codes. awaiting integration and testsAbiola Ibrahim
2015-05-05Expanded index file support to other middlewares (fixes #27)Matthew Holt
2015-05-04More refactoring - nearly completeMatthew Holt
2015-04-25Markdown requires a base path (for now)Matthew Holt
2015-04-02Refactor: Middleware chain uses Handler instead of HandlerFuncMatthew Holt
2015-03-31Markdown defaults to .mdMatthew Holt
2015-03-28Refactored markdown middleware to return errorsMatthew Holt
2015-03-21Support multiple occurrences of markdown directiveMatthew Holt
2015-03-20Markdown handles titles a little betterMatthew Holt
2015-03-16Added markdown middlewareMatthew Holt