diff options
author | Bill <bill@billserver.senders.io> | 2021-01-05 17:49:08 -0500 |
---|---|---|
committer | Bill <bill@billserver.senders.io> | 2021-01-05 17:49:08 -0500 |
commit | f7d0db59014884ede1779fd3ee4ee683e33f79e9 (patch) | |
tree | 92bba63591eaa748ed913698ef9661ea7f272a5c /www/index.html | |
parent | 312fb1d9c6bd22f387fedd11715374136239ee0b (diff) |
Tidy
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/www/index.html b/www/index.html index 54414db..35fd088 100644 --- a/www/index.html +++ b/www/index.html @@ -1,11 +1,11 @@ <!DOCTYPE html> <html lang="en"> <head> + <meta charset="utf-8"> <meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.6.0"> <title>senders.io - Homepage</title> <link rel='stylesheet' type='text/css' href='/index.css'> <meta name="viewport" content="width=device-width, initial-scale=1"> - <meta charset="utf-8"/> </head> <body> <div id='header'> @@ -22,17 +22,20 @@ like uploading.</p> </article> <article id='homepage-post'> - <h2>Recent Post - 2020-01-13</h2> - <h3>remember/recall - what could've been a command line tool</h3> - <p>During a meeting at work when I realized I often forget useful - commands. So I had the bright idea to create a command line tool that - would basically append a file with the command you wanted to remember - that you could search over later if you wanted to recall a certain - command. I figured I could it could just be a simple bash script that - recalls your bash-history and appends it to a file, all things that are - incredibly easy to do... or so I thought.</p> + <h2>Recent Post - 2020-12-17</h2> + <h3>Manjaro Experiment</h3> + <p>After years on Debian, running i3, I decided to try out a more + traditional Linux setup, and take a stab at gaming on Linux. I chose + Manjaro for a few reasons:</p> + <ul> + <li>It's not Debian based (it's arch btw /s)</li> + <li>It's still on Systemd so I won't lose that familiarity</li> + <li>For gaming it comes with pretty up to date drivers and setup for + running Steam games</li> + <li>It has a KDE installation which is what I wanted to run</li> + </ul> <div class='footer'> - <a href='/blog/2020-01-13'>Continue reading...</a> + <a href='/blog/2020-12-17'>Continue reading...</a> </div> </article> <article> |