Hello whiny.lol

This commit is contained in:
2026-03-09 18:41:02 +00:00
commit b880a1acc2
181 changed files with 3017 additions and 0 deletions

48
content/website-info.md Normal file
View File

@@ -0,0 +1,48 @@
---
title: Website info
description: Technical information about this website
---
This website serves as my personal blog, portfolio & review site, as well as being a way for me to practice and improve my HTML, CSS and JavaScript.
It was created in October 2024 and succeeded my now defunct WordPress blog.
---
## Technical info
The site is built with [Hugo](https://gohugo.io/), a free and open-source static site generator written in Go.
I'm using the following fonts:
- [IBM Plex Sans (Variable)](https://fonts.google.com/specimen/IBM+Plex+Sans) for headings
- [Inter (Variable)](https://fonts.google.com/specimen/Inter) for body text
- [IBM Plex Mono](https://fonts.google.com/specimen/IBM+Plex+Mono) for code
- Icons from [Lucide](https://lucide.dev/) were used for the share section.
- Social media and app icons from [Simple Icons](https://simpleicons.org) were used in the share section.
---
## Analytics
**I host my own instance of [GoatCounter](https://goatcounter.com) to see how people find my website, how many people have visited and what they are viewing.** [Analytics are publicly available here](https://analytics.whiny.lol).
{{< goatcounter >}}
Check out [GoatCounter's Privacy policy](https://www.goatcounter.com/help/privacy) page to see what is collected.
---
## Large language & generative models
**No content or media on this website has been created with or altered by any large language or generative "AI" model.**
No lines of HTML or CSS on this website have been generated by an LLM. I am self-taught and refer to [MDN Web Docs](https://developer.mozilla.org) if I am ever stuck.
In May 2025, I used [Claude](https://claude.ai) from Anthropic for the first version of the mobile navigation menu JavaScript as I needed a quick and dirty solution. This code has since been built upon without the use of an LLM.
---
## Feedback
If you have any feedback on the user interface and experience of this website, or would like to report any accessibility issues, you can email [`feedback@whiny.lol`](mailto:feedback@whiny.lol).