logseq-schrodinger
logseq-schrodinger copied to clipboard
Exploring the possibility of creating a Github action
The process of exporting manually to Hugo pages seems a bit painful, and I was wondering if we can figure out a way to automate this. Broadly speaking, a setup that I could see working would be:
- Add your Logseq graph as a submodule to your Hugo website
- On push to the graph, run a Github action to generate Hugo files using Logseq Schrodinger's logic
- Deploy to GH pages.
Before I go ahead and explore something like this, I was wondering if there's something more obvious that I'm missing? I'd be interested to hear your thoughts in general about this approach.