diff --git a/nuxt.config.ts b/nuxt.config.ts
index ab6d8f1..dee7788 100644
--- a/nuxt.config.ts
+++ b/nuxt.config.ts
@@ -13,6 +13,9 @@ export default defineNuxtConfig({
// hid is used as unique identifier. Do not use `vmid` for it as it will not work
{ hid: 'description', name: 'description', content: 'Juls07 is a fullstack web developer' }
],
+ link: [
+ { rel: 'icon', href: '/favicon.png' }
+ ],
htmlAttrs: {
lang: 'en'
}
diff --git a/pages/index.vue b/pages/index.vue
index a00790d..4856865 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -41,36 +41,38 @@
Skills
-
+
+ iconName="skill-icons:nuxtjs-dark" />
+
+ iconName="skill-icons:rails" />
-
+ iconName="skill-icons:php-dark" />
+ iconName="skill-icons:react-dark" />
+ iconName="skill-icons:bash-dark" />
+ iconName="skill-icons:tailwindcss-dark" />
+ iconName="skill-icons:rust" />
+ iconName="skill-icons:nodejs-dark" />
-
-
-
-
+ iconName="skill-icons:svelte" />
+
+
+
+
+
@@ -79,9 +81,9 @@
+ :icons="[{ 'icon': 'logos:nuxt-icon', 'name': 'nuxtjs v3' }]">
this is a small forum project I made to mock my ruby on rails forum I am
working on but in vuejs.
@@ -92,7 +94,7 @@
This is my attempt at a forum written in php, its not great but it works.
This is the old cyansplash.net site, not amazing but taught me a lot about web
@@ -106,14 +108,14 @@
I am today.
This stie is the site you are currently on, this site is just a place to show
off my projects and my skills.
this is a small forum project I made to mock my ruby on rails forum I am
diff --git a/public/favicon.png b/public/favicon.png
new file mode 100644
index 0000000..63728d5
Binary files /dev/null and b/public/favicon.png differ