mirror of
https://github.com/tabler/tabler.git
synced 2025-12-26 11:16:12 +04:00
init docs app
This commit is contained in:
16
docs/eleventy.config.mjs
Normal file
16
docs/eleventy.config.mjs
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
/** @type {import('@11ty/eleventy').LocalConfig} */
|
||||
export default function (eleventyConfig) {
|
||||
|
||||
eleventyConfig.addPassthroughCopy({
|
||||
"node_modules/@tabler/core/dist": "core",
|
||||
"pages/favicon.ico": "favicon.ico",
|
||||
});
|
||||
|
||||
eleventyConfig.setLiquidOptions({
|
||||
timezoneOffset: 0,
|
||||
jekyllInclude: true,
|
||||
dynamicPartials: true,
|
||||
jekyllWhere: true,
|
||||
});
|
||||
};
|
||||
Reference in New Issue
Block a user