Skip to content

Commit

Permalink
docs(alpine): add theme examples for alpine js integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicdun committed Apr 21, 2024
1 parent f1217ed commit e76e2eb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
Binary file added src/assets/thumbnails/astroResume01.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/content/docs/de/guides/integrations-guide/alpinejs.mdx
Expand Up @@ -161,3 +161,10 @@ interface Window {
[astro-integration]: /de/guides/integrations-guide/

[astro-ui-frameworks]: /de/guides/framework-components/#using-framework-components

## Themes

<Grid>
<Card title="AstroResume01" href="https://astro.build/themes/details/astro-resume-01/" thumbnail="astroResume01.png"/>
</Grid>

6 changes: 6 additions & 0 deletions src/content/docs/en/guides/integrations-guide/alpinejs.mdx
Expand Up @@ -161,3 +161,9 @@ interface Window {
[astro-integration]: /en/guides/integrations-guide/

[astro-ui-frameworks]: /en/guides/framework-components/#using-framework-components

## Themes

<Grid>
<Card title="AstroResume01" href="https://astro.build/themes/details/astro-resume-01/" thumbnail="astroResume01.png"/>
</Grid>

0 comments on commit e76e2eb

Please sign in to comment.