03. January 2025
And a bit of update

Information organizing
Finished reoganizing the notes taking system. Base of it is Dendron with 2 vaults. One for blog posts ( public one ). And one private vaults where i keep life related things or things that should now be public.
Workflow is something like this
- I’m creating notes as the day goes by ( daily notes ) . This happens in the private vault. Some notes grows in time. Some don’t.
- Those that i decide to make public i move them to the blog and publish them from there
- On publish there is a git post commit hook that is triggered
- CI/CD starts and downloads the hugo image with my preselected template that will render the .md files and will copy the results to the static web host
- Hopefully at this point site will be updated and new post will be shown