Published on

Deployment ๐Ÿš€

Authors

Run jekyll build as usual, and jekyll-vite will take care of running Vite.js to compile assets.

Besides the advantages during development, you get the best out of RollupJS in production.

For example, asset fingerprinting enables simple caching, better performance, and ensures no users experience stale assets ๐Ÿ˜Ž

GitHub Pages does not support all Jekyll plugins, so you will need to build it in a workflow, or host it in a different serviceโ€”such as Netlify, where this site is hosted.

Remember to install all npm packages that are necessary to build the frontend assets.