mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 00:46:29 +00:00
14 lines
296 B
JSON
14 lines
296 B
JSON
{
|
|
"index_name": "toshiki-note",
|
|
"start_urls": ["https://note.toshiki.dev/"],
|
|
"selectors": {
|
|
"lvl0": "",
|
|
"lvl1": ".content h1",
|
|
"lvl2": ".content h2",
|
|
"lvl3": ".content h3",
|
|
"lvl4": ".content h4",
|
|
"lvl5": ".content h5",
|
|
"content": ".content p, .content li"
|
|
}
|
|
}
|