<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hugo on Gooseyman's Blog</title><link>https://gooseyman.com/tags/hugo/</link><description>Recent content in Hugo on Gooseyman's Blog</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Mon, 25 May 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://gooseyman.com/tags/hugo/index.xml" rel="self" type="application/rss+xml"/><item><title>How to Password Protect a Hugo Website</title><link>https://gooseyman.com/post/2020-05-26_password_protect_hugo_site/</link><pubDate>Mon, 25 May 2020 00:00:00 +0000</pubDate><guid>https://gooseyman.com/post/2020-05-26_password_protect_hugo_site/</guid><description>Hugo is a static website generator that ships without a database which adds security, simplicity, and speed. But, no database means that Hugo doesn&amp;rsquo;t have a built-in solution for password protection or user management.
Luckily, your web server does have the ability to perform basic user management. This is a good solution for making a Hugo site private.
I use this very basic .htaccess configuration to prompt a user for credentials before they can access my site.</description></item></channel></rss>