本文共 1332 字,大约阅读时间需要 4 分钟。
第一次写英文说明,原谅我的烂水平,这个是github上的readme,懒得再写中文的说明文档了。
This is a project to post hexo markdwon article through browser.
I have no time to develop more functions now. Will make it better in the future.
- If you like it or it helps you,please give me a star.Thanks!
install python3,virtualenv
create new virtualenv
virtualenv env
edit the config.py :
change the root_path
value to the hexo root folder.
active the virtual environment and run the command
python hexo-post.py
title: the post article title.It's also the name of the file.If it's Chinese words,it will be convert to pinyin as the file name and article title is still in Chinese.
tags : the tags for hexo blog. If you have one more tags,please separate it in ,
.
,
.When you have accomplished the article editing,you can publish it by click the check icon in the toolbar.
Welcome to fork it or star it !
I wiil appreciate it if you keep the link of my github project on the html page when you use it.
转载于:https://blog.51cto.com/13801588/2127980