Coder Social home page Coder Social logo

gugu_blog_sync's Introduction

基于Github仓库的Webhook实现的个人博客文章同步框架。

它会处理Markdown文件的变更操作,支持自定义处理初始化、新增、删除、修改实现。

现有的博客框架支持:Halo - GuGu_Blog_Sync_Halo

特性

  • 文章使用Github仓库进行版本控制
  • 支持自定义处理Markdown文件更改时的动作
  • 提供启动器模块,快速引入,便捷对接其他博客平台
  • 规范Markdown文章元数据格式定义,并支持多种数据交换格式
  • 支持配置代理来操作Git

使用

引入

目前还不稳定,暂时不会考虑上传到Maven的中心仓库,请使用Maven进行install。

当作父依赖

<parent>
    <groupId>com.gugumin</groupId>
    <artifactId>gugu_blog_sync</artifactId>
    <version>0.0.1</version>
</parent>

当依赖引入

<dependency>
    <groupId>com.gugumin</groupId>
    <artifactId>gugu_blog_sync_starter</artifactId>
    <version>0.0.1</version>
</dependency>

接入模板

GuGu_Blog_Sync_Example

文档

请转到 Wiki

License

FOSSA Status

gugu_blog_sync's People

Contributors

minmingugu avatar uni12321 avatar xiaoaiying-i avatar

Stargazers

 avatar 佐蓝 avatar  avatar

Watchers

ChunFuWu avatar  avatar

gugu_blog_sync's Issues

项目结构调整

鉴于webhook可以配置多个,那么观察者通知模型可以去掉,转而提供starter依赖,为每个引入starter的项目提供webhook调用支持。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.