Jay L. Colbert
Jay L. Colbert
I have a small suggestion for the Doom config. In some (out of the way, on Discourse) documentation, it cautions against using `:prefix-map`. Apparently it has something to do with...
I have a Doom solution: ``` (use-package! org-transclusion ;; :defer t :after org :init ; you technically don't need to put map! in this :init section, you could put it...
@nobiot No problem! Here's my full configuration with the keybindings: ``` (use-package! org-transclusion :defer t :config (add-to-list 'org-transclusion-extensions 'org-transclusion-indent-mode) (custom-set-faces! `(org-transclusion-fringe :foreground ,(doom-color 'green) :background ,(doom-color 'green))) (map! :map org-transclusion-map...
Thanks for looking into it! I've been looking for a static site generator for my own semi-professional/personal website & digital garden, and I love how small/simple it is plus your...
Yes, that makes sense! And yeah, I'm wanting to do a "digital garden," primarily as a way to work through research ideas.
No problem at all! Thanks again for looking into it.
Works like a charm! Thanks so much.
Oh, just realized something. When I push commits, the build of the site seems to reset all the dates to the date of the commit. I can open up a...
Awesome, thanks! In the meantime, should I refrain from using GitHub actions and run the build script manually? I noticed running build.py in my local repo built it just fine,...
Sweet! I'll let you know how the manual build goes. I might not be too knowledgeable, but I always try to know just enough to be dangerous, ha.