This repository contains the complete LanceDB web presence, featuring three integrated sites:
- Marketing Website - Main homepage and product information
- Documentation Site - Comprehensive guides, tutorials, and API reference
- Blog - Technical articles, case studies, and updates
-
Clone the repository
git clone https://github.com/lancedb/blog-lancedb.git cd website
-
Start development server
hugo serve
-
Build for production
hugo --minify
├── content/ # Content files (markdown)
│ ├── blog/ # Blog posts
│ ├── docs/ # Documentation
│ └── _index.md # Homepage content
├── layouts/ # Hugo templates
├── assets/ # CSS, JS, and other assets
├── static/ # Static files (images, etc.)
└── hugo.yaml # Hugo configuration
The site is automatically deployed via:
- Production: Vercel (main branch)
- Preview: Vercel (pull requests)
We welcome contributions to improve the LanceDB website! Here's how you can help:
- Fork the repository
- Create a feature branch
git checkout -b feature/your-feature-name
- Make your changes
- Test locally
hugo serve
- Commit and push
git commit -m "Add your feature description" git push origin feature/your-feature-name
- Create a pull request
Category | Description |
---|---|
Content improvements | Better documentation, tutorials, blog posts |
Design enhancements | UI/UX improvements, responsive fixes |
Performance optimizations | Faster loading, better SEO |
Accessibility improvements | Better screen reader support, keyboard navigation |
Bug fixes | Broken links, layout issues, functionality problems |
Thank you for contributing to LanceDB! 🚀