all repos — site @ 9c85117d986d31a70ffe37eaf8e9fdddc0e46a5d

source for my site, found at icyphox.sh

wiki: Bunch of new pages
Anirudh Oppiliappan x@icyphox.sh
Sat, 27 Mar 2021 19:48:35 +0530
commit

9c85117d986d31a70ffe37eaf8e9fdddc0e46a5d

parent

87add92b4a6c330d8aeecabeaf7792bc207a4ad7

M pages/wiki/_index.mdpages/wiki/_index.md

@@ -1,7 +1,7 @@

--- title: the wiki subtitle: Ideas, beliefs and thoughts. -date: 2021-03-23 +date: 2021-03-27 template: page.html ---

@@ -14,3 +14,5 @@ - [todo](/wiki/todo)

- [tools](/wiki/tools) - [cwm](/wiki/tools/cwm) - [laptop](/wiki/tools/laptop) + - [phone](/wiki/tools/phone) + - [vite](/wiki/tools/vite)
M pages/wiki/about/anirudh.mdpages/wiki/about/anirudh.md

@@ -12,7 +12,7 @@ My real name is **Anirudh Oppiliappan**, 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). -I currently reside in **Bangalore, India**. +At present, I reside in **Bangalore, India**. Some of my interests include:
M pages/wiki/tools/cwm.mdpages/wiki/tools/cwm.md

@@ -8,7 +8,7 @@

![cwm, editing this post](https://x.icyphox.sh/YjsAX.png) cwm(1) is -- hands down -- the best window manager that I have used. And -I have used many. It has ships with very sane defaults, and +I have used many. It ships with very sane defaults, and configuration is a breeze. It has a built-in launcher, workspaces (called groups), and a few more
A pages/wiki/tools/phone.md

@@ -0,0 +1,29 @@

+--- +title: phone +subtitle: The on-demand distraction. +date: 2021-03-27 +template: page.html +--- + +![bad frontcam pic](https://x.icyphox.sh/ni-xk.jpg) + +The OnePlus 6T has been my (smart)phone since 2018. It sports a 6.4" +screen AMOLED screen, a Snapdragon 845 SoC, 8 gigs of RAM and 128 gigs +of internal storage, and was one of the first phones to implement an +on-screen finger print sensor. + +I run [OmniROM](https://omnirom.org)'s Android 10 microG build, without +any Google Apps -- and have been comfortably doing so for about 3 years +now. + +Some apps that I use: + +- F-Droid -- free software app store +- Kuroba -- 4chan client +- Revolution IRC +- Lemudroid -- all-in-one retro-console emulator +- Password Store -- GPG-based password manager. Works with + [pw](https://git.icyphox.sh/pw) +- NewPipe -- free software YouTube client +- Ultrasonic -- Subsonic client +- OpenKeychain -- GPG key management tool
A pages/wiki/tools/vite.md

@@ -0,0 +1,24 @@

+--- +title: vite +subtitle: A minimal and fast static site generator written in Go. +date: 2021-03-27 +template: page.html +--- + +This site is built using [vite](https://git.icyphox.sh/vite). This is +vite, the 2nd. Its predecessor, +[py-vite](https://git.icyphox.sh/py-vite) was a Python program. It was +also the first ever "tool" I wrote for myself, back in early 2018. +Ironically, it was far from _vite_, with builds taking upwards of 10 +seconds at times. + +vite's primary goals are: + +- speed +- extensibility -- the ability to run commands before and after a build +- minimalism + +It is configured via a `config.yaml` file present in the site's root. +Consult the readme for more info. + +vite is available under the MIT license.