hexojs / hexo-deployer-git

Git deployer plugin for Hexo.
MIT License
567 stars 121 forks source link

Add extend_files to config #144

Closed pknuth closed 4 years ago

pknuth commented 4 years ago

I have an issue where i need to add CNAME file to git repository in main directory, however hexo deploy always replace this file, i wish there could be way to add files that will be included in commit along with directories.

SukkaW commented 4 years ago

Just add a CNAME file in source directory will do.

pknuth commented 4 years ago

Thanks @SukkaW, works