A Jekyll-based website with Tailwind CSS integration that powers analytiq-hub.github.io.
This is a Jekyll sandbox project that combines:
- Jekyll - Static site generator
- Tailwind CSS - Utility-first CSS framework
- GitHub Pages - Automated deployment
- For complete development setup and workflow instructions, see Local Development.
- For DNS setup see DNS Setup
# Install dependencies
make install
# Start development server
make dev
# Build for production
make build
_posts/
- Blog posts and articles_layouts/
- Page templates_includes/
- Reusable componentsassets/
- Static assets (CSS, JS, images)case-studies/
- Case study pages
The site automatically deploys to GitHub Pages when changes are pushed to the main branch via GitHub Actions.