restructured project (closes #5)
This commit is contained in:
parent
0780afbb2e
commit
c89867c3d9
40 changed files with 19 additions and 35 deletions
|
@ -1,20 +1,20 @@
|
|||
const eleventyNavigationPlugin = require("@11ty/eleventy-navigation");
|
||||
|
||||
module.exports = function(eleventyConfig) {
|
||||
eleventyConfig.addWatchTarget("./scss/");
|
||||
eleventyConfig.addWatchTarget("./src/scss/");
|
||||
|
||||
eleventyConfig.addPlugin(eleventyNavigationPlugin);
|
||||
eleventyConfig.setUseGitIgnore(false);
|
||||
eleventyConfig.addPassthroughCopy({
|
||||
"img": "img",
|
||||
"font": "font",
|
||||
"src/img": "img",
|
||||
"src/font": "font",
|
||||
"node_modules/@fortawesome/fontawesome-free/webfonts/": "font",
|
||||
"node_modules/flag-icon-css/flags/4x3/(de|us)*": "flags"
|
||||
});
|
||||
|
||||
return {
|
||||
dir: {
|
||||
input: "sites",
|
||||
input: "src",
|
||||
includes: "_includes",
|
||||
layouts: "_includes/layouts",
|
||||
output: "dist"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue