zhougy0717 / everblog-adaptor-hexo-html

This is a fork of everblog-adaptor-hexo, which provides the full HTML page instead of pure text to be deployed by HEXO service.
MIT License
4 stars 2 forks source link

使用 everblog-adaptor-hexo-html 构建后提示 build finished 但是没有生成任何文件 #3

Open zh0ngtian opened 4 years ago

zh0ngtian commented 4 years ago

我使用 everblog-adaptor-hexo-html 构建后提示 build finished 但是没有生成任何文件(使用 everblog-adaptor-hexo 就可以正常生成 md 文件),请问您知道问题在哪里吗?

这是使用 everblog-adaptor-hexo 的打印结果的最后几行,everblog 执行完 everblog-adaptor-hexo 还会执行。

everblog _config.yml(text) -> "title: zhongtian's blog\nsubtitle: ''\ndescription: ''\nkeywords:\nauthor: zhongtian\nlanguage: zh-CN\ntimezone: ''" +4ms
everblog _config.yml(json) -> {"title":"zhongtian's blog","subtitle":"","description":"","keywords":null,"author":"zhongtian","language":"zh-CN","timezone":""} +0ms
everblog-adaptor-hexo title: test, content(enml): <!DOCTYPE en-note SYSTEM "http://xml.evernote.com/pub/enml2.dtd"><en-note><div>测试123</div><div><br /></div><div style="box-sizing: border-box; padding: 8px; font-family: Monaco, Menlo, Consolas, &quot;Courier New&quot;, monospace; font-size: 12px; color: rgb(51, 51, 51); border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; background-color: rgb(251, 250, 248); border: 1px solid rgba(0, 0, 0, 0.14902);-en-codeblock:true;"><div><font face="SFMono-Regular"><span style="font-style: normal; font-size: 14px;">import tensorflow as tf</span></font></div></div><div><br /></div><div><en-media hash="9efb6572d3bf2a021cc9f1d1346a415e" type="image/png" width="573" /><br /></div><div><br /></div></en-note> +0ms
everblog-adaptor-hexo title: /Users/zhongtian/Documents/HexoBlog/source/_posts/test.md, content(markdown): "---\ntitle: test\ndate: '2019/12/27 00:12:50'\nupdated: '2019/12/27 11:17:47'\ntags: []\n---\n测试123\n\nimport tensorflow as tf" +11ms
everblog-adaptor-hexo build success! +0ms

这是使用 everblog-adaptor-hexo-html 的执行结果的最后几行,everblog 执行完就直接提示 build finished 了,everblog-adaptor-hexo-html 并没有执行。

everblog _config.yml(text) -> "title: zhongtian's blog\nsubtitle: ''\ndescription: ''\nkeywords:\nauthor: zhongtian\nlanguage: zh-CN\ntimezone: ''" +6ms
everblog _config.yml(json) -> {"title":"zhongtian's blog","subtitle":"","description":"","keywords":null,"author":"zhongtian","language":"zh-CN","timezone":""} +0ms
zhougy0717 commented 4 years ago

everblog-adaptor-hexo-html 生成的是HTML文件

zhongtian notifications@github.com 于 2019年12月27日周五 下午9:32写道:

我使用 everblog-adaptor-hexo-html 构建后提示 build finished 但是没有生成任何文件(使用 everblog-adaptor-hexo 就可以正常生成 md 文件),请问您知道问题在哪里吗?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/zhougy0717/everblog-adaptor-hexo-html/issues/3?email_source=notifications&email_token=ABLJFNSOGLGY24HWJQV7LCDQ2X7WXA5CNFSM4J74JAK2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IC3URZQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABLJFNTXFNX6WB6HBD3PA4DQ2X7WXANCNFSM4J74JAKQ .

zh0ngtian commented 4 years ago

谢谢您的回复。使用 everblog-adaptor-hexo-html 构建成功后应该在哪里生成文件呢,反正在 source/_posts 下面什么也没有

zh0ngtian commented 4 years ago

不好意思,应该用您的 everlog,我装成了 npm 源的,问题解决了,谢谢~

zhougy0717 commented 4 years ago

嗯,主线的everblog更新了,我一直都没适配 生成的post都在source/_posts下面

On Sun, Dec 29, 2019 at 6:04 PM zhongtian notifications@github.com wrote:

不好意思,应该用您的 everlog,我装成了 npm 源的,问题解决了,谢谢~

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/zhougy0717/everblog-adaptor-hexo-html/issues/3?email_source=notifications&email_token=ABLJFNT3EN2U7473SZS3I73Q3BY37A5CNFSM4J74JAK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHY35FY#issuecomment-569491095, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABLJFNTF5TFWGEXAQLWYPBTQ3BY37ANCNFSM4J74JAKQ .