Skip to content
/ halo Public
forked from halo-dev/halo

✍ An excellent open source blog publishing application. | 一个优秀的开源博客发布应用。

License

Notifications You must be signed in to change notification settings

MutiYouth/halo

This branch is 93 commits ahead of, 3163 commits behind halo-dev/halo:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

23bf03d · Oct 29, 2022
Oct 6, 2022
May 17, 2022
Oct 29, 2022
Oct 11, 2022
Mar 4, 2022
Dec 3, 2021
Oct 29, 2022
Apr 14, 2022
Apr 3, 2019
Sep 24, 2022
Jun 12, 2022
Jul 12, 2022
Mar 21, 2018
Apr 13, 2022
Sep 29, 2021
Oct 26, 2022
Mar 4, 2022
Mar 4, 2022
May 17, 2021
Oct 6, 2022
Oct 25, 2022

This Project forked from HALO, which is based java and gradle.
More details you can read at original readme.mdhalo官方文档.

Halo 是一款现代化的个人独立博客系统,给习惯写博客的同学多一个选择。
本项目旨在创造一个好的产品以供人们使用(虽然现在并不是太好),并非一个所谓提供学习的项目。

details

how to use

compile

(1) 首先,查看编译java的工具链版本 build.gradle

java {
    archivesBaseName = "halo"
    sourceCompatibility = JavaVersion.VERSION_17
}

(2) 配置该工程的java的版本。

(3) 使用gradle进行编译,注意不是maven:

(4) 删除旧的.hao文件夹内的配置文件。

该文件夹的路径如,在C:\Users\xxx\.halo

run

后台启动build/libs/halo-1.*.*.jar

cd C:\Program\Dev\JetBrains\IntelliJ IDEA 2021\jbr\bin
java -jar E:\Learns\Java\Projs\201006_halo\halo\build\libs\halo-2.0.0-SNAPSHOT.jar

config

src/main/resources/application.yaml下,看配置的端口号。

然后输入如 localhost:8091进入配置环节。

欢迎界面配置好后,别忘记要配置主题模板,才能正常主页访问。

maintainer

sunlab

license

MIT

About

✍ An excellent open source blog publishing application. | 一个优秀的开源博客发布应用。

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.5%
  • Other 0.5%