Recent content by one_twix

  1. O

    Permanently Closed Marketplace Sales Thread

    thank you for the feedback @EPN
  2. O

    best cms only for blog post

    I don't know how to define Netlify to be honest... but it's not a CMS at all. I'd say it's a cloud platform with a big focus on frontend. But now it also does serverless functions and other backend stuffs...
  3. O

    best cms only for blog post

    Totally, that's why I asked first if it's really just a simple blog or if there's more to it. A ton of blogs are purely static, but they're not interactive, except if it only uses external services called by javascript. When I said CDN I was thinking about services like Netlify, who act as a...
  4. O

    best cms only for blog post

    if you turn your wordpress into a static website there's no more wp-admin url and wp.config.php, your static website is completely disconnected from your wordpress backoffice, there's no database connection, and no server to hack, you could put it on a CDN (that's the point ;) ) YOu just have a...
  5. O

    Permanently Closed Marketplace Sales Thread

    hello ! can these cards be used to buy twitter blue ?
  6. O

    best cms only for blog post

    If it's only for blog post and there's no interactivity... I would suggest turning your wordpress blog into a static website, there's a wordpress plugin that does just that. It basically transforms your wordpress blog into a bunch of static html files: it makes your blog much faster and it...
Back
Top