From 72685bc0cc47d18a8f32cf6599abe669764de845 Mon Sep 17 00:00:00 2001 From: notplants Date: Wed, 1 Feb 2023 18:02:06 +0530 Subject: [PATCH] first commit --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7220a98 --- /dev/null +++ b/README.md @@ -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 +