Home

Awesome

PubGate Blog

Minimalist blogging ActivityPub client made with Svelte

Could be deployed as extension for PubGate, or connected to remote instance

Run as Pubgate Extension

Requires PubGate >= 0.2.15

APPLY_CASHING = True
UI_APP = "philip"
TITLE = 'Lightweight ActivityPub Blogging Server'
DESCRIPTION = 'minimalist blogging UI based on Code of philip-trauner.me website.'
LOGO = 'https://raw.githubusercontent.com/github/explore/df833523cdfb6fa65bb162c67405302a494d6c52/topics/activitypub/activitypub.png'
CONTACT = 'https://mastodon.social/users/autogestion'

Run standalone client

  var base_url = "https://<instance_domain>";
  var pubgate_instance = <true if running against remote pubgate instance>