Skip to content

Commit d9f8630

Browse files
committed
update homepage to feature cantussy
1 parent 854f304 commit d9f8630

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

src/assets/cantussy.svg

Lines changed: 1 addition & 0 deletions
Loading

src/content/docs/index.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ hero:
2929

3030
import { Card, CardGrid } from '@astrojs/starlight/components';
3131
import { Tabs, TabItem } from '@astrojs/starlight/components';
32+
import Cantussy from "../../assets/cantussy.svg";
3233

3334
<Card title="Install" icon="rocket">
3435
<Tabs>
@@ -59,3 +60,15 @@ import { Tabs, TabItem } from '@astrojs/starlight/components';
5960
Target any meantone tuning system, not just 12-tone equal temperament. You want 31 tones per octave? Done.
6061
</Card>
6162
</CardGrid>
63+
64+
<div class="mt-12">
65+
Meantonal is a young library, but here are some projects already using it:
66+
<div class="flex justify-center">
67+
<div class="w-48">
68+
<a href="https://cantussy.com">
69+
<Cantussy class="fill-current text-stone-900 dark:text-orange-100" />
70+
</a>
71+
</div>
72+
</div>
73+
Do you use Meantonal? [Let us know!](mailto:hexmusictheory@protonmail.com)
74+
</div>

0 commit comments

Comments
 (0)