for kiezpilz.de
Go to file
notplants 01ecb9e2ae Working markdown 2022-06-29 12:57:36 -04:00
assets Working markdown 2022-06-29 12:57:36 -04:00
cms Working markdown 2022-06-29 12:57:36 -04:00
theme initial commit. 2022-06-27 18:46:45 +01:00
.gitignore initial commit. 2022-06-27 18:46:45 +01:00
.htaccess initial commit. 2022-06-27 18:46:45 +01:00
LICENSE initial commit. 2022-06-27 18:46:45 +01:00
README.md Working markdown 2022-06-29 12:57:36 -04:00
cheatsheet.gmi initial commit. 2022-06-27 18:46:45 +01:00
green.md Working markdown 2022-06-29 12:57:36 -04:00
index.gmi Working markdown 2022-06-29 12:57:36 -04:00
log.txt Working markdown 2022-06-29 12:57:36 -04:00
orange.md Working markdown 2022-06-29 12:57:36 -04:00
pull.sh Working markdown 2022-06-29 12:57:36 -04:00
push.sh Working markdown 2022-06-29 12:57:36 -04:00
test2.md Working markdown 2022-06-29 12:57:36 -04:00
test3.gmi Working markdown 2022-06-29 12:57:36 -04:00

README.md

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