My blog is based on Github Pages
and the program I'm using is HEXO
the files that are generated by HEXO
don't contain a README.md file so I can't make a declaration of my blog on Github repo page.So I want to add a README.md file to the folder that HEXO
generates.I've tried that add it manually to the folder after using $ HEXO g
and it is added to successfully.But the problem is that every time I use $ HEXO g
,the file I added will be deleted by the program.
So I want to that is there any method that make the HEXO
program generate a README.md file to the blog's root directory automatically everytime I run $ HEXO g
?
thanks everybody.