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.
- 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.
Astro Lane scores 100/100 in the Lighthouse performance audit.
Check out the Demo, hosted on Vercel.
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 |
- Configuration
- Configuring SITE Defaults
- Configuring Project Data
- Adding A New Post
- Markdown Guide
- Tailwind Typography Guide
Check out Astro's documentation.
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.
If you have any suggestions/feedback, Feel free to open an issue if you find bugs or want to request new features.
This theme functionality is loosely based on Astro Paper
Made by chrstnl