i have a headache

This commit is contained in:
Amolith 2018-12-15 00:52:02 -05:00
parent ecb76b2387
commit c5c61ec83f
Signed by: Amolith
GPG Key ID: 51FD40936DB0065B
23 changed files with 120 additions and 119 deletions

View File

@ -6,7 +6,7 @@ sitemap:
--- ---
<h2 class="go-home"> <h2 class="go-home">
I suggest you <a href="/">go home</a>. I suggest you go <u><a href="/">home</a></u>.
It's 404 and getting dark . . . It's 404 and getting dark . . .
</h2> </h2>

View File

@ -1,17 +1,17 @@
# Site settings # Site settings
title: NixNet title: NixNet
description: > description: >
Write an awesome description for your new site here. You can edit this Ramblings from a random GNU/Linux user, sysadmin, and professional multi-instrumentalist
line in _config.yml. It will appear in your document head meta (for baseurl: "" # the subpath of your site, e.g. /blog/
Google search results) and in your feed.xml site description.
baseurl: "/blog" # the subpath of your site, e.g. /blog/
url: "https://nixnet.xyz" # the base hostname & protocol for your site url: "https://nixnet.xyz" # the base hostname & protocol for your site
author: author:
fullname: Amolith fullname: Amolith
mastodon: amolith mastodon: amolith
gitlab: Amolith gitlab: Amolith
gitea: Amolith
telegram: amolith
email: amolith@nixnet.xyz
# Syntax highlighting # Syntax highlighting
highlightstyle: '' highlightstyle: ''

View File

@ -1,8 +1,4 @@
- slug: design - slug: minimalism
name: Design name: Minimalism
- slug: arch-spin
- slug: tools name: Arch spin
name: Tools
- slug: productivity
name: Productivity

View File

@ -6,5 +6,5 @@
<h1 class="page-title"> <h1 class="page-title">
<div class="page-title__text">{{ category_name }}</div> <div class="page-title__text">{{ category_name }}</div>
<div class="page-title__subtitle">Articles on the category <strong>{{ category_name }}</strong></div> <div class="page-title__subtitle">Articles in the category <strong>{{ category_name }}</strong></div>
</h1> </h1>

View File

@ -10,11 +10,34 @@
</div> </div>
<ul class="social-links"> <ul class="social-links">
<a href="https://gitlab.com/{{ site.author.gitlab }}" class="social-links__entry" target="_blank"> {% if site.author.mastodon %}
<i class="fa fa-gitlab"></i> <a href="https://fosstodon.org/@{{ site.author.gitlab }}" class="social-links__entry" target="_blank">
</a> <i class="fa fa-mastodon"></i>
<a href="https://fosstodon.org/@{{ site.author.mastodon }}" class="social-links__entry" target="_blank"> </a>
<i class="fa fa-mastodon"></i> {% endif %}
</a>
{% if site.author.gitea %}
<a href="https://git.nixnet.xyz/@{{ site.author.mastodon }}" class="social-links__entry" target="_blank">
<i class="fa fa-gitea"></i>
</a>
{% endif %}
{% if site.author.gitlab %}
<a href="https://gitlab.com/{{ site.author.gitlab }}" class="social-links__entry" target="_blank">
<i class="fa fa-gitlab"></i>
</a>
{% endif %}
{% if site.author.telegram %}
<a href="https://t.me/{{ site.author.mastodon }}" class="social-links__entry" target="_blank">
<i class="fa fa-telegram"></i>
</a>
{% endif %}
{% if site.author.email %}
<a href="mailto:{{ site.author.mastodon }}" class="social-links__entry" target="_blank">
<i class="fa fa-envelope"></i>
</a>
{% endif %}
</ul> </ul>
</header> </header>

View File

