diff options
author | mms <michal@sapka.me> | 2023-11-17 23:08:13 +0100 |
---|---|---|
committer | mms <michal@sapka.me> | 2023-11-17 23:08:13 +0100 |
commit | 01fa8ffafee92e0ddc1c723f97f4fb3d33ca8b20 (patch) | |
tree | a343e9fda06dee947f293630b78fa1047ef798b7 /content/site/updates/2023/removed-plausible.md | |
parent | d0ed7e74343ba6a6fabd622c818d014907c76785 (diff) |
feat: star trek section WIP
Diffstat (limited to 'content/site/updates/2023/removed-plausible.md')
-rw-r--r-- | content/site/updates/2023/removed-plausible.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/content/site/updates/2023/removed-plausible.md b/content/site/updates/2023/removed-plausible.md new file mode 100644 index 00000000..0143f159 --- /dev/null +++ b/content/site/updates/2023/removed-plausible.md @@ -0,0 +1,26 @@ +--- +title: "Removed Plausible analytics" +category: +- site-info +- site-update +- update +abstract: I will know even less about you +date: 2023-11-10T22:18:07+01:00 +draft: false +--- +I have removed Plausible from this site. +I need even more tracking that it provides and not having to pay is always a plus. + +As a replacement I am moving to ploting statics from logs using rrdtool(1). +You can see the live version under [site info](/site/info). +It was fun mini-project, so there will be a guide posted soon and most likely more graphs. +Tinkering with site is its own reward! + +I am also remodeling the site via moving the webpages around. +This is preparation for future structure of this site. +The unfortunate side effect is a mess in RSS feeds, as Hugo assumes webpage URL as the identifier. +When I move a webpage, a new ID is used and the old post may be shown as new. +Sorry! + +I am moving pages category by category, so there won't be many changes in a day, but the entire change will take a few days. + |