From 4e2b6c4a7769812e51e80a1af05814a600c603f4 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 14 Feb 2022 15:38:57 +0100 Subject: [PATCH] '.' as a directory doesn't work/make a difference :) --- logseq/config.edn | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/logseq/config.edn b/logseq/config.edn index ea5eac8ee..4b138885a 100644 --- a/logseq/config.edn +++ b/logseq/config.edn @@ -3,17 +3,17 @@ ;; [[flancian]] :journal/page-title-format "yyyy-MM-dd" :journal/file-name-format "yyyy-MM-dd" -:pages-directory "." +:pages-directory "" :journals-directory "journal" :project { ;; Selected public notes can be published to https://logseq.com/your-project-or-your-username. - :name "" - :alias "" + :name "flancian" + :alias "flancia" ;; your twitter handle - :twitter "" + :twitter "flancian" ;; description supports both hiccup and html - :description ""} + :description "https://anagora.org/@flancian"} ;; Currently, we support either "Markdown" or "Org". ;; This can overwrite your global preference so that