Initial Commit
This commit is contained in:
commit
6aa786e326
46 changed files with 1697 additions and 0 deletions
7
src/components/Keywords.astro
Normal file
7
src/components/Keywords.astro
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
import pkg from "../../package.json";
|
||||
---
|
||||
|
||||
<ul class="flex gap-2 flex-wrap justify-center p-8">
|
||||
{pkg.keywords.map((k) => <li class="badge badge-ghost">{k}</li>)}
|
||||
</ul>
|
||||
Loading…
Add table
Add a link
Reference in a new issue