Add favicon to website

This commit is contained in:
glenneth1 2024-12-04 14:24:25 +03:00
parent ee5e2f01ae
commit fbd912f994
8 changed files with 15 additions and 2 deletions

View File

@ -16,6 +16,7 @@ node src/js/generate-rss.js
# Copy necessary files
echo "Copying files..."
cp index.html deploy/
cp favicon.svg deploy/
cp -r dist deploy/
cp -r src/js deploy/js

5
deploy/favicon.svg Normal file
View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<rect width="32" height="32" rx="6" fill="#1a1b26"/>
<text x="50%" y="50%" text-anchor="middle" dominant-baseline="central" fill="#e0af68" font-family="Inter, sans-serif" font-size="16" font-weight="bold">GT</text>
</svg>

After

Width:  |  Height:  |  Size: 363 B

View File

@ -6,7 +6,7 @@
<link>https://glenneth.org</link>
<atom:link href="https://glenneth.org/feed.xml" rel="self" type="application/rss+xml" />
<language>en-us</language>
<lastBuildDate>Tue, 03 Dec 2024 03:35:25 GMT</lastBuildDate>
<lastBuildDate>Wed, 04 Dec 2024 11:21:13 GMT</lastBuildDate>
<item>
<title>Aesthetic Meets Ergonomics: My Deep Dive into the Glove80 Keyboard</title>

View File

@ -11,6 +11,7 @@
content="Exploring the intersection of electrical engineering, technology, and cultural experiences from two decades in the Middle East">
<meta property="og:url" content="https://glenneth.org">
<title>Glenn Thompson - Technology, Engineering & Travel</title>
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="alternate" type="application/rss+xml" title="Glenn Thompson's Blog" href="/feed.xml" />
<link href="./dist/styles.css" rel="stylesheet">
<link

5
favicon.svg Normal file
View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<rect width="32" height="32" rx="6" fill="#1a1b26"/>
<text x="50%" y="50%" text-anchor="middle" dominant-baseline="central" fill="#e0af68" font-family="Inter, sans-serif" font-size="16" font-weight="bold">GT</text>
</svg>

After

Width:  |  Height:  |  Size: 363 B

View File

@ -6,7 +6,7 @@
<link>https://glenneth.org</link>
<atom:link href="https://glenneth.org/feed.xml" rel="self" type="application/rss+xml" />
<language>en-us</language>
<lastBuildDate>Tue, 03 Dec 2024 03:35:25 GMT</lastBuildDate>
<lastBuildDate>Wed, 04 Dec 2024 11:21:13 GMT</lastBuildDate>
<item>
<title>Aesthetic Meets Ergonomics: My Deep Dive into the Glove80 Keyboard</title>

View File

@ -11,6 +11,7 @@
content="Exploring the intersection of electrical engineering, technology, and cultural experiences from two decades in the Middle East">
<meta property="og:url" content="https://glenneth.org">
<title>Glenn Thompson - Technology, Engineering & Travel</title>
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="alternate" type="application/rss+xml" title="Glenn Thompson's Blog" href="/feed.xml" />
<link href="./dist/styles.css" rel="stylesheet">
<link

Binary file not shown.