Frontend for TWTXT-Picoblog https://tilde.team/~lucas/twtxt/
Go to file
Lucas d5151a9dec
Add files via upload
2021-09-10 19:32:51 -03:00
includes Add files via upload 2021-09-10 19:32:51 -03:00
.gitattributes 👾 Added .gitattributes 2020-10-02 17:48:48 +03:00
README.md Init commit 2020-10-02 17:50:23 +03:00
Slimdown.php Init commit 2020-10-02 17:50:23 +03:00
bkg.png Add files via upload 2021-09-10 19:32:51 -03:00
blog.php Init commit 2020-10-02 17:50:23 +03:00
blog.txt Add files via upload 2021-09-10 19:32:51 -03:00
index.php Add files via upload 2021-09-10 19:32:51 -03:00
picoblog.php Add reverse option to entry query 2021-02-02 11:40:17 +02:00
settings.php Add files via upload 2021-09-10 19:32:51 -03:00
styles.css Add files via upload 2021-09-10 19:32:51 -03:00

README.md

picoblog

picoblog is a super simple microblog which was written to be a part of Saisho. It was converted to be standalone after I figured people might want to use it without using Saisho.

See blog.php for example usage, or use it as is (note: it's VERY basic).

What it has

  • Markdown support (using modified Slimdown): Bold, Italic, Marked, Removed, Link, Image, Inline Code.
  • Support for tags and IDs.
  • Using either twtxt format or picoblog format (which is the same as twtxt except it also has unique IDs).

What it does't have

  • Literally everything else. The goal here (aligned with Saisho), is to keep everything simple.

Home

Bug Reports