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

Configure Feed

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

fix: incorrect function name

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

Amy 0928ffff 259f105c

+1 -1
+1 -1
fallback.lisp
··· 33 33 "Parse a jsonl file. `DOCUMENT' here refers to the file being 34 34 parsed. See https://jsonlines.org/ for spec." 35 35 (loop for line from (uiop:split-string file :separator '(\#newline)) 36 - collecting (yason:parse-json line :object-as :plist :object-key-fn #'keywordize))) 36 + collecting (yason:parse line :object-as :plist :object-key-fn #'keywordize))) 37 37 38 38 ;; Git 39 39 (defun git-add (&rest files)