rename old post draft; prepare for publish
This commit is contained in:
parent
e50be650de
commit
aa84a07286
2 changed files with 7 additions and 7 deletions
Before Width: | Height: | Size: 109 KiB After Width: | Height: | Size: 109 KiB |
|
@ -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
|
||||
|
Loading…
Reference in a new issue