rename old post draft; prepare for publish

main
Dominic Reich 2 years ago
parent e50be650de
commit aa84a07286
Signed by untrusted user who does not match committer: dominic
GPG Key ID: BC9D6AE1A3BE169A

@ -2,7 +2,7 @@
title = "My current website setup" title = "My current website setup"
summary = """This is how I install hugo nowadays. Although that routine might summary = """This is how I install hugo nowadays. Although that routine might
change anytime.""" change anytime."""
date = "2022-12-10T22:56:16+01:00" date = "2023-01-24T00:16:14+0100"
#lastmod = "" #lastmod = ""
categories = ["computerstuff"] categories = ["computerstuff"]
tags = ["linux", "gohugo", "reminders"] tags = ["linux", "gohugo", "reminders"]
@ -11,12 +11,12 @@ draft = true
+++ +++
I'll do a quick go-through of my actual website's installation procedure. The I'll do a quick go-through of my actual website's installation procedure.
website itself is hosted without my personal server---I'm using Cloudflare for The website itself is hosted without my personal server---I'm using
this to work. The content is saved in a github repository which gets then Cloudflare for this to work. The content is saved in a Githubrepository
fetched from Cloudflare. After half a minute the website is published and the which gets then fetched from Cloudflare. After half a minute the website
website cache on Cloudflare gets cleared automatically when I push new changes is published and the website cache on Cloudflare gets cleared automatically
to the repository. when I push new changes to the repository.
## Install hugo from source ## Install hugo from source
Loading…
Cancel
Save