@ -584,6 +584,17 @@ Configure the default capture template for daily entries.
:head "#+TITLE: %<%Y-%m-%d>\n")))
#+end_src
** Agenda
Configure agenda sources.
+ Dailies ~~/.local/source/brain/daily/~
+ Secrets ~~/.local/source/secrets/~
#+begin_src emacs-lisp
(setq org-agenda-files '("~/.local/source/secrets/"
"~/.local/source/brain/daily/"))
** Blogging
https://github.com/kaushalmodi/ox-hugo
@ -239,6 +239,9 @@
:file-name "daily/%<%Y-%m-%d>"
(use-package ox-hugo
:after ox)