mastodon.ar.al is one of the many independent Mastodon servers you can use to participate in the fediverse.
This is my personal fediverse server.

Administered by:

Server stats:

1
active users

Got a DM about the terminal in my Site.js Windows 10 toot. Sharing my response here in case it helps anyone else:

It’s PowerShell running under Windows Terminal (github.com/Microsoft/Terminal) with the "One Half Dark" color scheme and a black background.

To set it, press Ctrl+, to open profiles.json in Notepad, then, under the Powershell section, add:

"profiles":
[
{
// Make changes here to the powershell.exe prrofile

"background": "#000"
"colorScheme": "One Half Dark"
},

github.commicrosoft/terminalThe new Windows Terminal, and the original Windows console host -- all in the same place! - microsoft/terminal

@aral Gotta say, this is pretty awesome (not the terminal but the server running in Windows). I'll admit, I had an issue getting it to run last week but... that's probably my computer. Still awesome stuff. Looking at it as a replacement for Nginx on a few sites.

Aral Balkan

@chris Neat! Please let me know if you encounter any issues :)