#11ty people: how do you write and publish posts?
Do you do it all in your code editor, or does anybody use tools for that?
I am interested in the tool landscape!
❤️
#11ty people: how do you write and publish posts?
Do you do it all in your code editor, or does anybody use tools for that?
I am interested in the tool landscape!
❤️
@MoritzGlantz I compose my articles in Markdown using Zettlr, and then transfer them to Visual Studio Code to add images, metadata, etc. Then it's the usual GitHub process to deploy via Cloudflare. More details here in case it's helpful: https://cybercultural.com/uses/
@MoritzGlantz we have some docs on this! https://www.11ty.dev/docs/cms/
@11ty This is just what I needed! Thank you!