Blogodex Indexing Notes

convention:

at end of post, single line, json

examples.

blogodex = {"toc":["foo","bar"]};
blogodex = {"toc":"foo"};
blogodex = {"index":"foo"};
blogodex = {"index":["foo","bar"]};
blogodex = {"toc":["foo","bar"],"index":"baz"};

note that this line invalidates the above lines as being valid blogodex entries, but the following entry is a valid blogodex entry since blogodex entries must be the last things in the blog post.

blogodex = {"toc":"blogodex","index":["indexing","blogging"};

1 comment: