personal-jekyll-theme
personal-jekyll-theme copied to clipboard
Install Git LFS for binary files
Expected Behavior
Using Git LFS for track binary files as images and the Web assets.
Actual Behavior
All large files are commits in the git repository, when those files are replaced, those are cloned and increase the repository size. With Git LFS those files are gets from a remote repository. GitHub support this function for this repository. More details: https://git-lfs.github.com/
Specifications
- Check the full compatibility with this Jekyll implementation
- Git LFS install
- Git LFS track for large files
- Commit the changes
- Document the use of Git LFS for this repo