From 2b24aaeaace9a3264449ca4292875e72293fb16b Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Sat, 1 May 2021 13:04:47 +0100 Subject: [PATCH] add development config --- .notes2web.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .notes2web.conf diff --git a/.notes2web.conf b/.notes2web.conf new file mode 100644 index 0000000..0cda363 --- /dev/null +++ b/.notes2web.conf @@ -0,0 +1,8 @@ +# development config - use config templates and resources in current directory +name="alv" +article_template="./templates/article.html" +textarticlehead_template="./templates/textarticlehead.html" +textarticlefoot_template="./templates/textarticlefoot.html" +listitem_template="./templates/listitem.html" +index_template="./templates/index.html" +stylesheet="./styles.css"