Skip to content

analytiq-hub/analytiq-hub.github.io

 
 

Repository files navigation

Analytiq Hub Website

A Jekyll-based website with Tailwind CSS integration that powers analytiq-hub.github.io.

Overview

This is a Jekyll sandbox project that combines:

  • Jekyll - Static site generator
  • Tailwind CSS - Utility-first CSS framework
  • GitHub Pages - Automated deployment

Getting Started

Quick Start

# Install dependencies
make install

# Start development server
make dev

# Build for production
make build

Site Structure

  • _posts/ - Blog posts and articles
  • _layouts/ - Page templates
  • _includes/ - Reusable components
  • assets/ - Static assets (CSS, JS, images)
  • case-studies/ - Case study pages

Deployment

The site automatically deploys to GitHub Pages when changes are pushed to the main branch via GitHub Actions.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 84.3%
  • JavaScript 9.4%
  • SCSS 5.2%
  • Other 1.1%