@quasarbright/projection
Version:
A static site generator that creates a beautiful, interactive gallery to showcase your coding projects. Features search, filtering, tags, responsive design, and an admin UI.
16 lines • 418 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_CONFIG = void 0;
/**
* Default configuration values
*/
exports.DEFAULT_CONFIG = {
title: "My Projects",
description: "A showcase of my coding projects",
baseUrl: "./",
dynamicBackgrounds: [],
customStyles: undefined,
customScripts: undefined,
output: "dist"
};
//# sourceMappingURL=config.js.map