taibhse/website
1
0
Fork
You've already forked website
0
My personal website, powered by Hugo. https://taibhse.neocities.org/
  • CSS 51.2%
  • HTML 36.3%
  • JavaScript 11.6%
  • Shell 0.9%
2026年07月05日 22:42:42 +01:00
archetypes Initial commit 2025年03月21日 17:04:02 +00:00
content docs: update game log, homepage and links 2026年07月05日 22:42:42 +01:00
layouts docs(gamelog): beat Naruto Storm 4 2026年05月17日 23:34:03 +01:00
static docs: update game log, homepage and links 2026年07月05日 22:42:42 +01:00
.gitignore Initial commit 2025年03月21日 17:04:02 +00:00
build.sh feat(blog): add Baby Invasion review 2025年03月30日 21:57:32 +01:00
hugo.yaml docs(gamelog): beat Call of Prypiat 2026年05月04日 00:22:37 +01:00
LICENCE Initial commit 2025年03月21日 17:04:02 +00:00
README.md feat: add JS for copying code blocks 2025年11月08日 13:16:25 +00:00

🌐 website

This repo contains the source code for my website, built with a custom Hugo theme and hosted on Neocities.

🎨 design

The design of my website was inspired by Mike Grindle's website and the Hugo Bear theme, among others.

Some key features and design principles:

  • No ads, trackers, cookies, pop-ups, third-party requests, etc.
  • Minimal, useful, optional JavaScript on pages that benefit from it
    • Currently, the only JS is for copying code blocks on pages that have them
    • Most pages have no JS at all, and none outright require it
  • Designed to work with almost any browser, even Lynx
  • Loads quickly, even on slow connections and old hardware
  • Responsive, mobile-friendly layout
  • Dark and light mode, even without CSS
  • Valid, full-content Atom feeds
  • Installable as a Progressive Web App (PWA)
  • 100% Lighthouse scores on most pages
  • All images have alt text
  • All HTML is valid XHTML (although it isn't served as such)
  • All content is written by me, not by AI

⚖️ licence

The source code is licensed under the MPL v2.0.

All original content, however, is licensed under CC BY-NC-SA 4.0, unless stated otherwise.