|
|
@ -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
|
|
|
|
|
|
|
|
|