Thoughts on using Banyon for actual stuff.
hZ9IGu4z0JXXG
2022-01-16 14:52:36.422 UTCMarkdown Demo
Commonmark should work with the usual extensions.
Headings
You can have sub-headings and more.
Sub-heading
This works too.
Inline styling
You can italic, bold, or monospace
.
Block styling
Blockquotes work.
Code blocks too:
module Main where
= print 42 main
Easy UX (2)
2021-12-30 21:19:23 UTCWeb apps like WOC are just easy to use. How can I achieve the same for Ema apps?
Yjv4oOKoRCK7J
2021-12-29 00:56:28 UTCThere are two ways to deploy Banyon sites:
- GitHub Pages (statically) … or
- run the ‘live server’ in a VPS with Syncthing doing the sync.
The latter is interesting for quick updates, but former is rather lightweight to maintain multiple sites without worrying about deployment and maintenance (not to mention security).
Just (Meta {title = Just "Using", date = Just 2021-12-29 00:58:11 UTC, parent = Nothing})