sawhney17 / logseq-schrodinger

A plugin to export pages in Logseq to Hugo.
MIT License
311 stars 37 forks source link

Exploring the possibility of creating a Github action #42

Open karthikiyengar opened 10 months ago

karthikiyengar commented 10 months ago

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:

  1. Add your Logseq graph as a submodule to your Hugo website
  2. On push to the graph, run a Github action to generate Hugo files using Logseq Schrodinger's logic
  3. 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.