From eac5573121d3caafb9fab21eef471364edcbdfd9 Mon Sep 17 00:00:00 2001 From: andrzej Date: Fri, 15 Nov 2024 23:41:06 +0100 Subject: [PATCH] fixes --- hugo.toml | 2 +- public/categories/index.html | 3 +- public/categories/index.xml | 4 +- public/index.html | 12 +-- public/index.xml | 23 +++-- public/posts/browser-cache-2/index.html | 65 +++++++++++++ public/posts/cache-busting-2/index.html | 95 +++++++++++++++++++ public/posts/cache-busting/index.html | 13 +-- public/posts/index.html | 24 ++++- public/posts/index.xml | 23 +++-- .../posts/permissions-strike-again/index.html | 3 +- public/sitemap.xml | 31 +++--- public/tags/css/index.html | 24 ++++- public/tags/css/index.xml | 23 +++-- public/tags/html/index.html | 7 +- public/tags/html/index.xml | 12 +-- public/tags/index.html | 23 +++-- public/tags/index.xml | 34 +++---- public/tags/linux/index.html | 24 ++++- public/tags/linux/index.xml | 23 +++-- themes/cuqui/layouts/_default/list.html | 6 ++ themes/cuqui/layouts/partials/head.html | 1 + 22 files changed, 375 insertions(+), 100 deletions(-) create mode 100644 public/posts/browser-cache-2/index.html create mode 100644 public/posts/cache-busting-2/index.html diff --git a/hugo.toml b/hugo.toml index dc7e481..3e9750f 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,4 @@ -baseURL = 'http://192.168.70/' +baseURL = 'http://devlog.ajstepien.xyz/' languageCode = 'en-us' title = 'Coding with Andrzej' theme = "cuqui" diff --git a/public/categories/index.html b/public/categories/index.html index 3611035..25c0f27 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -6,6 +6,7 @@ Categories | Coding with Andrzej + @@ -29,7 +30,7 @@
-

Coding with Andrzej

+

Coding with Andrzej