Skip to content

Commit df8e3f0

Browse files
committed
Improve a little SEO
1 parent 07998b9 commit df8e3f0

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A web-based editor and converter to manage design tokens, visualize them in a tree structure, and export them as CSS variables or JSON format.
44

5-
![Design Tokens App Screenshot](./screenshot.png)
5+
![Design Tokens App Screenshot](./engramma.png)
66

77
## License
88

engramma.png

264 KB
Loading

index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Engramma</title>
6+
<title>Engramma - design tokens app</title>
7+
<meta
8+
name="description"
9+
content="An app to manage standard based design tokens and convert them to CSS or SCSS variables"
10+
/>
11+
<meta property="og:type" content="website" />
12+
<meta property="og:url" content="https://engramma.dev/" />
13+
<meta property="og:image" content="./engramma.png" />
14+
<meta name="twitter:card" content="summary_large_image" />
715
<link rel="stylesheet" href="./src/app.css" />
816
<!-- Privacy-friendly analytics by Plausible -->
917
<script

screenshot.png

-258 KB
Binary file not shown.

0 commit comments

Comments
 (0)