@ -1,5 +1,18 @@
{% for post in site.posts %}
{% if post.categories contains page.category %}
{% for category in site.data.categories %}
{% if category.slug == post.category %}
{% assign category_name = category.name %}
{% endif %}
{% endfor %}
{% endif %}
{% endfor %}
<div class="about"> <div class="about">
<div class="about__devider">*****</div> <div class="about__devider">*****</div>
<div class="about__text">
<a href="{{ post.category | prepend: site.url }}"> Other posts in {{ category_name }}</a>
</div>
<div class="about__text"> <div class="about__text">
Written by the pseudonymous<strong> {% if page.author.fullname %} {{ page.author.fullname }} {% else %} {{ site.author.fullname }} {% endif %}</strong> Written by the pseudonymous<strong> {% if page.author.fullname %} {{ page.author.fullname }} {% else %} {{ site.author.fullname }} {% endif %}</strong>
on <strong>{{ page.date | date: "%d %B %Y" }}</strong> on <strong>{{ page.date | date: "%d %B %Y" }}</strong>

View File

@ -20,9 +20,9 @@ layout: default
{% if empty_category %} {% if empty_category %}
<li class="empty-post-list"> <li class="empty-post-list">
It seems that there are no articles on that category, It seems that there are no articles on that category,
please go back <a href="/">home</a> to see the full list of articles. please go <a href="/">home</a> to see the full list of articles.
</li> </li>
{% endif %} {% endif %}
</ul> </ul>
{% include page/explore.html %} {% include page/explore.html %}

View File

@ -9,4 +9,4 @@ layout: default
{% include post/about.html %} {% include post/about.html %}
{% include externals/disqus.html %} {% include externals/disqus.html %}

View File

