DEV Community

Discussion on: blog-cli: A CLI for Blogging with Static Site Generators

 
kahlil profile image
Kahlil Lechelt

So far its not specific to any static site generator. All you need is a folder with markdown files that contain your posts and front matter. If Pelican has a different file format or doesn't use front matter, that can be added quite easily. You can send a PR if you want.

Thread Thread
 
michael76359143 profile image
Michael Williams

Yes, pelican blog posts are written in Markdown. This should work then. Thanks a ton.

Thread Thread
 
kahlil profile image
Kahlil Lechelt

Check it out I made an Electron app to do the same with a GUI kahlillechelt.com/2019/05/07/annou...