Skip to content

Commit

Permalink
🧑‍💻 Add useful links
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Feb 9, 2024
1 parent e4d13ca commit 980e679
Showing 1 changed file with 32 additions and 13 deletions.
45 changes: 32 additions & 13 deletions src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,38 @@ hero:

import { Card, CardGrid } from '@astrojs/starlight/components';

## Next steps
## Let's Collaborate!

<CardGrid stagger>
<Card title="Update content" icon="pencil">
Edit `src/content/docs/index.mdx` to see this page change.
</Card>
<Card title="Add new content" icon="add-document">
Add Markdown or MDX files to `src/content/docs` to create new pages.
</Card>
<Card title="Configure your site" icon="setting">
Edit your `sidebar` and other config in `astro.config.mjs`.
</Card>
<Card title="Read the docs" icon="open-book">
Learn more in [the Starlight Docs](https://starlight.astro.build/).
</Card>
<Card title="Explore More Projects" icon="open-book">
Discover a variety of projects on [Sigui's website](https://sigui.deno.dev).
</Card>

<Card title="Follow on GitHub" icon="github">
Stay updated on [Sigui's latest projects on GitHub](https://github.com/siguici).
</Card>

<Card title="Join the Discord Community" icon="discord">
Connect with Sigui and other developers in [the Discord Community](https://discord.gg/PURzNH7KBj)
</Card>

<Card title="Stay Updated on Twitter" icon="twitter">
Get the latest updates from Sigui by [following on Twitter](https://twitter.com/intent/follow?screen_name=siguici).
</Card>

<Card title="Access Bento" icon="rocket">
Explore [Sigui's Bento](https://bento.me/sigui), containing useful links to other projects and project illustrations.
</Card>

<Card title="YouTube Channel" icon="youtube">
Visit [Sigui's YouTube channel](https://www.youtube.com/c/siguici) for for a mix of informative content, tutorials, and more.
</Card>

<Card title="Contact via Email" icon="email">
Contact Sigui via email at [dev.sigui@proton.me](mailto:dev.sigui@proton.me).
</Card>

<Card title="Edit Pages" icon="pencil">
Make changes or [contribute to the documentation](https://github.com/siguici/siguici.github.io/).
</Card>
</CardGrid>

0 comments on commit 980e679

Please sign in to comment.