[해결] hexo 가 생 성 한 publish 에서 html 는 모두 비어 있 습 니까?

4178 단어 Hexo
평소 새로 추 가 된 글 은 바로 hexo d -g 버튼 을 누 르 자마자 발표 되 었 고 사이트 에 가 보 니 아무것도 없 었 다.답답 해.
현재 https 인증서 도 만 료 되 었 기 때문에 여러 가지 의심 이 있 습 니 다.
  • nginx 설정 은 페이지 를 보 는 상태 가 302 이 므 로 nginx 의 설정 문제 가 의심 되 었 습 니 다. 이전에 https 인증서 가 만 료 되 었 을 때 443 의 감청 을 제거 하고 설정 을 수정 해 야 하기 때문에 처음으로 설정 문제 가 의심 되 었 습 니 다.그러나 설정 은 그 몇 줄 입 니 다. 이 점 을 제외 합 니 다.
  • _config. yml 프로필 네트워크 에 서 는 _config.yml 의 설정 문제 라 고 많이 말 합 니 다. 이것 은 제 가 확실히 한 곳 을 바 꾸 었 습 니 다. 바로 avartar 를 https://media.lvxiang.site/file/avatar.jpeg 에서 //media.lvxiang.site/file/avatar.jpeg 로 바 꾸 고 다시 hexo clean & hexo d -g 중의 html 가 비어 있 습 니 다.PS: 설정 파일 에 문제 가 있 으 면 build 에 실패 할 수 있 습 니 다
  • hexo 의 버 전 은 hexo 의 버 전 문제 라 고 의심 합 니 다. 모두 3 + 이지 만 한번 해 보 세 요. public 중의 3.7 버 전 을 사용 해 보 았 지만 안 됩 니 다.
  • node 버 전이 계속 실행 package 되 고 사 이 트 를 열 어 보 니 로그 에 warning:
  • 이 있 습 니 다.
    (node:37667) Warning: Accessing non-existent property 'lineno' of module exports inside circular dependency
    (Use `node --trace-warnings ...` to show where the warning was created)
    (node:37667) Warning: Accessing non-existent property 'column' of module exports inside circular dependency
    (node:37667) Warning: Accessing non-existent property 'filename' of module exports inside circular dependency
    (node:37667) Warning: Accessing non-existent property 'lineno' of module exports inside circular dependency
    (node:37667) Warning: Accessing non-existent property 'column' of module exports inside circular dependency
    (node:37667) Warning: Accessing non-existent property 'filename' of module exports inside circular dependency
    (node:37667) Warning: Accessing non-existent property 'lineno' of module exports inside circular dependency
    (node:37667) Warning: Accessing non-existent property 'column' of module exports inside circular dependency
    (node:37667) Warning: Accessing non-existent property 'filename' of module exports inside circular dependency
    (node:37667) Warning: Accessing non-existent property 'lineno' of module exports inside circular dependency
    (node:37667) Warning: Accessing non-existent property 'column' of module exports inside circular dependency
    (node:37667) Warning: Accessing non-existent property 'filename' of module exports inside circular dependency
    

    관련 issue 를 찾 아 보고 nvm 에서 12 + 버 전 을 내 려 서 다시 빌 드 했 더 니 html 에 내용 이 생 겼 어 요!!
    인증서 가 만 료 되 어 하기 귀 찮 습 니 다. 개인 블 로그 주 소 는 다음 과 같 습 니 다.http://blog.lvxiang.site/

    좋은 웹페이지 즐겨찾기