Skip to content

Commit 3dd8b94

Browse files
author
Leo Louvar
committed
Remove 'by Leo Louvar' from link preview (title, og, twitter); keep author/SEO
1 parent 38796c0 commit 3dd8b94

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

docs/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,24 @@
66
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
77
<meta http-equiv="Pragma" content="no-cache">
88
<meta http-equiv="Expires" content="0">
9-
<title>Zixir — AI automation language by Leo Louvar (Elixir + Zig + Python)</title>
10-
<meta name="description" content="Zixir is an immutable AI automation language and three-tier runtime (Elixir + Zig + Python) for agentic coding. Safer, easier to reason about. Created by Leo Louvar. Self-hosted workflows, built-in VectorDB, no Airflow or Redis required.">
9+
<title>Zixir — AI automation language (Elixir + Zig + Python)</title>
10+
<meta name="description" content="Zixir is an immutable AI automation language and three-tier runtime (Elixir + Zig + Python) for agentic coding. Safer, easier to reason about. Self-hosted workflows, built-in VectorDB, no Airflow or Redis required.">
1111
<meta name="author" content="Leo Louvar">
1212
<meta name="keywords" content="Zixir, Leo Louvar, AI automation language, immutable language, Elixir, Zig, Python, agentic coding, workflow, VectorDB, self-hosted">
1313
<link rel="canonical" href="https://zixir-lang.github.io/Zixir/">
1414
<!-- Open Graph -->
1515
<meta property="og:type" content="website">
1616
<meta property="og:url" content="https://zixir-lang.github.io/Zixir/">
17-
<meta property="og:title" content="Zixir — AI automation language by Leo Louvar">
18-
<meta property="og:description" content="AI automation language and three-tier runtime (Elixir + Zig + Python). Created and maintained by Leo Louvar. Self-hosted workflows, built-in VectorDB.">
17+
<meta property="og:title" content="Zixir — AI automation language">
18+
<meta property="og:description" content="AI automation language and three-tier runtime (Elixir + Zig + Python). Self-hosted workflows, built-in VectorDB. Immutable by design.">
1919
<meta property="og:image" content="https://zixir-lang.github.io/Zixir/assets/zixir-icon.png">
2020
<meta property="og:site_name" content="Zixir">
2121
<meta property="profile:first_name" content="Leo">
2222
<meta property="profile:last_name" content="Louvar">
2323
<!-- Twitter -->
2424
<meta name="twitter:card" content="summary">
25-
<meta name="twitter:title" content="Zixir by Leo Louvar — AI automation language">
26-
<meta name="twitter:description" content="AI automation language (Elixir + Zig + Python). Created by Leo Louvar. Self-hosted, built-in VectorDB, no extra infra.">
25+
<meta name="twitter:title" content="Zixir — AI automation language">
26+
<meta name="twitter:description" content="AI automation language (Elixir + Zig + Python). Self-hosted, built-in VectorDB, immutable by design. No extra infra.">
2727
<link rel="icon" type="image/png" href="assets/zixir-icon.png">
2828
<link rel="stylesheet" href="css/landing.css">
2929
<script type="application/ld+json">
@@ -53,8 +53,8 @@
5353
},
5454
{
5555
"@type": "WebPage",
56-
"name": "Zixir — AI automation language by Leo Louvar",
57-
"description": "Zixir is an AI automation language created and maintained by Leo Louvar. Elixir + Zig + Python runtime for agentic coding.",
56+
"name": "Zixir — AI automation language",
57+
"description": "Zixir is an AI automation language and three-tier runtime (Elixir + Zig + Python) for agentic coding.",
5858
"url": "https://zixir-lang.github.io/Zixir/",
5959
"author": { "@id": "https://zixir-lang.github.io/Zixir/#creator" },
6060
"primaryImageOfPage": {
@@ -89,7 +89,7 @@
8989
</nav>
9090

9191
<header class="landing-hero">
92-
<img src="assets/zixir-icon.png" alt="Zixir — AI automation language by Leo Louvar" width="96" height="96">
92+
<img src="assets/zixir-icon.png" alt="Zixir — AI automation language" width="96" height="96">
9393
<h1>Zixir</h1>
9494
<p class="tagline">AI automation language — three-tier runtime (Elixir + Zig + Python) for agentic coding and ML workflows. <strong>Immutable by design</strong> — safer and easier to reason about than languages built around mutable state.</p>
9595
<p class="landing-byline">Created and maintained by <strong>Leo Louvar</strong> · <a href="https://github.com/Zixir-lang/Zixir">GitHub</a></p>

0 commit comments

Comments
 (0)