Guide Using Github with Netlify to Streamline the Process

AdsEmpire
is there some way to 'connect' the page ? I use wordpress befefore and if i add it to the main page ,the whole site page will load it . I guess on this way all the page are 'independent'?
Right. Each page is separate.

What you can do, though, is make a global scripts file that contains scripts you'll use on every landing page and then just put it in the root of your domain and link it to all of your landing pages. This way, when you change the global scripts file, it'll change the scripts for every/any landing page that's utilizing that global scripts file.
 
kaminari
like the guru you are Nick, even i don't know coding i can also set everything up follow along, thx๐Ÿ˜€
 
Just changed my landers to utilize this setup! I am a fan of creating systems and automating stuff so that things can get done systematically and easily with less errors as possible.

This saves me so much time compared to when I was overpaying for a digitalocean droplet to host my landers and also uploading using filezilla takes ages. Now I just change my landers in vs code and upload them with 1 click. Thanks @Nick!
 
Top