Skip to content

CheKey30/blogPulgin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blogPulgin

a blogPlugin to update hexo blog

how to use:

  1. download the output.zip file and unzip it
  2. change the config.yml file, add your own blog sever ip, server password
  3. create a local file path to save transformed articles and add this path to the config.yml file
  4. run the program by running the following command bash run.sh {path-of-the-article-to-be-transed}
  5. if everything works well, the new article will be published on your website and the article will be backup on your git repository

requirements of the article to be transformed:

  1. it should be a markdown file
  2. the main body should start with "tags: xxx"
  3. if there are pictures in the article, pictures should be written as base64 code in this format "![图片](base64 code)"

best practice: use shimo document app to write an article and use it to transform the article to markdown file. then use this program to handle the file.

About

a blogPlugin to update hexo blog

Resources

Stars

Watchers

Forks

Packages

No packages published