< Home

About

License

All content on this site, unless otherwise stated, is released under the following licenses:

Technical details

Content

Static HTML is built with cobalt.rs and served with nginx.

Style

Water.css is fetched from jsDelivr.

Dark mode color scheme is adapted from Breeze Dark:

    @media(prefers-color-scheme: dark){:root {
      --background-alt: #4d4d4d;
      --background: #31363b;
      --background-body: #232629;
      --selection: #1d99f3;
      --links: #2980b9;
      --text-main: #eff0f1;
      --text-bright: #eff0f1;
      --text-muited: #bdc3c7;
      --code: #f67400;
      --focus: #3daee9;
      --border: #bdc3c7;
      --button-hover: #3daee9;
    }
  }

Logging

Server access is logged and will be examined if there is abnormal traffic. This may include records of IP address, client type, and other user configurations (what the browser sends in its request). See examples here.

Tracking

Users are not tracked with cookies or third-party analytics services.