All files / src/Site constants.ts

100% Statements 12/12
100% Branches 0/0
100% Functions 0/0
100% Lines 12/12

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18    6x 6x 6x 6x   6x 6x 6x 6x 6x 6x 6x 6x      
import _ from 'lodash';
 
export const INDEX_MARKDOWN_FILE = 'index.md';
export const SITE_CONFIG_NAME = 'site.json';
export const LAZY_LOADING_SITE_FILE_NAME = 'LazyLiveReloadLoadingSite.html';
export const TEMPLATE_SITE_ASSET_FOLDER_NAME = 'markbind';
 
export const CONFIG_FOLDER_NAME = '_markbind';
export const SITE_FOLDER_NAME = '_site';
export const TEMP_FOLDER_NAME = '.temp';
export const LAYOUT_SITE_FOLDER_NAME = 'layouts';
export const FAVICON_DEFAULT_PATH = 'favicon.ico';
export const USER_VARIABLES_PATH = '_markbind/variables.md';
export const PAGE_TEMPLATE_NAME = 'page.njk';
export const SITE_DATA_NAME = 'siteData.json';
 
export { _ };