Official website / document
Github
Gitee
brief introduction
Hikari is a brief, efficient and customizable blog system.
Hikari uses php development, you can use simple commands to generate a beautiful blog site.
Hikari perfectly supports markdown documents. When writing, you can use markdown to write all the documents, and then use simple commands to see the results of your works.
Hikari documents also support HTML tags. You can beautify the page by inserting simple HTML tags and CSS styles into markdown.
If you have the development capability, you can even customize Hikari to whatever you want.
Quick start
Environmental requirements
- Windows 7 + / Linux / MacOS
- php 7.4.1 +
- composer 1.9.1 +
download
go toHikari’s gitee home page, clone the code locally.
$ git clone [email protected]:xtzero/hikari.git
$ cd hikari
install
usecomposer
Install.
$ composer install -vvv
function
$ php hikari s
...
Started develop server: http://localhost:8517
You can use 'php hikari b' in another terminal to rebuild dist files!
LICENSE
GNU GPL
This work adoptsCC agreementReprint must indicate the author and the link of this article