Add favicon to website
This commit is contained in:
parent
ee5e2f01ae
commit
fbd912f994
|
|
@ -16,6 +16,7 @@ node src/js/generate-rss.js
|
||||||
# Copy necessary files
|
# Copy necessary files
|
||||||
echo "Copying files..."
|
echo "Copying files..."
|
||||||
cp index.html deploy/
|
cp index.html deploy/
|
||||||
|
cp favicon.svg deploy/
|
||||||
cp -r dist deploy/
|
cp -r dist deploy/
|
||||||
cp -r src/js deploy/js
|
cp -r src/js deploy/js
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 |
|
|
@ -6,7 +6,7 @@
|
||||||
<link>https://glenneth.org</link>
|
<link>https://glenneth.org</link>
|
||||||
<atom:link href="https://glenneth.org/feed.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="https://glenneth.org/feed.xml" rel="self" type="application/rss+xml" />
|
||||||
<language>en-us</language>
|
<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>
|
<item>
|
||||||
<title>Aesthetic Meets Ergonomics: My Deep Dive into the Glove80 Keyboard</title>
|
<title>Aesthetic Meets Ergonomics: My Deep Dive into the Glove80 Keyboard</title>
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@
|
||||||
content="Exploring the intersection of electrical engineering, technology, and cultural experiences from two decades in the Middle East">
|
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">
|
<meta property="og:url" content="https://glenneth.org">
|
||||||
<title>Glenn Thompson - Technology, Engineering & Travel</title>
|
<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 rel="alternate" type="application/rss+xml" title="Glenn Thompson's Blog" href="/feed.xml" />
|
||||||
<link href="./dist/styles.css" rel="stylesheet">
|
<link href="./dist/styles.css" rel="stylesheet">
|
||||||
<link
|
<link
|
||||||
|
|
|
||||||
|
|
@ -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 |
2
feed.xml
2
feed.xml
|
|
@ -6,7 +6,7 @@
|
||||||
<link>https://glenneth.org</link>
|
<link>https://glenneth.org</link>
|
||||||
<atom:link href="https://glenneth.org/feed.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="https://glenneth.org/feed.xml" rel="self" type="application/rss+xml" />
|
||||||
<language>en-us</language>
|
<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>
|
<item>
|
||||||
<title>Aesthetic Meets Ergonomics: My Deep Dive into the Glove80 Keyboard</title>
|
<title>Aesthetic Meets Ergonomics: My Deep Dive into the Glove80 Keyboard</title>
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@
|
||||||
content="Exploring the intersection of electrical engineering, technology, and cultural experiences from two decades in the Middle East">
|
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">
|
<meta property="og:url" content="https://glenneth.org">
|
||||||
<title>Glenn Thompson - Technology, Engineering & Travel</title>
|
<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 rel="alternate" type="application/rss+xml" title="Glenn Thompson's Blog" href="/feed.xml" />
|
||||||
<link href="./dist/styles.css" rel="stylesheet">
|
<link href="./dist/styles.css" rel="stylesheet">
|
||||||
<link
|
<link
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue