md-toy-blog
Version:
Very simple Markdown blog: serves your md as html without fancy databases. You will only spend time writing the actual data.
12 lines • 463 B
TypeScript
export default class AppPathResolverService implements AppPathsInterface {
compiledUserContentDir: string;
mdBlogPostsDir: string;
staticFilesDir: string;
pagesDir: string;
viewTemplatesDir: string;
constructor(config: AppPathsConfig);
getMarkdownFilePath(postSlug: string): string;
getViewTemplateFilePath(controllerName: string): string;
private getViewTemplateBaseName;
}
//# sourceMappingURL=AppPathResolverService.d.ts.map