DEV Community

Xhika
Xhika

Posted on

How do you setup your website?

So I did a post a few days ago about a "script-ready" virtual host. The script downloads and configures nginx on ubunto to be ready for the given host.

Got me thinking about what do you guys use to setup a simple portfolio website or a smaller project? I've been using virtual hosting on a server for my small projects since I got into web development.

Here's a link to the script btw:
https://github.com/xhika/Create-A-Vhost

Top comments (2)

Collapse
 
yaythomas profile image
yaythomas

GitHub Pages, with Hugo for static site generation. It comes at a good price 😀

example here: pypyr.io

Collapse
 
ajboni profile image
ajboni

I use github pages for everything that's doesn't require a backend. Great for automation,git integration and its free.