added services template

updated .drone.yml
This commit is contained in:
Samuel Philipp 2020-06-04 00:04:32 +02:00
parent 1d70658e41
commit fcfed7842e
16 changed files with 340 additions and 62 deletions

View file

@ -9,6 +9,7 @@ module.exports = function(eleventyConfig) {
"img": "img",
"font": "font",
"node_modules/@fortawesome/fontawesome-free/webfonts/": "font",
"node_modules/fork-awesome/fonts/": "font",
"node_modules/flag-icon-css/flags/4x3/(de|us)*": "flags"
});
@ -24,4 +25,4 @@ module.exports = function(eleventyConfig) {
output: "dist"
}
};
};
};