add logo
This commit is contained in:
parent
8f86de2246
commit
5fab362054
4 changed files with 87 additions and 1 deletions
|
@ -25,6 +25,8 @@ module.exports = function(eleventyConfig) {
|
|||
// copy aileron font
|
||||
eleventyConfig.addPassthroughCopy({'./submodules/aileron/fonts/*.(ttf|woff|woff2)': 'fonts'})
|
||||
eleventyConfig.addPassthroughCopy({'./submodules/aileron/aileron.lite.min.css': 'aileron.lite.min.css'})
|
||||
// copy static files
|
||||
eleventyConfig.addPassthroughCopy('./static')
|
||||
|
||||
// copy german start page to root url
|
||||
eleventyConfig.on(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue