blob: c19836d9db7cf8a0ce95e101ca9a86a75d2d950c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
<!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">
</head>
<body>
<div id='header'>
<a class='title'
href='/'>senders.io</a>
<nav>
<a href="/blog">blog</a> <a rel="external noopener noreferrer"
target="_blank"
href="https://github.com/s3nd3r5">github</a> <a rel=
"external noopener noreferrer"
target="_blank"
href="https://git.senders.io">cgit</a> <a rel=
"me external noopener noreferrer"
target="_blank"
href="https://mastodon.online/@senders">mastodon</a>
</nav>
</div>
<div id='body'>
<article>
<h1>Welcome to Senders' homepage</h1>
<p>This is my personal site for my projects and other random stuff I feel
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 - 2022-11-06</h2>
<h3>My Markdown -> 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/2022-11-06'>Continue reading...</a>
</div>
</article>
<article>
<h2>Bread</h2>
<p><a href='/blog/bread/'>Bread blog!</a> - I started blogging about my
bakes in the hopes of learning what I did right/wrong and perfecting my
bread. This is a different format than the other blog posts, it's a
single page containing, long form, all the different entries.</p>
<div class='footer'>
<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>
|