This repository contains the source for Suboor Khan's personal site — a small static site built with plain HTML, Tailwind CSS and a few client-side scripts. It includes pages, blog posts and configuration for deploying to static hosts (Vercel, Netlify, etc.).
blogs/ — individual blog post HTML filesdata/ — JSON metadata (blogs.json, projects.json)input.css — Tailwind input filestyle.css — compiled CSS (generated)tailwind.config.js — Tailwind configurationpackage.json, vercel.json — project metadata and deploy configsrc/ — optional place for scripts/assetsOption 1 — open in browser
index.html in your browser for a quick preview.Option 2 — use a local static server
python3 -m http.server 3000 then open http://localhost:3000serve or http-server globally and run serve . or http-serverThis repo includes Tailwind sources. To rebuild the compiled CSS you can use the Tailwind CLI:
npm install -D tailwindcss postcss autoprefixernpx tailwindcss -i ./input.css -o ./style.css --minifyYou can also add a script to package.json for convenience.
blogs/ folder. Each post is a standalone HTML file.data/blogs.json and data/projects.json contain structured data used on listing pages.src/ or the project root and reference them from HTML files.This site can be deployed to any static hosting provider. Example options:
vercel.json)gh-pages branch)If you want to contribute fixes or content:
Author: Suboor Khan Website: https://www.suboorkhan.com
License: (add your preferred license file e.g. MIT)
HTML
93.5%
JavaScript
4.3%
CSS
1.2%
Python
1.1%
This repository contains the source for Suboor Khan's personal site — a small static site built with plain HTML, Tailwind CSS and a few client-side scripts. It includes pages, blog posts and configuration for deploying to static hosts (Vercel, Netlify, etc.).
blogs/ — individual blog post HTML filesdata/ — JSON metadata (blogs.json, projects.json)input.css — Tailwind input filestyle.css — compiled CSS (generated)tailwind.config.js — Tailwind configurationpackage.json, vercel.json — project metadata and deploy configsrc/ — optional place for scripts/assetsOption 1 — open in browser
index.html in your browser for a quick preview.Option 2 — use a local static server
python3 -m http.server 3000 then open http://localhost:3000serve or http-server globally and run serve . or http-serverThis repo includes Tailwind sources. To rebuild the compiled CSS you can use the Tailwind CLI:
npm install -D tailwindcss postcss autoprefixernpx tailwindcss -i ./input.css -o ./style.css --minifyYou can also add a script to package.json for convenience.
blogs/ folder. Each post is a standalone HTML file.data/blogs.json and data/projects.json contain structured data used on listing pages.src/ or the project root and reference them from HTML files.This site can be deployed to any static hosting provider. Example options:
vercel.json)gh-pages branch)If you want to contribute fixes or content:
Author: Suboor Khan Website: https://www.suboorkhan.com
License: (add your preferred license file e.g. MIT)
HTML
93.5%
JavaScript
4.3%
CSS
1.2%
Python
1.1%