Cool things about my new blogging tool
There are a lot of cool features in my new blogging tool. Here are some of the top of my head:
- Render anything, from individual posts to full blown websites.
- Integrates with the writing tools you already use today.
- Templates for pages but also file paths, for maximum flexibility.
- Automatically generate frontmatter for your markdown files.
- It‘s agnostic so you can use any template rendering engine.
- Supports partials and cross engine calling.
- Add functionality using toolpacks accessible from inside the templates.
- Blueprint based workflow engine you can use to create assets of any shape.
- Attach logic to templates to explode out many output files from one input template.
- Run javascript middleware stacks at key places in the render pipeline, integrate with anything.
- Transform data on the way in before it hits your templates.
- Extreme debugability, easily see how data flows through the render pipeline.
- Integrates with Github for atomic and batch review and approve based publishing workflows.
- Dispatch rendered assets to external destinations with custom deliveries.
- Easily cleanup your local workspace with custom cleaners.
There‘s a lot more too.
It‘s the fastest way to get from idea to published, completely remove all the tedium from writing online.
I‘m using it right now to write all my posts. Each one gets it‘s own git branch, automatically and uniquely named. You can bulk push all your branches to Github, and then the workflow side picks up and your content goes through a PR based workflow, each item can be review and approved, or auto-merged.
Seems to be working pretty well so far. #