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.
18 lines (17 loc) • 701 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
var AppPathResolverService_1 = __importDefault(require("./../services/AppPathResolverService"));
var loadDictElement = {
constructible: AppPathResolverService_1.default,
locateDeps: {
compiledUserContentDir: 'MTB_COMPILED_USER_CONTENT_DIR',
mdBlogPostsDir: 'MTB_MD_BLOG_POSTS_DIR',
staticFilesDir: 'MTB_STATIC_FILES_DIR',
pagesDir: 'MTB_PAGES_DIR',
viewTemplatesDir: 'MTB_VIEW_TEMPLATES_DIR',
}
};
exports.default = loadDictElement;