all repos — site @ 0f69d060be4e08ecbf50fac3e988e35e2892a7b7

source for my site, found at icyphox.sh

Re-add about page
Anirudh Oppiliappan x@icyphox.sh
Mon, 03 May 2021 08:36:14 +0530
commit

0f69d060be4e08ecbf50fac3e988e35e2892a7b7

parent

2b3fbef1e02341b9dad2ac0ea4f63275053366be

2 files changed, 56 insertions(+), 1 deletions(-)

jump to
M config.yamlconfig.yaml

@@ -4,7 +4,7 @@ <a href=/>

<img src="/static/white.svg" alt="icyphox's avatar" height="40" width="40"/> </a> <nav> - <!-- i'll add things here --> + <a href="/about">about</a> </nav> siteurl: "https://icyphox.sh"
A pages/about.md

@@ -0,0 +1,55 @@

+--- +template: page.html +title: about +--- + +![anirudh masked](https://x.icyphox.sh/anirudh-mask.jpeg) + +I'm Anirudh, but you'll find me as **icyphox** (or just **icy**), on the +Internet. I currently work as a Site Reliability Engineer at +[DeepSource](https://deepsource.io). + +## contact + +Send mail to [x@icyphox.sh](mailto:x@icyphox.sh). Should you need it, my +[PGP key](/static/gpg.txt): + +``` +FE1B 8FCF E6C1 6222 F157 1C8E 8A93 F96F 78C5 D4C4 +``` + +I generally always reply within the day. Alternative means of +communication, like my phone number, are only given out on a +need-to-know basis. + +Some of my links: + +- [Lobsters](https://lobste.rs/u/icy) +- [Hacker News](https://news.ycombinator.com/user?id=icy) +- [Steam](https://steamcommunity.com/id/icyphox) +- [GitHub](https://github.com/icyphox) + +The only social media I actively use is the fediverse: +https://toot.icyphox.sh/@x + +If you're interested in **hiring me** -- here's my +[résumé](https://x.icyphox.sh/resume.pdf). + +## this site + +This site is built using [vite](https://git.icyphox.sh/vite) -- a static +site generator written in Go. The wiki index is generated using a [shell +script](https://git.icyphox.sh/site/tree/bin/wiki.sh), with heavy use of +bashisms. This script runs prior to vite, and preps the wiki index +page's markdown. + +Nearly all media content, barring some old images, are served from my +file host at https://x.icyphox.sh. This is hosted on my Raspberry Pi, at +home. If you notice slow image loads, this is why. At present, I have no +plans to change this setup. + +The source for this site is [here](https://git.icyphox.sh/site). + +I don't care for analytics or statistics; I value your privacy. All +content hosted on this site is available under the **Creative Commons +BY-NC-SA** license. All source for this site is available under **MIT**.