first commit

This commit is contained in:
notplants 2023-02-01 18:02:06 +05:30
commit 72685bc0cc
1 changed files with 25 additions and 0 deletions

25
README.md Normal file
View File

@ -0,0 +1,25 @@
# lichen-with-markdown
A fork of Lichen CMS that supports Markdown and Gemtext.
Find the original Lichen CMS alongside its documentation at:
https://lichen.sensorstation.co/
# License
The original Lichen and this fork are both licensed using MIT License.
# Development
I've been toying with this using the PHP built-in development server:
```
$ php81 -S localhost:8000
```
# php-fpm on mac
brew services restart php@8.1