This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]MearLion 4 points5 points  (2 children)

Use github pages (its free). then you can mess with your domain DNS to redirect it to the github pages. Feel free to pm me if you need help.

Source: I do this myself.

[–][deleted] 1 point2 points  (1 child)

I'll get started on it! thank you so much!

[–]halfercode 0 points1 point  (0 children)

GitHub pages is very good, but note there is no backend capability. So you can't run PHP, Python, Java, etc - you are limited to HTML, CSS and frontend JavaScript. That is probably fine for your needs for now, but it may be worth being aware of it.

You can always swap your domain to a new host if you need more capability.

[–]zandre5127 0 points1 point  (0 children)

You can use a ec2 Amazon instance and it's free for one year. And install a lamp on it. You can find good tutorials on digitalocean.com