website/index.md

45 lines
1.6 KiB
Markdown
Raw Normal View History

---
layout: default
---
2023-07-15 21:59:32 +00:00
2023-08-06 19:20:16 +00:00
<pre class="ascii">
2023-07-15 18:14:27 +00:00
* * * *
* *
* * ___
* * | | |
* _________## * / \ | |
@\\\\\\\\\## * | |--o|===|-|
* @@@\\\\\\\\##\ \|/|/ |---| |d|
@@ @@\\\\\\\\\\\ \|\\|//|/ * / \ |w|
* @@@@@@@\\\\\\\\\\\ \|\|/|/ | U | |b|
@@@@@@@@@----------| \\|// | S |=| |
__ @@ @@@ @@__________| \|/ | A | | |
____|_@|_ @@@@@@@@@__________| \|/ |_______| |_|
=|__ _____ |= @@@@ .@@@__________| | |@| |@| | |
____0_____0__\|/__@@@@__@@@__________|_\|/__|___\|/__\|/___________|_|_
2023-08-06 19:20:16 +00:00
</pre>
2023-08-17 15:14:49 +00:00
# Daudix's Blog
Howdy! welcome to my little snug nook, I write about software, FOSS and what not, take your cup of coffee and look around!
2023-06-23 14:54:32 +00:00
## Posts
{% for post in site.posts %}
<article>
<h2>
<a href="{{ site.baseurl }}{{ post.url }}" class="page-link">
{{ post.title }}
</a>
</h2>
<small>
<time datetime="{{ post.date | date: "%Y-%m-%d" }}">{{ post.date | date_to_long_string }}</time>
{% if post.tags %}
{% if post.tags.size > 0 %}
• {{ post.tags | join: ', ' }}
{% endif %}
{% endif %}
</small>
</article>
{% endfor %}