Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.15 KB

File metadata and controls

36 lines (29 loc) · 1.15 KB

DataSafari.dev

Website source and version control for DataSafari — a Python library that simplifies complex data science workflows into clean, high-level one-liners.

Landing: datasafari.dev

Docs: datasafari.dev/docs

Stack

  • HTML / CSS / JS frontend

Infrastructure

  • Hosting: Namecheap Stellar Plus (cPanel)
  • CDN & DNS: Cloudflare
  • Docs: Sphynx

Local Sync

Files are pulled from the cPanel server using scripts/cpanel-sync.sh and committed manually.

Structure

datasafari.dev/
├── public_html/          ← site source (live)
├── scripts/
│   └── cpanel-sync.sh    ← cPanel sync script
├── seo/                  ← seo-related files (not live)
│   ├── htaccess
│   ├── robots.txt
│   ├── llms.txt
│   ├── meta-tags.html
│   └── schema.json
└── README.md

Related