mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 14:31:13 +00:00
Medium syndication metadata
This commit is contained in:
parent
c5b2488589
commit
9bf7cfb744
14 changed files with 82 additions and 64 deletions
|
@ -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
|
||||
```
|
||||
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue