mirror of github:amycatgirl/amycatgirl.github.io
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: fill in values related to configuration options

Signed-off-by: Amy <amy+git@amogus.cloud>

Amy 27ec6d97 ea64c60a

+5 -2
+5 -2
fallback.lisp
··· 2 2 ;; Last authored: Thu 19 Mar 18:41:03 AST 2026 3 3 ;; Depends on: drakma, cl-json, uiop 4 4 5 - (ql:quickload '(drakma yason uiop cl-ppcre trivia alexandria)) 5 + (ql:quickload '(drakma yason uiop cl-ppcre trivia alexandria spinneret local-time)) 6 6 7 - (defconstant +user_did+ "") 7 + (defconstant +user_did+ "did:plc:gijpvbkdbr56kazbdjhfvb3d") 8 + (defconstant +viewer+ "https://amybunny.leaflet.pub/%s" 9 + "URL to standard.site compliant viewer. Default is leaflet. 10 + %s is passed to `format' with the CID of the record.") 8 11 (defconstant +max-entries+ 5) 9 12 10 13 ;; utilities