i'm new with the raspberry pi and i'd like to find a step by step project to set up a web server and get a website like this one: https://que-ver-en-television-hoy.com.es
Any advice on where to find an easy guide?
Thanks
That guide is a good start but does not cover getting your pi onto the public internet (www.yoursite.com). To do that you will typically need a (paid or free) dynamic DNS service to get a domain (www.yoursite.com) and allow people to see your site on the web, and set port forwarding in your router (port 80) to your pi (192.168.1.123 say).
Since I'm a beginner I think it's a good start to see how it works. Later on I'll see how I can get the server to be seen from the internet.
Thank you both for the answers.