This project automatically builds and publishes WordPress static core assetssuch as CSSJSimagesfontsand moreinto GitHub Pages for use as a CDN.The goal is to offload front-end assetslike /wp-includes/js/ and /wp-admin/css/from your VPS or WordPress host. This reduces bandwidth and improves loading speed for visitors around the world.
This project automatically builds and publishes WordPress static core assets, such as CSS, JS, images, fonts, and more, into GitHub Pages for use as a CDN.
The goal is to offload front-end assets, like /wp-includes/js/
and /wp-admin/css/
, from your VPS or WordPress host. This reduces bandwidth and improves loading speed for visitors around the world.
Note: PHP files are removed because GitHub Pages only serves static content. This repository is not a replacement for WordPress itself, but a CDN for its assets.
After deployment, you can load assets like:
https://cdn.example.com/wp-includes/js/jquery/jquery.js
Or from GitHub Pages:
https://your-username.github.io/wp-includes/js/jquery/jquery.js
Replace cdn.example.com
or your-username.github.io
with your actual CDN domain or subdomain.
if you want to use this repo as your cdn offloader, you are welcome to use and install our plugin -> Download Plugin in your wordpress site
WordPress is licensed under the GNU General Public License (GPL) v2 or later.
This project redistributes only the static files, like CSS, JS, images, and fonts, for convenience. For full details, see the WordPress license: WordPress License.
Maintained by STICKnoLOGIC.