Set up src folder and add site image assets
|
@ -0,0 +1,10 @@
|
||||||
|
module.exports = function (eleventyConfig) {
|
||||||
|
eleventyConfig.addPassthroughCopy("./src/assets/");
|
||||||
|
eleventyConfig.addWatchTarget("./src/assets/");
|
||||||
|
|
||||||
|
return {
|
||||||
|
dir: {
|
||||||
|
input: "src"
|
||||||
|
}
|
||||||
|
};
|
||||||
|
};
|
After Width: | Height: | Size: 131 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 684 B |
After Width: | Height: | Size: 243 B |
After Width: | Height: | Size: 649 B |
After Width: | Height: | Size: 260 B |
After Width: | Height: | Size: 258 B |
After Width: | Height: | Size: 247 B |
After Width: | Height: | Size: 438 B |
After Width: | Height: | Size: 567 B |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 60 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 723 B |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 15 KiB |
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"name": "Leilukin's Hub",
|
||||||
|
"short_name": "Leilukin's Hub",
|
||||||
|
"icons":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"src": "/android-chrome-192x192.png",
|
||||||
|
"sizes": "192x192",
|
||||||
|
"type": "image/png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/android-chrome-512x512.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"theme_color": "#7A37A3",
|
||||||
|
"background_color": "#000000",
|
||||||
|
"display": "standalone"
|
||||||
|
}
|
After Width: | Height: | Size: 5.0 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 34 KiB |
After Width: | Height: | Size: 40 KiB |
After Width: | Height: | Size: 98 KiB |