diff --git a/content/post/oxitraffic-setup.md b/content/post/oxitraffic-setup.md index b79b701..5d18167 100644 --- a/content/post/oxitraffic-setup.md +++ b/content/post/oxitraffic-setup.md @@ -14,7 +14,7 @@ I recently stumbled upon [OxiTraffic](https://codeberg.org/mo8it/oxitraffic), a As I currently have no analytics on my blog and I am not inclined to use anything that adds more than 2 sentences to my privacy disclaimer I thought I give it a try. Naturally I wrote an ansible role for this, which can be found under [mother-of-all-self-hosting/ansible-role-oxitraffic](https://github.com/mother-of-all-self-hosting/ansible-role-oxitraffic). I now have this neat graph. -![]() +![A screenshot of OxiTraffic that shows low readership on hyteck.de](uploads/oxitraffic_screenshot.jpeg) As the main prupose of a blog is to describe how to host the blog, I'll continue in this tradition and describe my process below. @@ -39,8 +39,7 @@ I maintain a fork of the [hugo-nederburg-theme](https://github.com/moan0s/hugo-n I could then make us of this by setting the Oxitraffic URL in the theme settings -``` - +```toml [params] slogan = "Blog of Julian-Samuel Gebühr" description = "Blog of Julian-Samuel Gebühr" # meta description diff --git a/static/uploads/oxitraffic_screenshot.jpeg b/static/uploads/oxitraffic_screenshot.jpeg new file mode 100644 index 0000000..1db62c8 Binary files /dev/null and b/static/uploads/oxitraffic_screenshot.jpeg differ