summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html56
1 files changed, 44 insertions, 12 deletions
diff --git a/www/index.html b/www/index.html
index 80740e8..c38ee67 100644
--- a/www/index.html
+++ b/www/index.html
@@ -2,14 +2,19 @@
<html lang="en">
<head>
<meta charset="utf-8">
- <meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.6.0">
+ <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">
+ <link rel='stylesheet'
+ type='text/css'
+ href='/index.css'>
+ <meta name="viewport"
+ content="width=device-width, initial-scale=1">
</head>
<body>
<div id='header'>
- <a class='title' href='/'>senders.io</a>
+ <a class='title'
+ href='/'>senders.io</a>
<nav>
<a href="/resume">Resume</a> <a href="/blog">Blog</a> <a href=
"https://github.com/s3nd3r5">Github</a>
@@ -19,17 +24,38 @@
<article>
<h1>Welcome to Senders&#39; homepage</h1>
<p>This is my personal site for my projects and other random stuff I feel
- like uploading.</p>
+ like uploading. A lot of it comes in the form of micro-blogs and stream
+ of consciousness ramblings.</p>
</article>
<article id='homepage-post'>
- <h2>Recent Post - 2021-01-05</h2>
- <h3>Manjaro Follow-up - Breaking things!</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. And then I decided after some issues to remove my old Debian
- partition and broke everything!</p>
+ <h2>Recent Post - 2022-11-06</h2>
+ <h3>My Markdown -&gt; HTML Setup</h3>
+ <p>A common way I see a lot of people blog, especially micro-blog, is in
+ <a rel="external noopener noreferrer"
+ target="_blank"
+ href="https://daringfireball.net/projects/markdown/">markdown</a>.</p>
+ <figure>
+ <blockquote>
+ <p>Markdown is a lightweight markup language for creating formatted
+ text using a plain-text editor.</p>
+ </blockquote>
+ <figcaption>
+ <cite>— <a rel="external noopener noreferrer"
+ target="_blank"
+ href="https://en.wikipedia.org/wiki/Markdown">Wikipedia |
+ Markdown</a></cite>
+ </figcaption>
+ </figure>
+ <p>It built itself on-top of common syntax prevalent on the web and was
+ designed to be converted into simple HTML output. Since it leveraged
+ preexisting syntax it was easy for new users to pick up, and is now found
+ all over the web and applications.</p>
+ <p>Since I started this website, I had been writing each page by hand
+ using a few tools to facilitate that - and for a while I had been looking
+ for a good way to try out using markdown to generate some lighter pages
+ and these blogposts.</p>
<div class='footer'>
- <a href='/blog/2021-01-05'>Continue reading...</a>
+ <a href='/blog/2022-11-06'>Continue reading...</a>
</div>
</article>
<article>
@@ -42,6 +68,12 @@
<a href='/blog/bread/#2020-02-17'>Last updated - 2020-02-17</a>
</div>
</article>
+ <div class="footnote">
+ <p>The site source is available at <a rel="noopener noreferrer external"
+ target="_blank"
+ href=
+ "https://git.senders.io/senders/senders-io">git.senders.io/senders/senders-io</a>.</p>
+ </div>
</div>
</body>
</html>