大家好,我申请了一个域名,然后用hexo生成静态页面并部署到github。
然后我的域名要定向到github上必须在xxx.github.io仓库的根目录添加一个文件CNAME,其中内容是我申请的域名。
但是莫名其妙的是
每次执行hexo g和hexo d之后,这个CNAME的文件都被删除掉了...导致我无法通过域名访问github page..
求助......
过去多啦不再A梦2017-05-02 09:24:34
Create a new CNAME file in the source folder and write the domain name into it, and then hexo g
和hexo d
某草草2017-05-02 09:24:34
Make sure you add the CNAME in the hexo
的source
directory, so that the CNAME will be generated in the root directory of the warehouse every time you build.
淡淡烟草味2017-05-02 09:24:34
The person above is right, because it regenerates and redeploys the files every time