Blog image

Test MDX

Anon Factos

Anon Factos


Sign up for Contentful Click here to Sign Up Here

When you start poking around Contentful, you might get a strange failure feeling, daja vue perhaps, or is it just that it looks exactly like the Wordpress Admin?

Contentful is very clean, easy to navigate, and it looks and feels a lot like Wordpress. As much as hate to admit, I love it and thats an amazing thing because I loth Wordpress. To be fair, I don’t hate Wordpress for its UX, I hate it because its slow and built on what looks like hacked together PHP, and lets face it, no one actually likes PHP. Not even the creator of PHP.

The Concept Contentful is content management as a service (CaaS), this replaces the need to have to connect your site to that terrible MySQL database hosted on some crappy Apachy Server, where you have to install phpMyAdmin and spend hours trying to figure out cPanel.


The Data There are two parts to your data, the structure and

        <MDEditor
            value={content}
            onChange={setContent}
            className="min-h-[500px]"
          />
          <MDEditor.Markdown
            source={content}
            style={{ whiteSpace: "pre-wrap" }}
          />

data. It’s basically a really nice web form the converts to simple json. You have to first set up your form the in Content Model, then you can hop over to Content and fill out your forms, each form becomes an item in the models array of data sent via rest end points.

  1. Let start by making a Blog Model
  2. Add in three fields: Title, Path, and Content
  • no one actually likes PHP. Not even the creator of PHP.
  • no one actually likes PHP. Not even the creator of PHP.

No links added