refactor: change home page description and articles sub desc

This commit is contained in:
Price Hiller 2024-01-25 21:51:33 -06:00
parent 16461a07b4
commit c79f495f98
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8
2 changed files with 7 additions and 11 deletions

View File

@ -12,7 +12,7 @@
<body> <body>
<div class="page-info"> <div class="page-info">
<div class="page-title">Articles</div> <div class="page-title">Articles</div>
<div class="page-detail">Grimoire of brain damage</div> <div class="page-detail"><strong>THE LORE</strong></div>
</div> </div>
<div class="articles-container"> <div class="articles-container">
<ul> <ul>
@ -27,4 +27,4 @@
</div> </div>
{% include "footer.html" %} {% include "footer.html" %}
</body> </body>
</html> </html>

View File

@ -12,15 +12,11 @@
<body> <body>
<div class="body-wrapper"> <div class="body-wrapper">
<p>Hello! I'm Price, a Linux user and Neovim addict. This necessarily means I am either bald or balding. Oh, also I <p>Hi there! This is the blog and whatever else it may become of Price Hiller. I wrote this bad
sometimes write Rust. This page is generated from a Rust static site generator I wrote, gluing a markdown to html boy in Rust because I apparently have too much time to kill. I also use Neovim... because I
parser and some syntax magic together to get it up. I'm a big fan of reproducible systems and infrastructure, have too much time to kill. Nix? Yeah, too much time to kill. Yeah, I boot Linux — what about
and currently I'm all in on <a href="https://nixos.org/">NixOS</a>. I hold it as a dumb source of pride that I can wipe my laptop it? Oh, why? I enjoy simulating the experience of being a bald software developer.</p>
and have everything back to normal within <p>The gatekeepers of <strong>THE LORE</strong>: <img src="/assets/static/maggie-ellie-comfy.jpeg"
20 minutes depending on how nice Github's rate limit wants to play. Hit me up at my <a
href="mailto:price@orion-technologies.io">email</a> or on <a
href="https://github.com/treatybreaker/blog">Github</a> if you want to get in contact.</p>
<p>Maggie and Ellie say hi: <img src="/assets/static/maggie-ellie-comfy.jpeg"
alt="Black labrador and yellow labrador dogs sleeping on bed with blankets over them" width="700"></p> alt="Black labrador and yellow labrador dogs sleeping on bed with blankets over them" width="700"></p>
</div> </div>
</body> </body>