2020-01-27 06:53:47 +00:00
|
|
|
{% extends "layout.html" %}
|
|
|
|
{% block title %}{{ config.title }}{% endblock %}
|
|
|
|
|
|
|
|
{% block body %}
|
|
|
|
<main class="home">
|
|
|
|
<h1>{{ section.title }}</h1>
|
|
|
|
|
|
|
|
<div class="intro">
|
|
|
|
<div class="tagline">
|
|
|
|
<div class="emoji-pair">👨💻 Software Developer</div>
|
2021-01-03 21:37:22 +00:00
|
|
|
<div class="emoji-pair">🌏 Sunshine Coast, Australia</div>
|
2020-01-27 06:53:47 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
{{ section.content | safe }}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="flex">
|
|
|
|
<section class="posts-section">
|
2021-10-14 23:07:14 +00:00
|
|
|
<h2>
|
2023-01-20 21:35:18 +00:00
|
|
|
Recent Posts
|
2021-10-14 23:07:14 +00:00
|
|
|
</h2>
|
2020-01-27 06:53:47 +00:00
|
|
|
|
|
|
|
{% set section = get_section(path="posts/_index.md") %}
|
2022-01-27 10:03:53 +00:00
|
|
|
{% for page in section.pages | sort(attribute="date") | reverse | slice(end=10) %}
|
|
|
|
{% include "article.html" %}
|
2020-01-27 06:53:47 +00:00
|
|
|
{% endfor %}
|
2022-01-27 10:03:53 +00:00
|
|
|
|
|
|
|
<a href="{{ config.base_url }}/posts/">View more posts →</a>
|
2020-01-27 06:53:47 +00:00
|
|
|
</section>
|
|
|
|
|
|
|
|
<section class="projects-section">
|
|
|
|
<h2>Projects</h2>
|
|
|
|
|
2022-07-04 05:14:49 +00:00
|
|
|
<p>A selection of projects I've built or contributed to:</p>
|
|
|
|
|
2020-01-27 06:53:47 +00:00
|
|
|
<ul class="projects">
|
2024-07-28 23:44:58 +00:00
|
|
|
<li>
|
|
|
|
<a href="https://github.com/wezm/feedlynx" class="no-border">
|
|
|
|
<img src="{{ config.base_url }}/images/feedlynx.svg" width="32" alt="">
|
|
|
|
</a>
|
|
|
|
<a href="https://github.com/wezm/feedlynx">Feedlynx</a>
|
|
|
|
<p>Collect links to read or watch later in an RSS feed.</p>
|
|
|
|
</li>
|
2022-07-04 05:14:49 +00:00
|
|
|
<li>
|
|
|
|
<a href="https://github.com/wezm/rsspls" class="no-border">
|
|
|
|
<span class="emoji-img">📰</span>
|
|
|
|
</a>
|
|
|
|
<a href="https://github.com/wezm/rsspls">RSS Please</a>
|
|
|
|
<p>Generate RSS feeds from web pages.</p>
|
|
|
|
</li>
|
2020-01-27 06:53:47 +00:00
|
|
|
<li>
|
2021-05-14 01:16:06 +00:00
|
|
|
<a href="https://github.com/yeslogic/allsorts">
|
2024-07-28 23:44:58 +00:00
|
|
|
<img src="images/allsorts.svg" width="32" alt="" style="margin-right: 0.5em">Allsorts
|
2020-01-27 06:53:47 +00:00
|
|
|
</a>
|
2021-05-14 01:16:06 +00:00
|
|
|
<p>Font parser, shaping engine, and subsetter implemented in Rust.</p>
|
2020-01-27 06:53:47 +00:00
|
|
|
</li>
|
2021-11-11 22:26:40 +00:00
|
|
|
<li>
|
|
|
|
<a href="https://github.com/wezm/git-grab" class="no-border">
|
|
|
|
<span class="emoji-img">⤵️</span>
|
|
|
|
</a>
|
|
|
|
<a href="https://github.com/wezm/git-grab">Git Grab</a>
|
|
|
|
<p>Clone a git repository into a standard location organised by domain and path.</p>
|
|
|
|
</li>
|
2024-07-28 23:44:58 +00:00
|
|
|
<li>
|
|
|
|
<a href="https://dewpoint.7bit.org/" class="no-border">
|
|
|
|
<span class="emoji-img">💧</span>
|
|
|
|
</a>
|
|
|
|
<a href="https://dewpoint.7bit.org/">Dewpoint</a>
|
|
|
|
<p>View a 7-day dewpoint forecast for a selected location.</p>
|
|
|
|
</li>
|
2020-01-27 06:53:47 +00:00
|
|
|
<li>
|
|
|
|
<a href="https://bitcannon.net/">
|
|
|
|
<svg id="bookmark" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="#85144b">
|
|
|
|
<path d="M6 2 L26 2 L26 30 L16 24 L6 30 Z"></path>
|
|
|
|
</svg>Bit Cannon
|
|
|
|
</a>
|
|
|
|
<p>A blog about operating system exploration.</p>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="https://linkedlist.org/">
|
|
|
|
<svg id="i-link" viewBox="0 0 32 32" width="32" height="32" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
|
|
|
|
<path d="M18 8 C18 8 24 2 27 5 30 8 29 12 24 16 19 20 16 21 14 17 M14 24 C14 24 8 30 5 27 2 24 3 20 8 16 13 12 16 11 18 15"></path>
|
|
|
|
</svg>Linked List
|
|
|
|
</a>
|
|
|
|
<p>A personal knowledge base.</p>
|
|
|
|
</li>
|
|
|
|
</ul>
|
2021-11-11 22:26:40 +00:00
|
|
|
<a href="https://github.com/wezm/wezm#project-showcase">View more projects →</a>
|
2020-01-27 06:53:47 +00:00
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</main>
|
|
|
|
{% endblock %}
|