One minute
Hello World!
Finally got around to making a site with Hugo! Although, this is just a fork of an existing popular template called hello-friend-ng.
I’m planning to change the template over time, removing unnecessary content and adding new features when I need them.
One of these days I’ll take the time to learn git and upload this fork to my github, though there’s much work that needs to be done before it’s ready for that.
Here’s a demonstration of how this template formats markdown:
Italicized Text
Bolded Text
Italicized+Bolded Text
Strikethrough
Quoted Text
A Different, Longer Quote.
Even More Stuff!
Ordered List:
-
First Thing
-
Second Thing
-
Third Thing
i. A Thing
ii. B Thing
Unordered List:
- Apple
- Banana
- Carrot
- Dragonfruit
- Eggplant
Inline-Code:
sudo rm -rf --no-preserve-root /
Code Block:
#!/bin/bash
# A Cool Program
while true;
do
sudo /bin/sh -c 'echo 0 > /sys/class/leds/input3::capslock/brightness'
sleep 0.01
sudo /bin/sh -c 'echo 1 > /sys/class/leds/input3::capslock/brightness'
done
- term
- definition
Emoji Support: | Joy: 😂 | Anger: 💢 | Sob: 😭 |
Table:
header | header | header | header |
---|---|---|---|
default | left | right | center |
Task List:
- Install gentoo
- Experience the year of the Linux desktop
- Get NVIDIA to support Wayland
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Horizontal Rule:
example text