1771991075 / Blog

This is my personal blog system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog

This is my personal blog system.

CI

How to Contribute?

Install pre-requisites

  • php
  • redis
  • php-redis
sudo apt install php redis php-redis -y
  • jsdelivr-cli
sudo curl -L https://github.com/lixinyang123/JSDelivrCLI/releases/download/v1.0.0-release.1/delivr-linux-x64 -o /usr/bin/delivr
sudo chmod +x /usr/bin/delivr

Restore dependencies

delivr restore

Run

cd ./src
php -S 0.0.0.0:8080

About

This is my personal blog system.

License:MIT License


Languages

Language:PHP 89.2%Language:Hack 8.4%Language:JavaScript 1.3%Language:CSS 1.2%