+++ date = "2018-05-07T21:37:32+00:00" publishdate = "2023-12-29T07:08:55+00:00" title = "Voiceover Website" slug = "voiceover-website" author = "Thedro" tags = ["voiceover"] type = "projects" summary = "Voice acting is one of my secret hobbies, and this website manages just that." draft = "" syntax = "" toc = "" updated = "" +++ {{< image source="/images/voiceover-website.png" >}} Mobile view of the front page. {{< /image >}} [Demo](https://www.edwinmattiacci.com) and [Source](https://www.thedroneely.com/git/thedroneely/edwinmattiacci.com) Voice acting is one of my secret hobbies, and this website is but a small gateway. Many web applications consisting of `HTML`, `CSS`, & `JavaScript` are hidden away on my computer but consider this the first that actually does something. It's made using a combination of [PHP](https://secure.php.net) for dynamic content and [Hugo](https://gohugo.io) for static content -- a [MySQL](https://github.com/mariadb) database for the backend, and [Nginx](https://github.com/nginx/nginx) as the web server. Everything sits behind a front controller and the project structure is based on a very barebones implementation of the [Laravel](https://github.com/laravel/laravel) framework. The content of this site is stored in markdown files and the static components of the website are recompiled by [Hugo.](https://gohugo.io) The comment section is handled by a `PHP` commenting system called [HashOver.](http://tildehash.com/?page=hashover)