How can I edit the content on my site?

PLEASE help us help you by writing a good post!

  • we need to know your netlify site name. Example: gifted-antelope-58b104.netlify.app
  • DNS issues? Tell us the custom domain, tell us the error message! We can’t help if we don’t know your domain.
  • Build problems? Link or paste the FULL build log & build settings screenshot

The better the post - the faster the answer.

How can I edit the content of my site ?

hey steve,

that’s a very broad question - are you looking to edit a site that you have already created and deployed with us? If yes, are you referring to the content (so, text and images) or the layout (the user interface)?

please do tell us a bit more about what you are trying to do so we can advise you!

Yes a site I uploaded and deployed . I just need to edit the content and delete something .

in that case, you’ll need to update the content on your local copy - if you have a repo that is connected to your netlify site, commit the changes, push to the repo, and then after your build is completed you should see the live changes.

how did you deploy the initial site? like as i described or a different way?

What is a repo ? What do you mean push ?

Hey there, @stevetall01 :wave:

Your repo (short for repository) is where the code for your website is kept. At Netlify, we support GitHub, GitLab, and Bitbucket. I would suggest getting started with this tutorial to learn more about the Netlify foundations.

After that, a great follow up resource is: