From af9f2a14ad05582f8958b14f86e7f8fc6e011790 Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 30 Oct 2019 12:55:42 +0530 Subject: new post! --- docs/index.html | 36 ++++++++++++++++++++++++++++++++++++ docs/style.css | 9 ++++++--- 2 files changed, 42 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index e1c8c7c..06046e4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -21,6 +21,42 @@
+
+ +
30/10 2019
+ My Setup +
+
+

Decided to do one of these because everyone does one of +these.

+ +

scrot

+ +

My entire setup is managed with GNU stow, making it easier +to replicate on fresh installations. You can find my +configuration files on GitHub.

+ +

I run Void Linux (glibc) on my +HP Envy 13" (2018). +To keep things simple, I run a raw X session with 2bwm as my +window manager, along with dunst (notification daemon) and +Sam’s compton +(compositor) fork.

+ +

I am a fan of GNU tools, so I use bash as my shell, and +coreutils to manage files, archives, strings, paths etc. I +edit files with vim, chat with weechat, listen to music +with cmus, monitor processes with htop, manage sessions +with tmux, read pdfs in zathura. I rarely ever leave +the comfort of my terminal emulator, urxvt.

+ +

Most of my academic typesetting is done with TeX, and +compiled with xelatex. Other fun documents are made with +GIMP :).

+
+
+
+
12/10 2019
diff --git a/docs/style.css b/docs/style.css index a510575..d356662 100644 --- a/docs/style.css +++ b/docs/style.css @@ -49,6 +49,12 @@ html { margin: 2rem; } +img { + max-width: 100%; + border: 0px solid transparent; + border-radius: 4px; +} + details > summary { list-style: none; } @@ -98,9 +104,6 @@ a, a:hover, a:visited, a:active { color: var(--light-black); } -a:hover, a:active { - background-color: var(--dark-white); -} .post-link, .post-link:hover, .post-link:visited, .post-link:active { color: var(--black); !important -- cgit v1.2.3