Skip to content

Commit 9b57d31

Browse files
committed
fix SEO in html
1 parent 32b4552 commit 9b57d31

File tree

3 files changed

+136
-126
lines changed

3 files changed

+136
-126
lines changed

.github/workflows/upload.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 22
17+
node-version: 24.x
1818
cache: 'yarn'
1919

2020
- uses: calcit-lang/setup-cr@0.0.8

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
<head>
55
<meta charset="utf-8">
66
<title>Calcit Language</title>
7+
<meta name="description" content="Calcit is a Lisp-inspired programming language that compiles to JavaScript ES Modules. It features an interpreter, hot code swapping, pattern matching, persistent data structures, and an indentation-based syntax.">
8+
<meta name="keywords" content="Calcit, Lisp, JavaScript, ES Modules, functional programming, hot code swapping, pattern matching, persistent data, indentation-based syntax, ClojureScript">
9+
<meta property="og:title" content="Calcit Language">
10+
<meta property="og:description" content="Discover Calcit, a Lisp-inspired language compiling to JavaScript ES Modules, offering hot code swapping, pattern matching, and more.">
11+
<meta property="og:type" content="website">
12+
<meta property="og:image" content="//cdn.tiye.me/logo/calcit.png">
13+
<meta name="twitter:card" content="summary">
14+
<meta name="twitter:title" content="Calcit Language">
15+
<meta name="twitter:description" content="Explore Calcit, a modern Lisp for JavaScript ES Modules development with features like hot code swapping and persistent data.">
16+
<meta name="twitter:image" content="//cdn.tiye.me/logo/calcit.png">
717
<link rel="icon" type="image/png" href="//cdn.tiye.me/logo/calcit.png"/>
818
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"/>
919
<link rel="stylesheet" type="text/css" href="//cdn.tiye.me/favored-fonts/main-fonts.css">

yarn.lock

Lines changed: 125 additions & 125 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)