~tsileo/entries.pub

Fix pattern matching for webmentions
Try to update OCaml in CI

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~tsileo/entries.pub
read/write
git@git.sr.ht:~tsileo/entries.pub

You can also use your local clone with git send-email.

#entries.pub

Build Status

WIP IndieWeb blog engine.

You can see it running here: https://hexa.ninja.

#Features

  • Minimalist
    • no JavaScript
    • no admin UI (rely on Micropub)
    • entries are Markdown formatted
  • Special "Pages" section
    • using the page category, for timeless content
  • Data is stored in a local Git repo (using Irmin)
    • backing up data is easy (push to a remote)
    • every mutation is recorded in a commit
  • Microformats aware (exports h-feed, h-entry, h-card, ...)
  • Atom and JSON feed
  • IndieWeb support

#Development

$ opam pin add calendar "https://github.com/ocaml-community/calendar.git#3.x"

#In order to support TLS 1.3

$ opam pin add ssl 0.5.5
$ export CONDUIT_TLS=openssl