Posts tagged with test

How about a real one with Emacs and Pagecord?

Test a published post with my Emacs package

Gotta start somewhere, so this might as well be the deal.

I've been working on getting my Emacs orgmode blogging workflow via pagecord set up for a couple of weeks now.

While it's not finished in any way, shape, or form, it can do a few things at this point.

One of which is pushing my Orgmode files to Pagecord, with proper org properties and stuff, including updating the token that pagecord generates upload an upload.

I've got an attachment process set up too, but it's not yet integrated into the org-to-html-body pipeline yet.

The system keeps a master org table index of token id's and source files, to enable - in theory - an easier way to update existing posts. It lumps posts and pages into the same table, though they can live in different directory's on the source side.

It also keeps a similar table for attachments, in case they should want to be re-used.

It's been fun and super challenging getting this thing to this point, and I may at some future timeframe - once I'm done - better document it and maybe put it out in the world. My code stinks, but so far it's doing decently.