You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run `bb index` to build the search index & supporting files,
then serve `./search.html` + the generated `./pagefind/` to be able to search.
Uses the pagefind Node lib to be able to index .edn files as "custom records".
Written with Squint, so that I don't need to write JS :-)
"description": "A tool / library that progressively backs up posts from a Tumblr.com micro-blog and can produce monthly summaries of the published posts in HTML. Can be run as a scheduled GitHub Action.",
5
+
"main": "index.js",
6
+
"scripts": {
7
+
"test": "echo \"Error: no test specified\" && exit 1"
0 commit comments