Getting Started with GoAccess: Visualizing Nginx Access Logs as HTML Reports
Understanding web traffic is critical for assessing server performance and identifying usage patterns. GoAccess is an open-source log analyzer…
Understanding web traffic is critical for assessing server performance and identifying usage patterns. GoAccess is an open-source log analyzer…
Gzip is a simple, free tool to provide zipped resources on your server. Compressed files are smaller and thus, website load times improve drastically…
In your theme.css you can add styling with aliases to use on images like the builtin filters of Marp…
Want to write posts that are part of a series of posts? Hugo allows doing so by utilizing its taxonomy feature…
Hugo offers directory structure based routing but also offers other ways to control under which routes your content is made available…
Hugo is an open-source static site generator focused on speed and flexibility, written in Go…
There are different providers on the market. Famous, big names might be Amazon Web Services (AWS) or GCP (Google Cloud Platform). You can also self-host a blog using GitHub Pages…
Self-hosting means to run and maintain your website or service using a private web server. In the context of this article series you can think of it as the opposite of using a managed hosting solution…