DEV Community

Discussion on: Tell me about your personal dev site/blog

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

The simplest, yet relatively flexible way, might be WordPress + What The File plugin, actually.

But if you need a JavaScript bundler, you might use Hugo or Gatsby, but there will be no CMS by default.

I am currently using Nuxt.js + folder of markdown files (i.e. no CMS). I might consider moving on to Hugo, but felt that rewriting my website is tiresome...

BTW, another important topic is images' file size. You might use Cloudinary or some Netlify plugins, to resize images on the fly.