DeepSpaceHarbor / hexo-bridge

Command center for websites powered by hexo.
GNU General Public License v3.0
32 stars 6 forks source link

关于新建文章。 About New Posts. #179

Closed Meditly closed 1 year ago

Meditly commented 1 year ago
image
DeepSpaceHarbor commented 1 year ago

Hey 👋, Thank you for the bug report! I was able to reproduce the behaviour and will start working on a fix asap.

DeepSpaceHarbor commented 1 year ago

I published a new version that should hopefully solve your problem. Please try the following:

  1. Update hexo-bridge to version 1.1.1
  2. Delete the _bridge.yml file from the blog folder directory
  3. Run hexo
  4. Try to create a new post.

In case you're still getting errors:

  1. Open the _bridge.yml file from the blog folder directory. (or go to settings -> bridge)
  2. Increase the value of content_fetch_timeout property and save the changes.
  3. Restart hexo (must be done to read the new value).
  4. Try again to create a new post/page.
Meditly commented 1 year ago

Thank you very much for your help and good luck!