Medium syndication metadata

This commit is contained in:
Brandon Rozek 2023-03-10 12:41:04 -05:00
parent c5b2488589
commit 9bf7cfb744
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
14 changed files with 82 additions and 64 deletions

View file

@ -1,9 +1,12 @@
---
title: "Mirror a Hugo Site"
date: 2020-12-07T22:41:17-05:00
date: 2020-12-08 03:41:17
draft: false
tags: ["Archive", "Hugo"]
medium_enabled: true
medium_post_id: 75a8b76182aa
tags:
- Archive
- Hugo
title: Mirror a Hugo Site
---
I'm a big proponent of having offline copies of content. Especially when I'm on travel and don't have easy Internet access. Using the built in hugo webserver and a reverse proxy, I will show how we can host a local mirror of a Hugo site.
@ -83,5 +86,4 @@ Then restart the `httpd` service.
```bash
sudo systemctl restart httpd
```
```