Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 804 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 804 Bytes

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

Nav

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.