From d18a32f8f6788b62422738b97d8a66282f10c3a3 Mon Sep 17 00:00:00 2001 From: m-iancu <mihnea.iancu88@gmail.com> Date: Fri, 1 Jul 2016 11:58:17 +0200 Subject: [PATCH] added tema config --- lib/tema-config.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/tema-config.json diff --git a/lib/tema-config.json b/lib/tema-config.json new file mode 100644 index 0000000..79420e3 --- /dev/null +++ b/lib/tema-config.json @@ -0,0 +1,9 @@ +{ + "shouldSaveData" : true, + "textWithMathXpath" : "//body", + "documentIdXpath" : "", + "metadata" : { + "title" : "//title", + "url" : "//meta[@name='url']/@content", + } +} -- GitLab