Closed MARGI3 closed 6 years ago
use 'locahost:4000' to preview the result was correct , so the local files was correct.
but i was confused that a few files was dropped when i push the commit to the remote
replace theme eg: hueman, it is correct.
after use next release 5.1.3 version (zip resource) still the same problem, 'lib' folder content was dropped
U must check .gitignore
file. Also, please, do not mix v6.x and v5.x repos. There is difference because all possible external libs (in lib
directory) was moved out to external repos. See here for details.
NexT is rebased into organization repo. If you want new feature, please, close this issue and create new in NexT v6.x repo (desirable in English).
There is instructions on English or Chinese how to update from v5.1.x to v 6.0.x
You also may read this for details.
delete github page content , and then "hexo init", fetch next theme 6.0.1 , "hexo g", "hexo d"
still not work.
Solved solution here.
I agree and want to create new issue
Expected behavior
index page render successfully
页面正常渲染
Actual behavior
js css file was droped
js css 文件丢失
Steps to reproduce the behavior
Hexo Information
NexT Information
NexT Version:
NexT Scheme:
Other Information
local public folder content is correct 本地的 public 文件夹的内容是正确的
when use
git push
to origin master branch, the lib folder miss a few js css files 将本地修改 push 到github时,lib 文件夹的内容 部分文件丢失了