Jekyll-based local CDN platform for https://cdn.itisuniqueofficial.com/.
The site lists locally hosted, versioned CDN assets from _data/cdns.yml. It is built for Cloudflare Pages or GitHub Pages and keeps public CDN URLs stable under /cdn/{slug}/{version}/.
- Local versioned CDN files under
/cdn/ - Automated library listings from
_data/cdns.yml - Category pages, search page, status page, and docs
- Copy buttons for URL and usage snippets
- Plain responsive UI with no shadows
- SEO tags, canonical URLs, sitemap, robots, and JSON-LD
- Validation script for paths, categories, duplicates, metadata, and snippets
ruby scripts/validate-local-cdn.rb
jekyll build
jekyll serve --host 127.0.0.1 --port 4000Cloudflare Pages settings:
Build command: jekyll build
Build output directory: _site
Root directory: /
Custom domain:
cdn.itisuniqueofficial.com
- Do not overwrite old CDN versions.
- Add new versions in a new folder under
/cdn/{slug}/{version}/. - Add or update
_data/cdns.ymland_data/versions.yml. - Keep
local_urlequal tohttps://cdn.itisuniqueofficial.complus the local file path. - Include license, status, fallback note, tags, and usage snippets.
- Run validation and Jekyll build before opening a pull request.
The validation script checks:
- Duplicate slug/version pairs
- Missing local files
- Invalid categories, statuses, and types
- Missing required fields
- Invalid
local_urlvalues - Usage snippets that point to third-party URLs
- Version index consistency
ruby scripts/validate-local-cdn.rb