Altoplace

Hugo

Add Analytics to Your Hugo Site with Umami

I have been experimenting with website development and Hugo for sometime. It would be nice to see which posts are being viewed. Since this is a hobby site for me (non-commercial), I don’t want to pay for a commercial, third party service to track my website usage. I wanted to find a simple, self-hosted solution that provides basic analytic data. Also, I am using a managed VPS that does not allow root access. They do support Docker, working in a rootless mode. I needed to find a Docker solution that would work in my environment.

Add Comments to Your Hugo Site with Remark42

After I moved from WordPress to Hugo , I was missing a commenting system. Actually, I never did receive that many comments when using WordPress, but I still want to give folks the ability to leave comments. I was looking for a simple, self-hosted solution that would work with my VPS. My VPS provider does not permit root access, so that was an additional restriction. My VPS does support using a “rootless” version of Docker, and I learned that Remark42 would work with it.

Welcome!

Welcome to Altoplace. This is my place for sharing my technology and life interests as I learn how to create websites. This is a hobby for me, but I do hope that you find useful information. I like saving “notes” about what I have learned. Then I can refer back to them as needed.

My site is powered by Hugo , the Zen theme , and Pair Networks .

As I inferred above, I am learning how to develop websites. Thus, the look and feel of this website will change over time, but I am trying to maintain (and grow) the content. For now, this is just a “retirement” hobby for me.

My First Life Post

This post is not exciting. I am still creating my Hugo infrastructure. I am adding a Life category to write about non-technical topics.

I have fully converted my WordPress website to Hugo. I have added some basic styling, which I will tweak over time. But I believe that I have a fully functional blog. Building a website with WordPress seemed to be easier than using Hugo. One plus was the built in commenting system. However, the vast majority of comments were spam or boarding on being spam.

Happy New Year 2023

Wishing you a very happy and blessed 2023 New Year!

I wanted to take a moment to welcome you to the new, updated 2023 Altoplace. I have been doing a lot of behind the scenes work on Altoplace, fully converting it to use Hugo for building websites. I am using the Zen theme, which provides a foundation for my website. It uses a very solid HTML5 compliant code base that provides a lot of website functionality. Over time, I hope to spruce up the website design and style. But for now, I believe that it is a very functional blogging site.

Configure Apache and PHP-FPM on macOS

This post describes how to install and configure Apache and PHP-FPM to create a macOS local web development environment. I also describe how to use Dnsmasq, which adds a local DNS caching server to support using virtual hosts.

I am using Homebrew to install most of the software. Please go to their site for installation instructions.

This post is just about Apache, PHP, and Dnsmasq; I wrote about MySQL in a separate post. In this post, I also describe some tools that I wrote to manage Apache, PHP, and dnsmasq processes.