DEV Community

Discussion on: Static Site Generators are not for me! My Experience with Jekyll, Hugo and NetlifyCMS

 
prashanth1k profile image
Prashanth Krishnamurthy

I totally understand that. I switched to VSCode a while back.

Using VSCode I can open the entire folder to view and search multiple posts (I use Hugo), have automatic formatting enabled for Markdown and the code within Markdown using Prettier, and also keep running Hugo locally to see how the end-result appears in a browser.

I use external tools to check links.

Thread Thread
 
gl_holman profile image
GL Holman

Curious to know more about how you set yourself up with vscode and Hugo, if you would care to share. Not much I can find on that especially for setting it up with netlify and netlify CMS through GitHub -― which is really what I would like to achieve.