feat: ✨ add favicon
This commit is contained in:
parent
51e9b03ff2
commit
43345f946e
2 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,9 @@ export default async function (eleventyConfig) {
|
||||||
eleventyConfig.addPassthroughCopy('./src/fonts/');
|
eleventyConfig.addPassthroughCopy('./src/fonts/');
|
||||||
eleventyConfig.addWatchTarget('./src/fonts/');
|
eleventyConfig.addWatchTarget('./src/fonts/');
|
||||||
|
|
||||||
|
eleventyConfig.addPassthroughCopy('./src/img/sebin.png');
|
||||||
|
eleventyConfig.addWatchTarget('./src/img/sebin.png');
|
||||||
|
|
||||||
eleventyConfig.addCollection('posts', (collection) => collection.getFilteredByGlob('./src/posts/*.md'));
|
eleventyConfig.addCollection('posts', (collection) => collection.getFilteredByGlob('./src/posts/*.md'));
|
||||||
|
|
||||||
eleventyConfig.addPlugin(eleventyPluginCiu);
|
eleventyConfig.addPlugin(eleventyPluginCiu);
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
<link rel="stylesheet" href="{{ '/fonts/m-plus-1-code/m-plus-1-code.css' | url }}">
|
<link rel="stylesheet" href="{{ '/fonts/m-plus-1-code/m-plus-1-code.css' | url }}">
|
||||||
<link rel="stylesheet" href="{{ '/css/style.css' | url }}">
|
<link rel="stylesheet" href="{{ '/css/style.css' | url }}">
|
||||||
<link rel="stylesheet" href="{{ '/css/prism.css' | url }}">
|
<link rel="stylesheet" href="{{ '/css/prism.css' | url }}">
|
||||||
|
<link rel="shortcut icon" href="/img/sebin.png" type="image/png">
|
||||||
<link rel="me" href="https://meow.social/@SebinNyshkim">
|
<link rel="me" href="https://meow.social/@SebinNyshkim">
|
||||||
</head>
|
</head>
|
||||||
<body class="h-dvh bg-slate-300 text-slate-700 dark:bg-slate-900 dark:text-slate-300">
|
<body class="h-dvh bg-slate-300 text-slate-700 dark:bg-slate-900 dark:text-slate-300">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue