Giter Club home page Giter Club logo

hexo-admin's Introduction

Hexo 后台管理

GitHub stars GitHub forks GitHub watchers GitHub followers

GitHub issues GitHub license GitHub last commit GitHub release GitHub repo size in bytes HitCount language

介绍

hexo是一个优秀的开源博客系统,但是后端文章管理方面只能写好MarkDown后放在文件夹中,很不方便,所以才有了这个项目。

项目使用JAVA语言开发,使用Netty作为内嵌服务器,备份文章选用sqllite数据库实现。

拓展

windows 平台下 脚本

阿里云VPS搭建自己的Hexo博客

实现功能

  1. 写新文章
  2. 更新文章
  3. 删除文章
  4. 备份文章(使用sqlite数据库)
  5. 夜间模式

如何使用

  1. 获取最新Releases

  2. 通过

    java -jar .\hexo-admin-1.0.0-release.jar --user-props.db-file-path=C:\Users\wangn\Desktop\c.db --user-props.mark-down-path=C:\Users\wangn\Desktop\post
  3. user-props.db-file-path 表示备份文件位置(随便写)

  4. user-props.mark-down-path 表示文章目录 G:\xxx\itningblog\source\_posts\

  5. 浏览器打开 http://localhost:8080/

如何

  1. 更改端口

    java -jar xxx.jar --server.port=80

预览

  • 主页 index
  • 新文章 new
  • 修改 editor editor_sure
  • 删除 delete
  • 夜间模式 black
  • 手机端效果

phone_index phone_nav phone_editor

hexo-admin's People

Contributors

itning avatar

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.