博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
post the hexo blog through web page
阅读量:6153 次
发布时间:2019-06-21

本文共 1332 字,大约阅读时间需要 4 分钟。

第一次写英文说明,原谅我的烂水平,这个是github上的readme,懒得再写中文的说明文档了。

About

  1. This is a project to post hexo markdwon article through browser.

  2. I have no time to develop more functions now. Will make it better in the future.

  3. If you like it or it helps you,please give me a star.Thanks!

Install

  1. install python3,virtualenv

  2. create new virtualenv

    virtualenv env

  3. edit the config.py :

    change the root_path value to the hexo root folder.

  4. active the virtual environment and run the command

    python hexo-post.py

Usage

1. preview

Preview

2. elements explain:

  • 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 , .

  • categories: the categories for hexo blog.If one more,please separate in ,.

3. publish

When you have accomplished the article editing,you can publish it by click the check icon in the toolbar.

Summary

1.Bugs:

  1. Everyone can publish article through this page ,so you should be careful. It will be solved in the future version.
  2. I don't know if it's safe to archive this solution by this way.

Final

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

你可能感兴趣的文章
企业级负载平衡简介(转)
查看>>
ICCV2017 论文浏览记录
查看>>
科技巨头的交通争夺战
查看>>
当中兴安卓手机遇上农行音频通用K宝 -- 卡在“正在通讯”,一直加载中
查看>>
Shell基础之-正则表达式
查看>>
JavaScript异步之Generator、async、await
查看>>
讲讲吸顶效果与react-sticky
查看>>
c++面向对象的一些问题1 0
查看>>
直播视频流技术名词
查看>>
IOC —— AOP
查看>>
比特币现金将出新招,推动比特币现金使用
查看>>
数据库的这些性能优化,你做了吗?
查看>>
MS SQLSERVER通用存储过程分页
查看>>
60.使用Azure AI 自定义视觉服务实现物品识别Demo
查看>>
Oracle 冷备份
查看>>
jq漂亮实用的select,select选中后,显示对应内容
查看>>
C 函数sscanf()的用法
查看>>
python模块之hashlib: md5和sha算法
查看>>
解决ros建***能登录不能访问内网远程桌面的问题
查看>>
售前工程师的成长---一个老员工的经验之谈
查看>>