Set up src folder and add site image assets
10
.eleventy.js
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
module.exports = function (eleventyConfig) {
|
||||||
|
eleventyConfig.addPassthroughCopy("./src/assets/");
|
||||||
|
eleventyConfig.addWatchTarget("./src/assets/");
|
||||||
|
|
||||||
|
return {
|
||||||
|
dir: {
|
||||||
|
input: "src"
|
||||||
|
}
|
||||||
|
};
|
||||||
|
};
|
BIN
src/assets/banners/harry-potter-free-site.png
Normal file
After Width: | Height: | Size: 131 KiB |
BIN
src/assets/banners/hosted-by-neocities.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
src/assets/buttons/9_stripe.png
Normal file
After Width: | Height: | Size: 684 B |
BIN
src/assets/buttons/agender.png
Normal file
After Width: | Height: | Size: 243 B |
BIN
src/assets/buttons/bigender.png
Normal file
After Width: | Height: | Size: 649 B |
BIN
src/assets/buttons/demigirl.png
Normal file
After Width: | Height: | Size: 260 B |
BIN
src/assets/buttons/lesbian.png
Normal file
After Width: | Height: | Size: 258 B |
BIN
src/assets/buttons/nonbinary.png
Normal file
After Width: | Height: | Size: 247 B |
BIN
src/assets/buttons/progress.png
Normal file
After Width: | Height: | Size: 438 B |
BIN
src/assets/buttons/rss-button.gif
Normal file
After Width: | Height: | Size: 567 B |
BIN
src/assets/favicon/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
src/assets/favicon/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 60 KiB |
BIN
src/assets/favicon/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
src/assets/favicon/favicon-16x16.png
Normal file
After Width: | Height: | Size: 723 B |
BIN
src/assets/favicon/favicon-32x32.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
src/assets/favicon/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
20
src/assets/favicon/site.webmanifest
Normal file
@ -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"
|
||||||
|
}
|
BIN
src/assets/images/starsforever.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
BIN
src/assets/leilukin/Leilukins-Hub-button.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
src/assets/leilukin/Leilukins-Hub-website-banner-black-bg.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
src/assets/leilukin/Leilukins-Hub-website-banner.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
src/assets/leilukin/leilukin-bee.png
Normal file
After Width: | Height: | Size: 98 KiB |