@ -1,62 +0,0 @@
---
layout: post
title: "Sample post from Daktilo"
subtitle: "What you can do with it!"
date: 2014-08-19 23:56:45
categories: [tool]
---
Just a sample post to show some of the *typography* elements supported from
**daktilo** theme.
___
A blockquote:
> We are Hitchhikers in the road of open source knowledge.
## Header 2
Duis lacinia commodo dui, vel aliquam metus hendrerit eu. Integer et scelerisque dui. Sed nec molestie quam. Donec sit amet nisl a massa commodo ultrices nec quis nunc. Aenean aliquet eu arcu adipiscing dignissim. Nunc dictum elit vitae dolor molestie aliquet.
Example code:
{% highlight javascript %}
var light = new Light();
var switchUp = new FlipUpCommand(light);
var switchDown = new FlipDownCommand(light);
var s = new Switch();
s.storeAndExecute(switchUp);
s.storeAndExecute(switchDown);
{% endhighlight %}
A list:
- Praesent nisi elit, bibendum ut consectetur ac, aliquet in nunc
- Donec ante est, volutpat in mi et, pulvinar congue dolor.
- Quisque ultrices pulvinar sollicitudin.
- Duis elementum odio eu euismod suscipit.
- Integer enim lorem, interdum sit amet consectetur non, bibendum eget neque.
A numbered list:
1. Praesent nisi elit, bibendum ut consectetur ac, aliquet in nunc.
2. Donec ante est, volutpat in mi et, pulvinar congue dolor.
3. Quisque ultrices pulvinar sollicitudin.
4. Duis elementum odio eu euismod suscipit.
5. Integer enim lorem, interdum sit amet consectetur non, bibendum eget neque.
Definition list:
Curabitur cursus magna eu sem cursus
: ac ultrices urna pharetra.
: Duis scelerisque ipsum eu luctus elementum.
Pellentesque habitant morbi tristique senectus
: Curabitur malesuada lacus ac gravida porttitor
: Duis sodales feugiat lorem et mollis.
Want to suggest something? Please [Send me a request](https://github.com/kronik3r/daktilo/issues/new).

View File

@ -1,7 +1,7 @@
--- ---
layout: post layout: post
title: Formatting Tests title: Formatting Tests
date: 2018-08-12 23:23:16 date: 2018-08-11 23:23:16
--- ---
# Hello, world! # Hello, world!
@ -77,3 +77,13 @@ This script can be found in my repository on [GitLab](https://gitlab.com/Amolith
> 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. > 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/)* \- 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

@ -1,6 +1,7 @@
--- ---
layout: post layout: post
title: Losslessy recording your desktop (and secondary monitor) title: Lossless screen recording
categories: minimalism
date: 2018-08-12 17:15:20 date: 2018-08-12 17:15:20
--- ---
# NEVER USE OBS AGAIN # NEVER USE OBS AGAIN

View File

@ -1,9 +1,9 @@
--- ---
layout: post layout: post
title: "A perfect bootable? HA!" title: Arch spin pt. 1 - The perfect bootable
subtitle: "There's no such thing . . . yet" subtitle: "There's no such thing . . . yet"
categories: arch-spin
date: 2018-8-15 10:38 date: 2018-8-15 10:38
categories: [design, tool]
--- ---
# Thus begins the journey # Thus begins the journey
Today I had an orthodontist appointment and a voice lesson. The appointment was at 15:00 and the voice lesson at 16:00. I got to the orthodontist's office 10 minutes early, was told to right to the back (like always), I sat down in the seat, and the orthodontist came over after a few minutes with another patient. He looked at my teeth, had me put my retainers in, checked how they fit, then said I don't ever need to come back (unless I do need to). That all took about 7 or 8 minutes. My voice lesson was ~5 minutes away so I had an hour to kill. I drove to the college (where the lesson was), went into the computer lab, and booted my [multibootable](http://multibootusb.org/) bootable. Today I had an orthodontist appointment and a voice lesson. The appointment was at 15:00 and the voice lesson at 16:00. I got to the orthodontist's office 10 minutes early, was told to right to the back (like always), I sat down in the seat, and the orthodontist came over after a few minutes with another patient. He looked at my teeth, had me put my retainers in, checked how they fit, then said I don't ever need to come back (unless I do need to). That all took about 7 or 8 minutes. My voice lesson was ~5 minutes away so I had an hour to kill. I drove to the college (where the lesson was), went into the computer lab, and booted my [multibootable](http://multibootusb.org/) bootable.

View File

@ -1,6 +1,7 @@
--- ---
layout: post layout: post
title: Initial setup title: Arch spin pt. 2 - Initial setup
categories: arch-spin
date: 2018-08-17 14:11:07 date: 2018-08-17 14:11:07
--- ---
# First steps to rolling your own spin # First steps to rolling your own spin

View File

@ -1,6 +1,7 @@
--- ---
layout: post layout: post
title: packages.x86_64 title: Arch spin pt. 3 - packages.x86_64
categories: arch-spin
date: 2018-08-18 16:52:42 date: 2018-08-18 16:52:42
--- ---
# Package configuration # Package configuration

View File

@ -1,8 +0,0 @@
---
layout: post
title: Get a three-day weather forecast in your terminal!
date: 2018-08-20 23:36:38
tags:
---
# Just a little alias . . .
I don't remember where I found it but I have a short alias in my `~/.zshrc` that gives me a three-day weather forecast in the terminal. All it is is `clear && curl wttr.in/~<City>` (replace `<city>` with the city you live in). You can make it prettier by adding `|lolcat` to the end as well. Here's what the output looks like:

View File

@ -0,0 +1,24 @@
---
layout: page
title: "Forecasting with a command"
categories: minimalism
cover: /assets/weather.png
description: "Using a single command to get the week's weather forecast"
date: 2018-12-14 21:41
---
We all love the CLI *(and if we don't, we should)* so wouldn't it be great if there was a tool to see your weather forecast with a single command? Ceda Ei at <a href="https://webionite.com" target="_blank">webionite.com</a> has written a tool that uses the Dark Sky API to give you the forecast for a day or week, at your location, and in Celsius or Fahrenheit.
## Celsius
+ Weather for one week - `$ curl sky.webionite.com/location`
+ Weather for today - `$ curl sky.webionite.com/location/t`
## Fahrenheit
+ Weather for one week - `$ curl sky.webionite.com/f/location`
+ Weather for today - `$ curl sky.webionite.com/f/location/t`
A great way to make this faster and simpler is to put an alias in your shell's `rc` file. For bash, you can do that with:
```
echo "alias weather='curl sky.webionite.com/f/location'" >> ~/.bashrc
```
If you ever forget how to use the tool, just run `curl sky.webionite.com` and you'll be given instructions.
![](/assets/weather.png)

View File

@ -4,7 +4,14 @@ title: About
subtitle: GNU/Linux lover and multi-instrmentalist subtitle: GNU/Linux lover and multi-instrmentalist
permalink: /about/ permalink: /about/
--- ---
## A bit about me
I am an 18 year old student who lives in the Southern US. This is my last year in high school and Im planning to graduate with my high school diploma, an Associates Degree in Arts, a second in Sciences, and a third in Fine Arts, Music.
## Experience with Linux, abbrv.
### Where it all started
I got started with GNU/Linux nearly two years ago and it was amazing. The only computer I had at the time was an Acer C710 Chromebook that I got at the beginning of 8th grade. I had this for three years before I grew tired of how limited it was. A friend told me about this thing called Linux and how I should look into seeing if I could get it on my Chromebook. He brought a USB stick to school that he said was “bootable”. I had no idea what this was but I trusted him. We turned off my Chromebook and turned it back on and he tried pressing a bunch of keys. This didnt do anything. He was really confused and told me Id have to do my own research on how to install Linux. I did and, eventually, I discovered a few tutorials I could follow. I combined a couple different ones, messed with the motherboard, enabled dev mode, flashed a new BIOS, and got vanilla Ubuntu installed.
### Distro hopping
I had a very bad experience with this because the Acer C710 has a 1.1 GHz dual-core processor, 2 GB of RAM, and 16 GB of storage (SSD). I didnt give up though and started distro hopping, looking for the most lightweight distro I could find. This eventually led me to GalliumOS, a distro built for Chromebooks. It ran well enough but I had heard of this thing called Arch that was supposed to be the ultimate. I knew I couldnt install vanilla Arch so I went with ArcoLinuxD (ArchMergeD, at the time) and it was a great experience. Thats whats still on my Chromebook.
### “Real” computer
Last March, a friends father got me a brand new laptop that actually works. I left Windows on it for three days then wiped it. I went with ArchLabs and loved it . . . until I tried to play some Steam games. Apparently there was a font issue with some of ArchLabs s fonts. No one was able to help so I just went for Arch. I installed Xubuntu (I like lightweight distros on powerful machines) on half the drive and worked on Arch for the other half. I tried and failed in two days the first time and succeeded in 15 minutes the next time. It took all the next day to get it set up. Im actually still on that same installation and haven't had anything break so far.
I am an 18 year old student from the US and a Linux sysadmin with some experience in bash, HTML, and CSS. I'm also a professional multi-instrumentalist. Browse my [Gitea server](https://git.nixnet.xyz/explore/repos) for a little code and music I've written, dotfiles I've modified, and graphics I've designed. I have mirrored my repos on Gitea to [GitLab](https://gitlab.com/amolith/) so you can view/interact with them on whichever platform you choose. You can also contact me through [Mastodon](https://fosstodon.org/@amolith), [Telegram](https://t.me/amolith/), or [email](mailto:contact@nixnet.xyz). If you want to contact me, check the <a href="{{ '/contact' | prepend: site.baseurl }}">Contact</a> page.
If you decide to send me an email, which I *much* prefer, please be sure to encrypt it with my [GPG key](https://nixnet.xyz/amolith.txt).

BIN
assets/weather.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

View File

@ -0,0 +1,5 @@
---
layout: category
category: arch-spin
permalink: /categories/arch-spin/
---

View File

@ -1,5 +0,0 @@
---
layout: category
category: design
permalink: /categories/design/
---

View File

@ -0,0 +1,5 @@
---
layout: category
category: minimalism
permalink: /categories/minimalism/
---

View File

@ -1,5 +0,0 @@
---
layout: category
category: productivity
permalink: /categories/productivity/
---

View File

@ -1,5 +0,0 @@
---
layout: category
category: tools
permalink: /categories/tools/
---