ocaml
0
fork

Configure Feed

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

Remove JavaScript stuff for now

We can add it back, but we must do so without re-breaking https://todo.sr.ht/~jonsterling/forester/161.

References: https://todo.sr.ht/~jonsterling/forester/161

+1 -16
+1 -16
bin/forester/dune
··· 11 11 (site 12 12 (forester theme))) 13 13 (files 14 - min.js 15 14 (glob_files_rec theme/*))) 16 15 17 16 (executable ··· 45 44 eio_main 46 45 fmt 47 46 fmt.cli 48 - fmt.tty)) 49 - 50 - ;; Javascript 51 - 52 - (executable 53 - (name app) 54 - (modules app) 55 - (modes js) 56 - (libraries brr)) 57 - 58 - (rule 59 - (targets min.js) 60 - (deps app.bc.js) 61 - (action 62 - (run cp %{deps} %{targets}))) 47 + fmt.tty))