-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (20 loc) · 1.23 KB
/
index.html
File metadata and controls
23 lines (20 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
layout: default
title: bigreddmachine.github.io
---
<p>
I'm a random person with an interest in cryptocurrencies, data science, and baseball. You may know me from the <a href="https://moneromonitor.libsyn.com/">Monero Monitor Podcast</a> or various other contributions to the Monero community. This is my personal website where I occasionally post about various things that interest me. You can get in touch with me on reddit (<a href="https://www.reddit.com/u/bigreddmachine">/u/bigreddmachine</a>) or Twitter (<a href="https://www.twitter.com/moneromonitor">@MoneroMonitor</a>).
</p>
<p>
This site uses <a target="_blank" href="https://pages.github.com/">GitHub Pages</a> + <a target="_blank" href="https://jekyllrb.com/">Jekyll</a> to host a static blog. Source code is available on <a href="https://github.com/bigreddmachine/bigreddmachine.github.io">GitHub</a>.
</p>
<h2 class="section-break">Blog Posts:</h2>
{% for post in site.posts %}
<a href="{{ post.url }}" title="{{ post.title }}"><div class="blog-post-list-item">
<h3>{{ post.date | date_to_string }} > {{ post.title }}</h3>
<hr>
<div class="description">
{{ post.content | markdownify | strip_html | truncatewords: 50 }}
</div>
</div></a>
{% endfor %}