rename old post draft; prepare for publish

This commit is contained in:
Dominic Reich 2023-01-24 12:44:44 +01:00
parent e50be650de
commit aa84a07286
Signed by untrusted user who does not match committer: dominic
GPG key ID: BC9D6AE1A3BE169A
2 changed files with 7 additions and 7 deletions

View file

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