Skip to content

Commit 62b0c72

Browse files
committed
updated blog and optimized for SEO and social preview
1 parent 3abf037 commit 62b0c72

9 files changed

+71
-2
lines changed

_config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@ defaults:
7474
values:
7575
layout: "page"
7676

77+
compress_html:
78+
clippings: all
79+
comments: ["<!-- ", " -->"]
80+
endings: all
81+
blanklines: false
82+
profile: false
83+
7784
# Exclude from processing.
7885
# The following items will not be processed, by default.
7986
# Any item listed under the `exclude:` key here will be automatically added to

_layouts/default.html

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,45 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
6-
<link rel="icon" href="https://fav.farm/🌻" />
6+
<!-- Favicon -->
7+
<link
8+
rel="icon"
9+
type="image/png"
10+
href="/favicon-96x96.png"
11+
sizes="96x96"
12+
/>
13+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
14+
<link rel="shortcut icon" href="/favicon.ico" />
15+
<link
16+
rel="apple-touch-icon"
17+
sizes="180x180"
18+
href="/apple-touch-icon.png"
19+
/>
20+
<meta name="apple-mobile-web-app-title" content="bhav" />
21+
<link rel="manifest" href="/site.webmanifest" />
22+
23+
<!-- Primary Meta Tags -->
24+
<meta
25+
name="keywords"
26+
content="portfolio, photography, developer, writer"
27+
/>
28+
29+
<!-- Open Graph / Facebook -->
30+
<meta property="og:image" content="{{ site.url }}/social-preview.png" />
31+
32+
<!-- Twitter -->
33+
<meta property="twitter:card" content="summary_large_image" />
34+
<meta
35+
property="twitter:image"
36+
content="{{ site.url }}/social-preview.png"
37+
/>
38+
39+
<!-- Theme Color for mobile browsers -->
40+
<meta name="theme-color" content="#18181B" />
41+
42+
<!-- Performance optimizations -->
43+
<link rel="preconnect" href="https://fonts.googleapis.com" />
44+
<link rel="dns-prefetch" href="https://fonts.googleapis.com" />
745
<title>
846
{% if page.title %}{{ page.title }} | {{ site.title }}{% else %}{{
947
site.title }}{% endif %}

_posts/2025-05-17-a-brand-new-old-website.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ see you around!
4747

4848
<br>
4949

50-
ps: thanks to everyone who continues to make cool shit, and thanks to the people who've inspired me to build this site: [den](https://den.dev/), [neal](https://neal.fun/), [nolan](https://eieio.games/), [manuel](https://manuelmoreale.com/), [ezri](https://ezrizhu.com/), [melody](https://melody.codes/), and many, many more.
50+
ps: thanks to everyone who continues to make cool shit, and thanks to the people who've inspired me to build this site: [den](https://den.dev/), [neal](https://neal.fun/), [nolan](https://eieio.games/), [jan](https://netmeister.org/), [manuel](https://manuelmoreale.com/), [ezri](https://ezrizhu.com/), [melody](https://melody.codes/), and many, many more.
5151

5252
pps: cute cat that follows the cursor: [github.com/adryd325/oneko.js](https://github.com/adryd325/oneko.js/)

apple-touch-icon.png

7.45 KB
Loading

favicon-96x96.png

3.71 KB
Loading

favicon.ico

14.7 KB
Binary file not shown.

favicon.svg

Lines changed: 3 additions & 0 deletions
Loading

site.webmanifest

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "bhav!",
3+
"short_name": "bhav!",
4+
"icons": [
5+
{
6+
"src": "/web-app-manifest-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png",
9+
"purpose": "maskable"
10+
},
11+
{
12+
"src": "/web-app-manifest-512x512.png",
13+
"sizes": "512x512",
14+
"type": "image/png",
15+
"purpose": "maskable"
16+
}
17+
],
18+
"theme_color": "#ffffff",
19+
"background_color": "#ffffff",
20+
"display": "standalone"
21+
}

social-preview.png

100 KB
Loading

0 commit comments

Comments
 (0)