Halo Open Source Website Builder

Table of contents

characteristic

open source code

easy to deploy

Plug-in mechanism

Attachment management

search engine

quick start

latest theme

Download and install the theme

developer guide

my local site

docker management

local site


gaghttps://halo.run/

 Support h2 file system to store data, and support docker deployment.

characteristic

We will always explore and pursue a better user experience.

open source code

All of our code is open source and actively maintained on GitHub , and 99 versions have been released so far. You can also submit your questions or participate in code contributions on it.

easy to deploy

The method of separating program and user configuration is adopted, and the cost of migration and backup is greatly reduced. You only need one command to run successfully, and it also supports Docker deployment.

Plug-in mechanism

Halo 2.0 brings a flexible and extensible plug-in mechanism. Through plug-ins, rich functions can be added to the system at runtime, and Halo itself can be kept simple and lightweight. Plugins currently supporting Halo 2.0 can be found at: halo-sigs/awesome-halo

template mechanism

Perfect template system, supports custom configuration, theme preview, multi-language and other functions. It is also very convenient to develop themes. Everyone is welcome to participate in the development of themes.

Attachment management

It adopts multi-strategy storage mode and supports external storage location expansion through plug-ins, so you can manage attachments in your articles more conveniently.

search engine

Halo 2.0 brings built-in full-text search engine support, as well as support for extending external search engines through plugins.

quick start

Use the following methods to quickly experience the latest version of Halo locally.
But if you want to deploy to the server, it is recommended to browse the official documentation for more help.

$ docker run -it -d --name halo -p 8090:8090 -v ~/.halo2:/root/.halo2 halohub/halo:2.3.0

latest theme

Download and install the theme

The most recently published topic. For more themes, please visit the theme repository .

developer guide

You can develop by yourself according to the specification.

Developer's Guide | Halo Documents

Note: I use Halo for my writing site.

my local site

docker management

local site

Guess you like

Origin blog.csdn.net/boonya/article/details/129354851