Skip to content

Commit ae4865f

Browse files
Add logo
1 parent cea2352 commit ae4865f

6 files changed

Lines changed: 69 additions & 0 deletions

File tree

assets/images/favicon.svg

Lines changed: 12 additions & 0 deletions
Loading

assets/images/og-image.svg

Lines changed: 21 additions & 0 deletions
Loading

favicon.ico

1.12 KB
Binary file not shown.

robots.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
User-agent: *
2+
Allow: /
3+
4+
Sitemap: https://multilingualprogramming.github.io/sitemap.xml

site.webmanifest

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "Multilingual Programming Language",
3+
"short_name": "multilingual",
4+
"description": "Write code in 17 human languages with one formal core.",
5+
"start_url": "/",
6+
"display": "standalone",
7+
"background_color": "#03020d",
8+
"theme_color": "#080718",
9+
"icons": [
10+
{
11+
"src": "/assets/images/favicon.svg",
12+
"sizes": "any",
13+
"type": "image/svg+xml",
14+
"purpose": "any"
15+
}
16+
]
17+
}

sitemap.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<url>
4+
<loc>https://multilingualprogramming.github.io/</loc>
5+
<lastmod>2026-02-28</lastmod>
6+
<changefreq>weekly</changefreq>
7+
<priority>1.0</priority>
8+
</url>
9+
<url>
10+
<loc>https://multilingualprogramming.github.io/docs/</loc>
11+
<lastmod>2026-02-28</lastmod>
12+
<changefreq>weekly</changefreq>
13+
<priority>0.9</priority>
14+
</url>
15+
</urlset>

0 commit comments

Comments
 (0)