This commit is contained in:
Amolith 2019-01-11 09:14:33 -05:00
parent 1b04fedad2
commit a5937e5f86
Signed by: Amolith
GPG Key ID: 51FD40936DB0065B
6 changed files with 113 additions and 122 deletions

View File

@ -1,89 +0,0 @@
---
layout: post
title: Formatting Tests
date: 2018-08-11 23:23:16
---
# Hello, world!
* Test bullet one
* Test bullet two
* Test sub-bullet one
* Test bullet three
* Test sub-bullet two
* Test sub-bullet three
1. Numbered bullet test one
* Sub-bullet test one
2. Numbered bullet test two
* Sub-bullet test two
2. Numbered bullet test three
* Sub-bullet test three
## Level 2 Header (where formatting tests happen)
~~testing strikethrough~~
*italics*
**bold**
***bold and italics***
~~***bold, italics, and strikethrough***~~
### Level three header test
```
#!/bin/bash
# Pick a random wallpaper (ignoring anything starting with .) and set the path equal to ${wp}
WP=$(find ~/Pictures/Wallpapers -not -path '*/\.*' -type f | shuf | head -n1 )
# Generate a GTK theme/colour scheme
# Apply the colour scheme to terminals
# Set rxvt's transparency to 75%
wal -gi "$WP" -a 75
# Scale the wallpaper (fixes multi-monitor setups)
feh --bg-scale "$WP"
# Check if the wallpaper is in Favourites
echo $WP | grep "^~/Pictures/Wallpapers/Favourites" &> /dev/null && TEXT="This wallpaper is in Favourites" || TEXT="This wallpaper is not in Favourites"
# Send notification with variable defined above
notify-send "Wallpaper Changed to $WP" "$TEXT"
# Apply colours to Steam
wal_steam
# Open a zenity window and give a GUI for deciding what to do with the wallpaper
VAR=$(zenity --list --text="Decide the fate of this wallpaper" --radiolist --hide-header --column "Select" --column "Option" FALSE "Delete it" FALSE "Add to favourites" TRUE "Do nothing")
if [ "$VAR" = "Add to favourites" ]
then
cp $WP ~/Pictures/Wallpapers/Favourites
notify-send "Wallpaper has been added to your favourites!"
elif [ "$VAR" = "Delete it" ]
then
notify-send "Wallpaper has been deleted"
rm -rf $WP
else
exit
fi
```
This script can be found in my repository on [GitLab](https://gitlab.com/Amolith/dotfiles)
#### Level four header test (in which we check quoting)
> It's a dangerous business, Frodo, going out your door. You step onto the Road, and if you don't keep your feet, there's no knowing where you might be swept off to.
> You need to actively disown your code to make it completely free. Its not in the public domain just because you released it in the public. Even worse, when using no license, the copyright might behave different depending where you and someone allegedly breaking it lives. It differs from country to country.
\- p410n3, *[UNLICENSE - cuz I can't be bothered](https://blog.palone.top/detail/news/unlicense-cuz-i-cant-be-bothered/)*
#### Some definitions
Pellentesque habitant morbi tristique senectus
: Curabitur malesuada lacus ac gravida porttitor
: Duis sodales feugiat lorem et mollis.
Pellentesque habitant morbi tristique senectus
: Curabitur malesuada lacus ac gravida porttitor
: Duis sodales feugiat lorem et mollis.

View File

@ -64,18 +64,6 @@ a {
text-decoration: underline;
}
.contact {
font-weight: normal;
font-size: 40px;
line-height: 52px;
text-decoration: none;
text-align: center;
}
.contact:hover {
color: #BEBEBE;
}
p {
font-size: 20px;
line-height: 32px;
@ -151,6 +139,27 @@ div.card p {
background-color: #4f4f4fff;
color: #FFFFFF;
}
.contact-card {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
background: #4f4f4fff;
margin: 5px;
transition: 0.3s;
border-radius: 5px;
width: 20%;
text-align: center;
}
div.contact-card h1 {
font-size: 50px;
text-align: center;
line-height: 0px;
}
div.contact-card h2 {
font-size: 17px;
line-height: 27px;
}
.contact-card:hover {
box-shadow: 0 12px 20px 0 rgba(0,0,0,0.5);
}
blockquote {
letter-spacing: 1px;
margin:0px;
@ -246,7 +255,7 @@ strong {
/* =Titles */
.page-title {
margin-top:100px;
margin-bottom:125px;
margin-bottom:75px;
text-align: center;
font-family: 'Inconsolata';
}
@ -285,18 +294,24 @@ strong {
}
.post-teaser {
margin-bottom: 45px;
font-weight: 700;
font-family: 'Inconsolata';
}
.post-teaser p {
margin-bottom: 55px;
font-weight: 200;
font-family: 'Open Sans';
font-size: 15px;
font-style: none;
}
.post-teaser__title {
font-size: 22px;
font-size: 25px;
color: $iron;
}
.post-teaser__date {
font-size: 16px;
font-size: 17px;
float: right;
vertical-align: middle;
color: $cloudy;
@ -379,7 +394,11 @@ strong {
#disqus_thread {
margin-top: 100px;
}
@media (max-width: 1000px) {
.contact-card {
width: 28%;
}
}
@media (max-width: 800px) {
/* =Base */
p {
@ -440,14 +459,23 @@ strong {
.card {
width: 40%;
}
.contact-card {
width: 30%;
}
}
@media (max-width: 620px) {
.card {
width: 80%;
}
.contact-card {
width: 45%;
}
}
@media (max-width: 400px) {
.card {
width: 100%;
}
.contact-card {
width: 70%;
}
}

View File

@ -1,12 +1,18 @@
---
layout: page
title: About
description: A little bit about NixNet.xyz, its maintainer Amolith, and some fincancial information
permalink: /about/
---
<div class="content">
<center>
<p>At the moment, all the sites I host are running on <a href="https://netcup.eu" target="_blank">netcup GmbH</a>'s <a href="https://www.netcup.eu/vserver/vps.php" target="_blank">500 G8</a> VPS. I pay <b>$6.10/mo</b> in lump sums of <b>$36.60</b> every six months. The domain <a href="https://nixnet.xyz" target="_blank">nixnet.xyz</a> is registered with <a href="http://gandi.net" target="_blank">gandi.net</a> and it renews at <b>$13.63/yr</b>. I use Gandi because they have WHOIS privacy by default, every domain comes with two inboxes and unlimited aliases for both. One is <a href="mailto:amolith@nixnet.xyz">amolith@nixnet.xyz</a> and the other uses my real name rather than my pseudonym.</p>
<p>I accept donations only on <a href="https://liberapay.com/Amolith/" target="_blank">Liberapay</a> (so far) and how much I make from it is below. All of the money will go back to this site and the services I host, whether that means renewing the domain, upgrading the VPS, or some other cost. I won't keep any of it for myself.</p>
<a href="https://liberapay.com/Amolith" target="_blank"><img src="http://img.shields.io/liberapay/receives/Amolith.svg?style=popout-square&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAewgAAHsIBbtB1PgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAR0SURBVGiB7VlNTCpXGD2XqQQQJCkQ8KeAaNz4CupGE2N0pQtdGNkafE26et3AsvvWrSz6ljWmCxNj4qaauHKBxBBjUkMeUSMISFTUEIUIVCFzuzBax5knzDBP7EvPijnc+8058937XeaD4B7E5/O9p5R+oJS+I4So8IZBKf2bEPKJEPLb3NzcHwAoAUC8Xu88gPf1lScZ836//0fi8/l+oJTO11tNLaCUzigopR/qLaRWEEJ+UlBK39VbiAz4XvHWN3aVUCvqrUAufDVGvpEzGMMwMBqNMJvNMJlM0Ov1WFlZkfMWn4VsRlwuFzweDxSKf5N8cHAgV/iKkG1pdXV1cUwAQCwWkyt8RchmxOFw8Lj/nBGNRgOz2czhyuUyjo+P5QhfFWQx4nA4QAjhcMlkEuVyWY7wVUEWIx0dHTzuNZcVIGNGnuPo6EiO0FWj5vKrVCrR2trK4ViWRSKR4I3V6XSwWq0wGo3Q6XRQq9VgWRb5fB6pVAqHh4e4u7uTpKNmI3a7HQzDcLiTkxPc3t4+Xk9MTMDpdMJkMr0Yq1AoYH19HcFgEJRSUTpqXlqVyq5SqcTIyEhFE8B99ZuamoLb7Rato2YjQhv96f6w2Wy8jFXC4OAgenp6RM2pyQjDMLBarRyOUsoxIpSxbDaLaDSKcDiMdDotGHt0dFSUlpr2SFtbG5RKJYc7Pz9HPp9/vBYysry8jEgk8ng9PDyMyclJzpjm5mYYDAZkMpmqtNSUkUrnB8MwsNvtnO+fZwwANjc3kc1mebGeV8OXUJORSueHUMbOzs5QLBY5HMuySKVSvFiNjY1Va5FshBCC9vZ2Hv80I2JO/Kfl+gFizhTJRiwWCzQaDYfLZDKcJSLmxNdqtTzu5uamaj2SjVQ6Pz6XMSEjCoWCV/2A+8JRLSQbeb6JAa5IoYxdXl4il8vx5nV3d0OtVnO4dDqN6+vrqvVINiJUUU5PTx8/V7usGhoaMD4+zuN3d3dF6ZF8jjQ1NQmKekA1G12lUmFmZob3UlYsFhEIBETpkWzk+YsUALjdbmxsbGB/f18wI+VyGQaDATqdDp2dnRgaGhJ8IKurq7wSXQmSjWQyGd4eaGlpwfT0NBYXF6HX63lzPB5Pxbjb29vY2toSrUfyHtnZ2RHkS6USZ4mJQSAQwNLSkqS5kjMSDAbhcDjgcrk4fDKZFCylL+Hi4gJra2sIh8NS5Ug3wrIsFhYW4HQ60dvbC5vNBq1Wi1gshr6+Pt74q6srqNVqqFQqFAoF5HI5xONxRCIR7O3tgWVZySZqMvKAcDjMeZI6nQ5jY2OcMaVSCbOzs1+0qyJ7E1uo7Mbj8S/eGpLdSL06jq+SkWg0KvdteJDViEqlgsVi4XCv1TqV1YjD4eB15BOJxKu0TonX6xXXQHqj+Gr+evvfyFuDAoC438tvE0UFgE/1ViEDwgpCyMd6q5ABH5lQKBQeGBj4DkBvvdVIASHkd7/f/ysDAKFQ6M/+/v4jQkgrgG8BSHszej0UAfwF4Ge/3/8LAPwDVmyGQ2swjHwAAAAASUVORK5CYII=&colorB=707070"><?a>
<h1>NixNet</h1>
<p><b>NixNet.xyz</b> is a network of websites and services hosted by the pseudonymous <b>Amolith</b> (me). The main reason I'm hosting these sites is because I like to be in control of my own data where feasible. The easiest way to accomplish this is to host the services I use. I make them public and and maintain them simply because I want to. The Linux and FLOSS community has completely changed my life and I feel like this is a small way I can do my part and give back.</p>
<hr/>
<h1>Finance</h1>
<p>At the moment, all the sites I host are running on <a href="https://netcup.eu" target="_blank">netcup GmbH</a>'s <a href="https://www.netcup.eu/vserver/vps.php" target="_blank">500 G8</a> VPS. I pay <b>$6.10/mo</b> in lump sums of <b>$36.60</b> every six months. The domain <a href="https://nixnet.xyz" target="_blank">nixnet.xyz</a> is registered with <a href="http://gandi.net" target="_blank">gandi.net</a> and it renews at <b>$13.63/yr</b>. I use Gandi because they have WHOIS privacy by default, every domain comes with two inboxes and unlimited aliases for both. One is <a href="mailto:amolith@nixnet.xyz">amolith@nixnet.xyz</a> and the other uses my real name rather than my pseudonym.</p>
<p>I only accept donations on <a href="https://liberapay.com/Amolith/" target="_blank">Liberapay</a> (so far) and how much I make from it is below. All of the money will go back to this site and the services I host, whether that means renewing the domain, upgrading the VPS, or some other cost. I won't keep any of it for myself.</p>
<a href="https://liberapay.com/Amolith/donate" target="_blank"><img src="http://img.shields.io/liberapay/receives/Amolith.svg?style=popout-square&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAewgAAHsIBbtB1PgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAR0SURBVGiB7VlNTCpXGD2XqQQQJCkQ8KeAaNz4CupGE2N0pQtdGNkafE26et3AsvvWrSz6ljWmCxNj4qaauHKBxBBjUkMeUSMISFTUEIUIVCFzuzBax5knzDBP7EvPijnc+8058937XeaD4B7E5/O9p5R+oJS+I4So8IZBKf2bEPKJEPLb3NzcHwAoAUC8Xu88gPf1lScZ836//0fi8/l+oJTO11tNLaCUzigopR/qLaRWEEJ+UlBK39VbiAz4XvHWN3aVUCvqrUAufDVGvpEzGMMwMBqNMJvNMJlM0Ov1WFlZkfMWn4VsRlwuFzweDxSKf5N8cHAgV/iKkG1pdXV1cUwAQCwWkyt8RchmxOFw8Lj/nBGNRgOz2czhyuUyjo+P5QhfFWQx4nA4QAjhcMlkEuVyWY7wVUEWIx0dHTzuNZcVIGNGnuPo6EiO0FWj5vKrVCrR2trK4ViWRSKR4I3V6XSwWq0wGo3Q6XRQq9VgWRb5fB6pVAqHh4e4u7uTpKNmI3a7HQzDcLiTkxPc3t4+Xk9MTMDpdMJkMr0Yq1AoYH19HcFgEJRSUTpqXlqVyq5SqcTIyEhFE8B99ZuamoLb7Rato2YjQhv96f6w2Wy8jFXC4OAgenp6RM2pyQjDMLBarRyOUsoxIpSxbDaLaDSKcDiMdDotGHt0dFSUlpr2SFtbG5RKJYc7Pz9HPp9/vBYysry8jEgk8ng9PDyMyclJzpjm5mYYDAZkMpmqtNSUkUrnB8MwsNvtnO+fZwwANjc3kc1mebGeV8OXUJORSueHUMbOzs5QLBY5HMuySKVSvFiNjY1Va5FshBCC9vZ2Hv80I2JO/Kfl+gFizhTJRiwWCzQaDYfLZDKcJSLmxNdqtTzu5uamaj2SjVQ6Pz6XMSEjCoWCV/2A+8JRLSQbeb6JAa5IoYxdXl4il8vx5nV3d0OtVnO4dDqN6+vrqvVINiJUUU5PTx8/V7usGhoaMD4+zuN3d3dF6ZF8jjQ1NQmKekA1G12lUmFmZob3UlYsFhEIBETpkWzk+YsUALjdbmxsbGB/f18wI+VyGQaDATqdDp2dnRgaGhJ8IKurq7wSXQmSjWQyGd4eaGlpwfT0NBYXF6HX63lzPB5Pxbjb29vY2toSrUfyHtnZ2RHkS6USZ4mJQSAQwNLSkqS5kjMSDAbhcDjgcrk4fDKZFCylL+Hi4gJra2sIh8NS5Ug3wrIsFhYW4HQ60dvbC5vNBq1Wi1gshr6+Pt74q6srqNVqqFQqFAoF5HI5xONxRCIR7O3tgWVZySZqMvKAcDjMeZI6nQ5jY2OcMaVSCbOzs1+0qyJ7E1uo7Mbj8S/eGpLdSL06jq+SkWg0KvdteJDViEqlgsVi4XCv1TqV1YjD4eB15BOJxKu0TonX6xXXQHqj+Gr+evvfyFuDAoC438tvE0UFgE/1ViEDwgpCyMd6q5ABH5lQKBQeGBj4DkBvvdVIASHkd7/f/ysDAKFQ6M/+/v4jQkgrgG8BSHszej0UAfwF4Ge/3/8LAPwDVmyGQ2swjHwAAAAASUVORK5CYII=&colorB=707070"><?a>
</h1>
</center>
</div>

View File

@ -13,6 +13,7 @@ sitemap:
<a href="{{ post.url | prepend: site.baseurl }}">
<span class="post-teaser__title">{{ post.title }}</span>
<span class="post-teaser__date">{{ post.date | date: "%d %B %Y" }}</span>
<p>{{ post.description }}</p>
</a>
</li>
{% endfor %}

View File

@ -2,26 +2,66 @@
layout: page
title: Contact
subtitle: Where to find me
description: Various ways to contact me
permalink: /contact/
---
<p class="center">
These are some of my more public accounts; feel free to contact me at any of them!
</p>
<div class="contact">
<a title="Gitea" href="https://git.nixnet.xyz/explore/repos" target="_blank"><i class="fa fa-gitea"></i></a>
<a title="GitLab" href="https://gitlab.com/amolith/" target="_blank"><i class="fa fa-gitlab"></i></a>
<a title="Telegram" href="https://t.me/amolith/" target="_blank"><i class="fa fa-telegram"></i></a>
<a title="Mastodon" ref="me" href="https://fosstodon.org/@amolith" target="_blank"><i class="fa fa-mastodon"></i></a>
<a title="GNU/Social" href="https://quitter.im/amolith" target="_blank"><i class="fa fa-gnu-social"></i></a>
<a title="Rocket.Chat" ref="me" href="http://chat.nixnet.xyz" target="_blank"><i class="fa fa-rocket"></i></a>
<a title="Email" href="mailto:{{ site.author.email }}" target="_blank"><i class="fa fa-envelope"></i></a>
<div class="flex-wrapper">
<div class="flex-cards">
<div class="contact-card">
<a title="Rocket.Chat" ref="me" href="http://chat.nixnet.xyz" target="_blank">
<h1><i class="fa fa-rocket"></i></h1>
<p>Rocket.Chat</p>
</a>
</div>
<div class="contact-card">
<a title="Telegram" href="https://t.me/amolith/" target="_blank">
<h1><i class="fa fa-telegram"></i></h1>
<p>Telegram</p>
</a>
</div>
<div class="contact-card">
<a title="Mastodon" ref="me" href="https://fosstodon.org/@amolith" target="_blank">
<h1><i class="fa fa-mastodon"></i></h1>
<p>Mastodon</p>
</a>
</div>
<div class="contact-card">
<a title="GNU/Social" href="https://quitter.im/amolith" target="_blank">
<h1><i class="fa fa-gnu-social"></i></h1>
<p>GNU/Social</p>
</a>
</div>
<div class="contact-card">
<a title="Email" href="mailto:{{ site.author.email }}" target="_blank">
<h1><i class="fa fa-envelope"></i></h1>
<p>Email</p>
</a>
</div>
<div class="contact-card">
<a title="Gitea" href="https://git.nixnet.xyz/explore/repos" target="_blank">
<h1><i class="fa fa-gitea"></i></h1>
<p>Gitea</a></p>
</a>
</div>
<div class="contact-card">
<a title="GitLab" href="https://gitlab.com/amolith/" target="_blank">
<h1><i class="fa fa-gitlab"></i></h1>
<p>GitLab</p>
</a>
</div>
</div>
</div>
<hr />
</br>
</br>
<hr/>
<p class="center">
I also have <a href="https://briarproject.org/" target="_blank">Briar</a>, <a href="https://keybase.io/amolith" target="_blank">Keybase</a>, <a href="https://signal.org/" target="_blank">Signal</a>, and I'm on <a href="https://wire.com/en/" target="_blank">Wire</a> as <code>@amolith</code>. I can be found on the IRC server Freenode with the nick <code>amolith</code> and Jabber/XMPP at <code>amolith@member.fsf.org</code>.
I also have <a href="https://briarproject.org/" target="_blank">Briar</a> and <a href="https://signal.org/" target="_blank">Signal</a> if we meet IRL, <a href="https://keybase.io/amolith" target="_blank">Keybase</a>, and I'm on <a href="https://wire.com/en/" target="_blank">Wire</a> as <code>@amolith</code>. I can be found on the IRC server Freenode with the nick <code>amolith</code> and Jabber/XMPP at <code>amolith@nixnet.xyz</code>.
</p>
<p class="center">
Despite the many ways to contact me, email is and always will be my most preferrered method (as well as the most reliable).
</p>
<p class="center">If you email me, please be sure to encrypt it with my <a title="Plaintext GPG key" href="https://nixnet.xyz/amolith.txt" type="text/plain" target="_blank">GPG key</a>
<p class="center">If you email me, please be sure to encrypt it with my <a title="Plaintext GPG key" href="https://nixnet.xyz/amolith.txt" type="text/plain" target="_blank">GPG key</a>.
</p>

View File

@ -35,9 +35,14 @@ priority: 0.9
</div>
<div class="card">
<h1><b>PrivateBin</b></h1>
<p>PrivateBin is a minimalist and open source pastebin that has zero knowledge of pasted data. Everything is encrypted and decrypted in-browser using 256bit AES in Galois Counter mode.</p>
<p>PrivateBin is a minimalist and open source pastebin that has zero knowledge of pasted data. Everything is encrypted and decrypted in-browser using 256bit AES in Galois Counter mode. It has many privacy-respecting features.</p>
<a href="https://bin.nixnet.xyz/"><button class="button">Paste!</button></a>
</div>
<div class="card">
<h1><b>RSS-Bridge</b></h1>
<p>RSS-Bridge is an application that generates feeds for sites that do not normally supports it. There are 179 bridges videos from YouTube playlists, channels, and searches, new Bandcamp releases by tag, and many others!</p>
<a href="https://rss.nixnet.xyz"><button class="button">Subscribe!</button></a>
</div>
<div class="card">
<h1><b>Jabber/XMPP</b></h1>
<p>Jabber/XMPP is a set of open technologies for instant messaging, multi-party chat, voice and video calls, and collaboration.XMPP stands for the Extensible Messaging and Presence Protocol.</p>