Skip to content

Commit cad3e4e

Browse files
vorushinclaude
andcommitted
Simplify site title to "Roman Vorushin" everywhere
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e6e71eb commit cad3e4e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ excerpt_separator: "<!--more-->"
22
markdown: kramdown
33
paginate: 20
44

5-
name: Roman Vorushin's Blog
5+
name: Roman Vorushin
66
url: https://vorushin.github.io
77
author: Roman Vorushin (roman.vorushin@gmail.com)
88

99
# jekyll-seo-tag
10-
title: Roman Vorushin's Blog - AI, Machine Learning, and Life
10+
title: Roman Vorushin
1111
description: Blog about artificial intelligence, machine learning, LLM training, neural networks, and life. Research Engineer at Google DeepMind working on Gemini.
1212
twitter:
1313
username: vorushin

_includes/head.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon">
99
<link rel="icon" href="/img/favicon.ico" type="image/x-icon">
1010

11-
<link type="application/atom+xml" rel="alternate" href="/feed.xml" title="Roman Vorushin's Blog" />
11+
<link type="application/atom+xml" rel="alternate" href="/feed.xml" title="Roman Vorushin" />
1212

1313
<!-- Bootstrap 5 -->
1414
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
@@ -24,7 +24,7 @@
2424
<!-- Custom CSS -->
2525
<link rel="stylesheet" type="text/css" media="all" href="/css/main.css"/>
2626

27-
<title>{% if page.title %}{{ page.title }} - {% endif %}Roman Vorushin's Blog</title>
27+
<title>{% if page.title %}{{ page.title }} - {% endif %}Roman Vorushin</title>
2828

2929
<!-- Google tag (gtag.js) -->
3030
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YGT4F5JNH7"></script>

0 commit comments

Comments
 (0)