summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2020-12-16 15:41:19 -0500
committerAdam T. Carpenter <atc@53hor.net>2020-12-16 15:41:19 -0500
commitd186ffb48ee93c7e46cebc6b2b3dcfd7ffbe6fcd (patch)
tree935709ce4b0667acccb3b6113b90c8a54088184a
parent13aa6d5b7d7ca3a23bad0b8ea6b87f07696955cd (diff)
download53hor-d186ffb48ee93c7e46cebc6b2b3dcfd7ffbe6fcd.tar.xz
53hor-d186ffb48ee93c7e46cebc6b2b3dcfd7ffbe6fcd.zip
updated draft, fixed mobile code blocks looking like garbo
-rw-r--r--drafts/programs i use all the time0
-rw-r--r--drafts/programs i use all the time.html40
-rw-r--r--includes/stylesheet.css3
3 files changed, 42 insertions, 1 deletions
diff --git a/drafts/programs i use all the time b/drafts/programs i use all the time
deleted file mode 100644
index e69de29..0000000
--- a/drafts/programs i use all the time
+++ /dev/null
diff --git a/drafts/programs i use all the time.html b/drafts/programs i use all the time.html
new file mode 100644
index 0000000..b679d4d
--- /dev/null
+++ b/drafts/programs i use all the time.html
@@ -0,0 +1,40 @@
+<p>
+ I'm going to break tradition with this site for a change. Normally I don't
+ like going back and changing old posts. I like keeping them the way they are
+ so I can time-travel a little bit without worrying about what I changed when.
+ This one is going to be different however. I'm going to use this page to keep
+ a running list of the programs I use really frequently (we're talking like
+ multiple times per day), what they're for, and maybe why I use them. Note that
+ these aren't scripts or tools that I've written. Those live on my Git repo.
+</p>
+
+<ul>
+ <li>ImageMagick</li>
+ <li>mutt</li>
+ <li>newsboat</li>
+ <li>i3 (i3-gaps, i3blocks, i3lock)</li>
+ <li>zsh</li>
+ <li>sh</li>
+ <li>alacritty</li>
+ <li>cmdwatch</li>
+ <li>curl</li>
+ <li>dictd</li>
+ <li>youtube-dl, newpipe</li>
+ <li>doas</li>
+ <li>poudriere</li>
+ <li>dunst</li>
+ <li>entr</li>
+ <li>firefox</li>
+ <li>fusefs (sshfs, webdavfs)</li>
+ <li>ripgrep, sd</li>
+ <li>gimp</li>
+ <li>git</li>
+ <li>the core utilities (if it's in /bin, I use it a lot)</li>
+ <li>jail, bastille</li>
+ <li>wpg</li>
+ <li>htop</li>
+ <li>mbsync</li>
+ <li>vim</li>
+ <li>tmux</li>
+ <li>mixer, mixertui</li>
+</ul>
diff --git a/includes/stylesheet.css b/includes/stylesheet.css
index fdefbae..07c3715 100644
--- a/includes/stylesheet.css
+++ b/includes/stylesheet.css
@@ -65,7 +65,8 @@ a:visited {
color: var(--charcoal);
}
-pre code {
+pre {
+ white-space: pre-wrap;
display: block;
background-color: var(--charcoal);
padding: 1em;