From aa84a07286356591201fe2f674b35befcc95df6a Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Tue, 24 Jan 2023 12:44:44 +0100 Subject: [PATCH] rename old post draft; prepare for publish --- .../01_api-token-settings.png | Bin .../index.md | 14 +++++++------- 2 files changed, 7 insertions(+), 7 deletions(-) rename content/posts/{2022-12-10-my-current-website-setup => 2023-01-25-my-current-website-setup}/01_api-token-settings.png (100%) rename content/posts/{2022-12-10-my-current-website-setup => 2023-01-25-my-current-website-setup}/index.md (94%) diff --git a/content/posts/2022-12-10-my-current-website-setup/01_api-token-settings.png b/content/posts/2023-01-25-my-current-website-setup/01_api-token-settings.png similarity index 100% rename from content/posts/2022-12-10-my-current-website-setup/01_api-token-settings.png rename to content/posts/2023-01-25-my-current-website-setup/01_api-token-settings.png diff --git a/content/posts/2022-12-10-my-current-website-setup/index.md b/content/posts/2023-01-25-my-current-website-setup/index.md similarity index 94% rename from content/posts/2022-12-10-my-current-website-setup/index.md rename to content/posts/2023-01-25-my-current-website-setup/index.md index 48876c4..ac57de4 100644 --- a/content/posts/2022-12-10-my-current-website-setup/index.md +++ b/content/posts/2023-01-25-my-current-website-setup/index.md @@ -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