commit b23b4a26240d0411cb0da010dd5b422d34040ba7
parent 0d149a270cd3bccab63a7eb668323c126e1e4f29
Author: FIGBERT <figbert@figbert.com>
Date: Thu, 31 Dec 2020 18:25:17 -0800
Simplify homescreen (remove emojis and indieweb)
Diffstat:
2 files changed, 35 insertions(+), 24 deletions(-)
diff --git a/content/_index.md b/content/_index.md
@@ -4,50 +4,63 @@ title = "Home"
## Hello World
-<div class="h-card"><p class="p-note">I'm <a class="p-name u-url u-uid" href="https://figbert.com/" rel="me">FIGBERT</a>, an Israeli-American 🇮🇱🇺🇸
-high school student with a passion for Computer Science and Engineering. I spend my time coding side-projects 💻, doing schoolwork 🏫, and playing the occasional
-videogame 🎮. My current goal is to become a full-stack developer, proficient in everything from front-end design 🎨 to cybersecurity 🔒.</p>
+I'm FIGBERT, an Israeli-American high school student with a passion for Computer
+Science and Engineering. I spend my time coding side-projects, doing schoolwork,
+and playing the occasional videogame. My current goal is to become a full-stack
+developer, proficient in everything from front-end design to cybersecurity.
## My Work
To see some of the things I do, you can:
-* Read my writing [on this site][posts] or in the [Atom feed][atom] 📻.
-* Download [txtodo][txtodo-site] from [the App Store][txtodo-store] 🍎 and read the [writeup][txtodo-article].
-* Take a look at the [source code for this site][site-src] 🖥. It's all open source!
-* Check out my text adventure, [One Angry Wizard][txt-adventure] ⌨️.
+- Read my writing [on this site][posts] or in the [Atom feed][atom].
+- Download [txtodo][txtodo-site] from [the App Store][txtodo-store] and read
+the [writeup][txtodo-article].
+- Take a look at the [source code for this site][site-src]. It's all open
+source!
+- Check out my text adventure, [One Angry Wizard][txt-adventure].
-I'm constantly working on more stuff, so continue checking back for more project highlights.
+I'm constantly working on more stuff, so continue checking back for more project
+highlights.
## Contact
-You can contact me via email at: <a class="u-email" href="mailto:figbert@figbert.com" rel="me">figbert@figbert.com</a> ✉️. Feel free to encrypt emails to this
-address with [this PGP key][pgp] 🔑. You can also find me on my self-hosted {{ indielink(href="https://git.figbert.com/FIGBERT", text="Gitea") }} ☕️
-instance, {{ indielink(href="https://github.com/figbert", text="Github") }} 🐙, {{ indielink(href="https://twitter.com/therealfigbert", text="Twitter") }} 🐦, {{
-indielink(href="https://fosstodon.org/@figbert", text="Mastodon") }} 🐘, {{ indielink(href="https://www.reddit.com/user/therealFIGBERT", text="Reddit") }} 🤖,
-and {{ indielink(href="https://news.ycombinator.com/user?id=figbert", text="Hacker News") }} 📰. If for some reason you want to send me money 💵, feel free to send
-it to my [Bitcoin][bitcoin], [Monero][monero], or [ZCash][zcash] addresses.</div>
+You can contact me via email at: [figbert@figbert.com][email]. Feel free to
+encrypt emails to this address with [this PGP key][pgp]. You can also find me on
+my self-hosted [Gitea][gitea] instance, [Github][github], [Twitter][twitter],
+[Mastodon][mastodon], [Reddit][reddit], and [Hacker News][hn]. If for some
+reason you want to send me money, feel free to send it to my [Bitcoin][bitcoin],
+[Monero][monero], or [ZCash][zcash] addresses.
## Webrings
-Check out my friend's [awesome blog here][burning-silicon] for great tech content out of UC Davis.
+Check out my friend's [awesome blog here][burning-silicon] for great tech
+content out of UC Davis.
-This site is a proud member of [Hotline Webring][hotline-webring] ☎️! Check out [the previous][hw-prev] or [the next][hw-next] sites in the ring.
+This site is a proud member of [Hotline Webring][hotline-webring]! Check out
+[the previous][hw-prev] or [the next][hw-next] sites in the ring.
-This site is a proud member of the [geekring][geekring] 💾! Check out [the previous site][gr-prev], [the next site][gr-next], or a [random ring-member][gr-rand].
+This site is a proud member of the [geekring][geekring]! Check out [the previous
+site][gr-prev], [the next site][gr-next], or a [random ring-member][gr-rand].
-[pgp]: /publickey-pgp.asc
-[bitcoin]: /bitcoin.txt
-[monero]: /monero.txt
-[zcash]: /zcash.txt
[posts]: @/posts/_index.md
[atom]: /atom.xml
[txtodo-site]: https://txtodo.app/
[txtodo-store]: https://apps.apple.com/us/app/txtodo/id1504609185
[txtodo-article]: @/projects/txtodo/index.md
[site-src]: https://git.figbert.com/FIGBERT/figbert.com
-[openmoji]: https://openmoji.org/
[txt-adventure]: /one-angry-wizard.gblorb
+[email]: mailto:figbert@figbert.com
+[pgp]: /publickey-pgp.asc
+[gitea]: https://git.figbert.com/FIGBERT
+[github]: https://github.com/figbert
+[twitter]: https://twitter.com/therealfigbert
+[mastodon]: https://fosstodon.org/@figbert
+[reddit]: https://www.reddit.com/user/therealFIGBERT
+[hn]: https://news.ycombinator.com/user?id=figbert
+[bitcoin]: /bitcoin.txt
+[monero]: /monero.txt
+[zcash]: /zcash.txt
[burning-silicon]: https://burningsilicon.dev/
[hotline-webring]: https://hotlinewebring.club/
[hw-prev]: https://hotlinewebring.club/FIGBERT/previous
diff --git a/templates/shortcodes/indielink.html b/templates/shortcodes/indielink.html
@@ -1,2 +0,0 @@
-<a class="u-url" href="{{ href }}" target="_blank" rel="me noopener noreferrer">{{ text }}</a>
-