Astro Hackathon Showcase

🎨 Themes

astro-theme-flashy

by Tc001

GitHub Live Preview

README.md

Astro theme “flashy”

This is a simple and minimalistic astro theme taking advantage of XElement for smooth and seamless page transitions.

Screenshot 2022-05-15 at 16-31-46 Astro

You can change your nav pages by:

  • Adding a new page in ./src/pages
  • Changing the relevant entry in ./src/config.ts
    • Title: What the user sees
    • URL: Where the nav should point to
    • Color: What color should the nav be in that page
    • Icon: What icon should the spinner show

Blog

You can add a blog entry by creating a new markdown file in ./src/blog. It should follow the naming <number>-<name>.md, where a higher number should appear first.

Description

This is my hackathon entry, it uses XElement for SPA-like transitions and has integrated single page blog/feed system. May not be as cool as others here, but had fun making it! Best of luck everyone!