Skip to content

Commit 33924c4

Browse files
authored
Merge pull request #4 from stafot/improvements
improve my website
2 parents 44e732f + f37665c commit 33924c4

36 files changed

+2617
-2064
lines changed

.gitignore

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,2 @@
1-
# Logs
2-
logs
3-
*.log
4-
npm-debug.log*
5-
yarn-debug.log*
6-
yarn-error.log*
7-
pnpm-debug.log*
8-
lerna-debug.log*
9-
10-
node_modules
11-
dist
12-
dist-ssr
13-
*.local
14-
15-
# Editor directories and files
16-
.vscode/*
17-
!.vscode/extensions.json
181
.idea
19-
.DS_Store
20-
*.suo
21-
*.ntvs*
22-
*.njsproj
23-
*.sln
24-
*.sw?
2+
node_modules

404.html

Lines changed: 0 additions & 21 deletions
This file was deleted.

index.html

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,22 @@
44
<head>
55
<meta charset="UTF-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>stafot | Personal Blog & Portfolio</title>
8-
<meta name="description" content="Cloud engineering and DevOps blog focusing on Kubernetes, monitoring, and automation." />
9-
<meta name="author" content="stafot" />
7+
<title>Stavros Foteinopoulos - Senior Site Reliability Engineer</title>
8+
<meta name="description" content="Senior Site Reliability Engineer specializing in cloud-native solutions, FinOps practices, and infrastructure automation" />
9+
<meta name="author" content="Stavros Foteinopoulos" />
1010

11-
<meta property="og:title" content="stafot | Personal Blog & Portfolio" />
12-
<meta property="og:description" content="Cloud engineering and DevOps blog focusing on Kubernetes, monitoring, and automation." />
11+
<meta property="og:title" content="Stavros Foteinopoulos - Senior Site Reliability Engineer" />
12+
<meta property="og:description" content="Senior Site Reliability Engineer specializing in cloud-native solutions, FinOps practices, and infrastructure automation" />
1313
<meta property="og:type" content="website" />
1414
<meta property="og:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
1515

1616
<meta name="twitter:card" content="summary_large_image" />
17-
<meta name="twitter:site" content="@stafot" />
17+
<meta name="twitter:site" content="@lovable_dev" />
1818
<meta name="twitter:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
19-
20-
<link rel="icon" type="image/png" href="/lovable-uploads/14764fa4-1492-46b0-84a9-9f6b2fdafec1.png" />
21-
<!-- Base path for GitHub Pages, required when deploying to custom domain -->
22-
<base href="/">
23-
<!-- Redirect script for SPA routing -->
24-
<script>
25-
// Check for redirect from 404.html
26-
(function() {
27-
const redirect = localStorage.getItem('redirect');
28-
if (redirect) {
29-
localStorage.removeItem('redirect');
30-
const cleanedPath = redirect.startsWith('/') ? redirect : '/' + redirect;
31-
history.replaceState(null, null, cleanedPath);
32-
}
33-
})();
34-
</script>
3519
</head>
3620

3721
<body>
3822
<div id="root"></div>
39-
<!-- IMPORTANT: DO NOT REMOVE THIS SCRIPT TAG OR THIS VERY COMMENT! -->
40-
<script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script>
4123
<script type="module" src="/src/main.tsx"></script>
4224
</body>
4325
</html>

0 commit comments

Comments
 (0)