sharing a new permacomputing-inspired website making tool
🌿 ⚙️
Lichen-Markdown is a new take on "the simplest possible CMS for the web that is friendly enough for non-technical users".
It's a light-weight low-power CMS — composed of just a few PHP files, that can easily run on small devices with little overhead.
Lichen-Markdown is a fork of the Lichen project that works with Markdown instead of Gemtext.
We made a website with more info about the project here -->
@notplants super cool to see somebody still interested in this!
ty to sensor station for making the original lichen (https://codeberg.org/stringbone/lichen/src/branch/master), and @abekonge and @soapdog for making the fork and adding other improvements
permacomputing is always about compromise, balance, and creativity,
so different folks may have different opinions on whether Markdown or Gemtext is sufficient for their project
hi @albi thanks for sharing. yellow also looks interesting and has a lot of similarities, but also some differences.
for instance with lichen you can edit the header of the page directly through the browser, not just through the text editor. yellow also appears slightly more feature-rich and lichen is a bit more bare-bones, for better and for worse depending on what you want. but both interesting imo and sort of slightly different takes on a similar idea
and yes changing lichen to statically generate the pages instead of to render them in real-time via php would use fewer computing resources. they actually did change to this for the later version of lichen written in forth, and we were considering doing the same for lichen-markdown
we actually have an open issue for this (https://codeberg.org/ukrudt.net/lichen-markdown/issues/12)
but thanks for commenting and sharing, and this is all to say I agree
@albi and even if we add static site generation when you click save, to make the site use less resources when serving pages
i think it still might make sense to keep the live-rendering feature for the sake of the what-you-see-is-what-you-get editor, which i think is a cool feature of lichen
@albi also curious have you tried or seen some other tools similar to yellow? and what did you think? if you feel like sharing