all repos — h3rald @ b3b7a946f58e753b0e5c7a7de02e6b67b9c176fe

The sources of https://h3rald.com

scripts/index.min

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
;Re-index articles
'hastysite import

"Indexing articles..." notice

.                           :pwd
(. "data.db") => "/" join   :store

(. "contents") => "/" join cd

"Deleting search index..." notice
store rm

"Importing data..." notice
"litestore -s:$1 -d:articles import" (store) => % !

pwd cd

"All done." notice