• @henfredemars@infosec.pub
    cake
    link
    fedilink
    English
    1
    edit-2
    10 months ago

    I thought the same thing and tried to do a static site generator for a while, but I just liked the WordPress UI too much for composing and editing vs manually placing my images in an assets folder and remembering the file names to add them in my markdown.

    Besides, with a good caching solution, isn’t WordPress effectively a static site with extra steps for many use cases?

    • @thejodie@programming.dev
      link
      fedilink
      110 months ago

      I’ve definitely used WP in that manner as well. At that time there were plugins that would render the pages out to static HTML in object storage. I’m sure there still are, but possibly not the same ones I used.

      I just prefer not to use or manage WP whenever possible.