DEV Community

Discussion on: Static Site Generators rundown - How I set up my own blog with Jekyll

 
fyodorio profile image
Fyodor

Yes, your summary sounds fair, at least my impression of that was kind of similar. Some guys here use CI for GitHub repos where their *.md posts are to automate posting to several targets (using DEV’s API also), probably that could work too. I would take a look at GitHub actions for that.

Thread Thread
 
deepu105 profile image
Deepu K Sasidharan

I made some updates to my workflow and I think its perfect now. I can now author posts in my Git repo codebase on VsCode and publish to my site which automatically create/update posts in Dev.to

The links are also smarter now and point to appropriate sites.

I did these using a Jekyll pre-render hook and a nodeJs script triggered from my publish script

Thread Thread
 
fyodorio profile image
Fyodor

Looks very cool, thanks for sharing πŸ‘