Astro Lane - Avenue Labs Astro Theme 🚀
Astro Lane is a customizable blog theme for Astro, designed to provide a personalized touch to your site with ease. The theme offers minimal styling, making it easy for you to tailor it to your needs.
Key Features:
- Minimal styling (make it your own!)
- Accessible, semantic HTML markup
- Blazingly Fast
- 100/100 Lighthouse performance
- Responsive & SEO-friendly with canonical URLs and OpenGraph data
- Astro Image Integration for optimized images
- Sitemap support
- Automatic RSS feed support
- Satori for creating open graph png images.
- Markdown & MDX support
- Draft Posts and Paginations
- Prism code syntax styling using Atom Dark theme.
Lighthouse Score
Astro Lane scores 100/100 in the Lighthouse performance audit.
Demo
Check out the Demo, hosted on Vercel.
Commands
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:3000 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add , astro check |
npm run astro --help |
Get help using the Astro CLI |
Documentation
- Configuration
- Configuring SITE Defaults
- Configuring Project Data
- Adding A New Post
- Markdown Guide
- Tailwind Typography Guide
Want to learn more?
Check out Astro's documentation.
Deploy
You can deploy your own Astro site on various platforms by following the Astro docs guide. By default, the site will be built (see Commands section above) to a /dist
directory.
License
Licensed under the MIT License, Copyright © 2023
Feedback and Suggestions
If you have any suggestions/feedback, you can contact the creator, Christian Luntok, via hey@avenuelabs.co. Alternatively, feel free to open an issue if you find bugs or want to request new features.
Credit/Acknowledgements
This theme functionality is loosely based on Astro Paper
Made by Christian Luntok - Avenue Labs