commit 72685bc0cc47d18a8f32cf6599abe669764de845 Author: notplants Date: Wed Feb 1 18:02:06 2023 +0530 first commit 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 +