draaft
Version:
A CLI to pull content from https://pilot.pm content collaboration platform and feed your static site generator with markdown files
15 lines (14 loc) • 452 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const types = require("./types");
exports.defaultConfiguration = {
apiBaseUrl: "https://app.pilot.pm/integrations/beta/",
apiToken: "",
bundlePages: true,
contentFieldName: "body",
frontmatterFormat: types.FrontmatterFormat.yaml,
i18nMode: types.I18nMode.none,
i18nDefaultLanguage: "en",
ssg: types.SSGType.hugo,
useChannelName: false,
};