~alterae

Colophon

This page describes how this site was made. For more details, source code for this site and associated tools is available on sourcehut.

If you have any questions about or problems with this site, please don't hesitate to contact me.

Software

This site is generated using a bespoke build system combining several tools. Templating is done via PHP, and the entire build process is coördinated using GNU Make.

Other tools used include Google's libwebp for image processing, entr to facilitate the development server, minify for CSS minification, and my own htmlight for syntax highlighting.

Currently, the site is hosted on the wonderful pgs.sh, which is built and maintained by pico.sh

Typography

The typography on this site is based on Modern Font Stacks, and as such this site does not depend on any fonts not already present on visitors’ computers.

Heading and body text uses the Transitional font stack, and block and inline code uses the Monospace Code stack.

Colors

The site's color scheme is very directly based on the ever-classic Solarized color scheme by Ethan Schoonover. This site seamlessly supports both light and dark variants via the prefers-color-scheme CSS media query.

The syntax highlighting stylesheet is based off the one generated by the excellent syntect syntax highlighting library.

Linking to this site

If you would like to link to this site, you are encouraged to do so using my web button. If you do so, I recommend hosting a copy of the image directly on your own website, to prevent link rot. Additionally, while it is absolutely not required, I would appreciate you contact me and let me know, so I can link back to you!

My 88x31 web button, and example code to include it on a website.
88x31 button reading '~alterae' with stars as decoration.
<a href="https://alterae.online/index.html" style="text-decoration: none">
    <img src="/res/88x31.webp" 
        alt="88x31 button reading '~alterae' with stars as decoration."
        style="image-rendering: pixelated;"
        width="88" 
        height="31">
</a>

Licenses

Content on this site is licensed under Creative Commons Attribution-ShareAlike 4.0 International. The code powering this site is made available under the MIT License.

Copyright for many of the 88x31 buttons on the front page belongs to their respective creators/owners. Follow the links on each button for more information.

My own 88x31 button (above) is licensed CC-BY-SA, like the rest of this site's content.