Dendron-11ty
Repo
Install dendron-11ty
yarn init
yarn add @dendronhq/dendron-11ty
# start server
env LOG_LEVEL=info dendron-cli launchEngineServer --port 3010 --wsRoot .
# start eleventy
npx den-11ty --wsRoot=. --port 310 --serve
Cook
- check all notes that are published
cat /tmp/notes.log | jq '[. | to_entries[] | .value ] | .[].fname'
- check all published notes using search-data
cat assets/js/search-data.json | jq '.[].hpath'