Skip to content

fix SEO in html #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 24.x
cache: 'yarn'

- uses: calcit-lang/setup-cr@0.0.8
Expand Down
14 changes: 12 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,19 @@
<head>
<meta charset="utf-8">
<title>Calcit Language</title>
<link rel="icon" type="image/png" href="//cdn.tiye.me/logo/calcit.png"/>
<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.">
<meta name="keywords" content="Calcit, Lisp, JavaScript, ES Modules, functional programming, hot code swapping, pattern matching, persistent data, indentation-based syntax, ClojureScript">
<meta property="og:title" content="Calcit Language">
<meta property="og:description" content="Discover Calcit, a Lisp-inspired language compiling to JavaScript ES Modules, offering hot code swapping, pattern matching, and more.">
<meta property="og:type" content="website">
<meta property="og:image" content="https://cdn.tiye.me/logo/calcit.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Calcit Language">
<meta name="twitter:description" content="Explore Calcit, a modern Lisp for JavaScript ES Modules development with features like hot code swapping and persistent data.">
<meta name="twitter:image" content="https://cdn.tiye.me/logo/calcit.png">
<link rel="icon" type="image/png" href="https://cdn.tiye.me/logo/calcit.png"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"/>
<link rel="stylesheet" type="text/css" href="//cdn.tiye.me/favored-fonts/main-fonts.css">
<link rel="stylesheet" type="text/css" href="https://cdn.tiye.me/favored-fonts/main-fonts.css">
<link rel="stylesheet" type="text/css" href="./assets/main.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-B8FBEGXH0K"></script>
Expand Down
250 changes: 125 additions & 125 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.