diff options
-rw-r--r-- | docs/index.html | 36 | ||||
-rw-r--r-- | docs/style.css | 9 |
2 files changed, 42 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html index e1c8c7c..06046e4 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -23,6 +23,42 @@ | |||
23 | 23 | ||
24 | <details class="post"> | 24 | <details class="post"> |
25 | <summary> | 25 | <summary> |
26 | <div class="date">30/10 2019</div> | ||
27 | <span class="post-link">My Setup</span> | ||
28 | </summary> | ||
29 | <div class="post-text"> | ||
30 | <p>Decided to do one of these because everyone does one of | ||
31 | these.</p> | ||
32 | |||
33 | <p><img src="https://files.nerdypepper.me/Hb.png" alt="scrot" /></p> | ||
34 | |||
35 | <p>My entire setup is managed with GNU <code>stow</code>, making it easier | ||
36 | to replicate on fresh installations. You can find my | ||
37 | configuration files on <a href="https://github.com/nerdypepper">GitHub</a>.</p> | ||
38 | |||
39 | <p>I run Void Linux (glibc) on my | ||
40 | <a href="https://store.hp.com/us/en/mdp/laptops/envy-13">HP Envy 13" (2018)</a>. | ||
41 | To keep things simple, I run a raw X session with <code>2bwm</code> as my | ||
42 | window manager, along with <code>dunst</code> (notification daemon) and | ||
43 | Sam’s <a href="https://github.com/sdhand/compton"><code>compton</code></a> | ||
44 | (compositor) fork.</p> | ||
45 | |||
46 | <p>I am a fan of GNU tools, so I use <code>bash</code> as my shell, and | ||
47 | <code>coreutils</code> to manage files, archives, strings, paths etc. I | ||
48 | edit files with <code>vim</code>, chat with <code>weechat</code>, listen to music | ||
49 | with <code>cmus</code>, monitor processes with <code>htop</code>, manage sessions | ||
50 | with <code>tmux</code>, read <code>pdfs</code> in <code>zathura</code>. I rarely ever leave | ||
51 | the comfort of my terminal emulator, <code>urxvt</code>.</p> | ||
52 | |||
53 | <p>Most of my academic typesetting is done with TeX, and | ||
54 | compiled with <code>xelatex</code>. Other <em>fun</em> documents are made with | ||
55 | GIMP :).</p> | ||
56 | <div class=separator></div> | ||
57 | </div> | ||
58 | </details> | ||
59 | |||
60 | <details class="post"> | ||
61 | <summary> | ||
26 | <div class="date">12/10 2019</div> | 62 | <div class="date">12/10 2019</div> |
27 | <span class="post-link">WPA Woes</span> | 63 | <span class="post-link">WPA Woes</span> |
28 | </summary> | 64 | </summary> |
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 { | |||
49 | margin: 2rem; | 49 | margin: 2rem; |
50 | } | 50 | } |
51 | 51 | ||
52 | img { | ||
53 | max-width: 100%; | ||
54 | border: 0px solid transparent; | ||
55 | border-radius: 4px; | ||
56 | } | ||
57 | |||
52 | details > summary { | 58 | details > summary { |
53 | list-style: none; | 59 | list-style: none; |
54 | } | 60 | } |
@@ -98,9 +104,6 @@ a, a:hover, a:visited, a:active { | |||
98 | color: var(--light-black); | 104 | color: var(--light-black); |
99 | } | 105 | } |
100 | 106 | ||
101 | a:hover, a:active { | ||
102 | background-color: var(--dark-white); | ||
103 | } | ||
104 | 107 | ||
105 | .post-link, .post-link:hover, .post-link:visited, .post-link:active { | 108 | .post-link, .post-link:hover, .post-link:visited, .post-link:active { |
106 | color: var(--black); !important | 109 | color: var(--black); !important |