Nan Zhong
Nan Zhong
You should be able to manually load the tasks while inside the engine. For example by adding ``` ruby Seedbank.seeds_root = File.expand_path('db/seeds', YourEngine::Engine.root) # assuming db/seeds/**/* are where you seed...
I actually have something like this implemented outside of emacs/weblorg. I've built a docker container that expects the weblorg site base dir to me mounted in, and when started, it...
Yup, for sure. Sorry for the delay, it's been a busy week. I'll try and have something up in the next few days.
@clarete I've put together https://github.com/emacs-love/weblorg/pull/40 with a small change to demonstrate what I've thrown together in https://github.com/nanzhong/weblorg-docker.
Regarding the CLI tool. I actually have another version of this tooling that's written in go. It removes the dependency on `inotify-tools` and is in general much easier to extend...
I had a bit of spare time today to revisit this. My understanding of emacs internal and emacs lisp is very superficial, so take what I say with a giant...
I like the described approach! I use a similar structure in my personal site, with each post/page having its own directory that includes the org file and assets the org...
@reyman thanks. I've been using this personally for a little while now and it fits my use cases pretty well. Feel free to give it a go, I'd definitely appreciate...
Would this also require a shift in the way themes are managed by weblorg right now? If I'm understanding correctly, currently the theme dir is always assumed to be in...
I like the idea you proposed about requiring themes to expose a function that returns its directory. One gotcha I encountered with the 2 template sources right now (`templates` dir...