Giter VIP home page Giter VIP logo

lukeddy / perfreeblog Goto Github PK

View Code? Open in Web Editor NEW

This project forked from perfree/perfreeblog

1.0 0.0 0.0 37.22 MB

PerfreeBlog是一款基于java开发的博客/CMS建站平台,丰富的主题支持及扩展插件功能,给您带来全新的创作体验~

Home Page: http://perfree.org.cn

License: GNU General Public License v3.0

Java 21.43% CSS 10.28% JavaScript 48.37% SCSS 5.94% Less 3.19% Batchfile 0.01% Shell 0.06% HTML 10.73% Dockerfile 0.01%

perfreeblog's Introduction

PerfreeBlog logo

PerfreeBlog是一款基于java开发的博客建站平台

GitHub release GitHub LICENSE GitHub commits docker

Alt


简介

PerfreeBlog是一款基于java开发的博客建站平台,后端采用SpringBootShiroMybatisEnjoy模板引擎等技术进行开发,支持多主题及扩展插件功能,给您带来全新的创作体验

目前PerfreeBlog的所有功能均为个人开发,因能力有限,其中很多技术都是边学习边使用的,所以有些地方可能有不足之处,欢迎各位共同交流,同时如若本项目对您有所帮助,请为它点赞支持

功能简介

  • 设计简洁,界面美观
  • 采用Markdown/富文本双编辑器,支持一键插入视频、图片、附件等
  • 支持多主题自由切换
  • 强大的主题在线编辑功能,支持多种文件操作,实时生效,支持在网页直接创建新主题,快速开发页面
  • 支持自定义页面
  • 支持友情链接
  • 支持附件管理,附件在线预览
  • 支持扩展插件,编写java代码打包为jar,直接后台安装生效,丰富程序多样性
  • 主题开发简单快速,多种自定义指令及api接口支持
  • 支持邮件服务,评论信息邮件提醒
  • 安装部署简单
  • 支持mysql/sqlite数据库

快速开始

windows/linux:

下载最新的 PerfreeBlog 运行包解压后执行:
windows: 双击start.bat
linux: ./start.sh start

docker:

docker run --name perfree -d -p 8080:8080 perfree/perfree

交流群

QQ交流群: 938402724

微信交流群:

微信交流群

主题支持

fly

fly

indigo

indigo

admas

admas

perfree

perfree

simple

simple

后台界面

写文章

写文章

文章管理

文章管理

主题

主题

主题编辑

主题编辑

插件管理

插件管理

技术栈

以下包含了所使用到的技术栈及开发环境版本

名称 版本
JDK 1.8
Mysql 8.0.21
SQLite 3
SpringBoot 2.3.0.RELEASE
Mybatis-SpringBoot 1.3.0
Enjoy 4.9.02
undertow 2.3.0.RELEASE
shiro 1.4.0

源码运行

如需使用源码运行或二次开发,可参考以下步骤:

注意: jdk版本为1.8
1. 下载源码并在idea打开
2. 执行maven clean
3. 执行maven install
4. 运行perfree-web下的Application.java即可

打包注意事项:

打包前需将perfree-web模块pom.xml中注释的部分放开
<excludes>
    <exclude>static/**</exclude>
    <exclude>Perfree.sql</exclude>
    <exclude>Perfree-sqlite.sql</exclude>
    <exclude>update.sql</exclude>
    <exclude>update-sqlite.sql</exclude>
</excludes>
<filtering>true</filtering>

之后执行maven clean, maven packge即可,打包后会生成zip,tar.gz压缩包请选择任意一个使用,不要单独使用jar包

perfreeblog's People

Contributors

perfree avatar

Stargazers

 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.