HexoAssistant——Blog upload assistant (including source code)

HexoAssistant——Blog upload assistant (including source code)

1 Introduction

While traveling, I used PyQt5 to write a blog upload tool, designed to make it easier to upload local articles to Github blogs. Although I have configured a hexo+github blog before, it is very troublesome to upload local articles. I need to add some information of the article (title, date, tags, etc.), and upload the local pictures in the article to the image bed, etc., so it is rarely used. Use this blog to update articles. So I wanted to write a simple upload tool to automatically complete the above tedious work through python scripts.

2 Effect demonstration

GIF 2023-8-22 22-46-45

Then open the blog MSTIFIY'S BLOG (by the way, I am happy with my own blog, hahaha), and you can see that an article has been successfully updated, success!

image-20230822224825107

3 Source code address

For source code and software related usage instructions, please see: mstifiy/HexoAssistant: Hexo Assistant (github.com) .

4 Summary

In fact, this tool still has many bugs, but I am too lazy to improve it. Just as a development reference, I hope it will be helpful to others.

Supongo que te gusta

Origin blog.csdn.net/qq_39784672/article/details/132439019
Recomendado
Clasificación