2024-02-05 20:13:45 +00:00
|
|
|
<!-- Automatically generated - do not edit directly -->
|
|
|
|
|
|
|
|
:octocat: More repos: [git.theorangeone.net](https://git.theorangeone.net/)
|
|
|
|
|
|
|
|
:pencil: Notes: [notes.theorangeone.net](https://notes.theorangeone.net/)
|
|
|
|
|
|
|
|
:wave: Say ["Hi"](https://theorangeone.net/contact/) or ["Thanks"](https://theorangeone.net/support/)!
|
|
|
|
|
|
|
|
:shipit:
|
|
|
|
|
|
|
|
## Recent posts
|
|
|
|
|
|
|
|
{% for post in latest_posts %}
|
2024-02-18 21:09:47 +00:00
|
|
|
- [{{ post.title }}]({{ post.full_url }}) ({{ post.date }})
|
2024-02-05 20:13:45 +00:00
|
|
|
{%- endfor %}
|
|
|
|
|
|
|
|
:globe_with_meridians: View more: [theorangeone.net/posts](https://theorangeone.net/posts/)
|
2024-02-18 21:09:47 +00:00
|
|
|
|
|
|
|
## Recent notes
|
|
|
|
|
|
|
|
{% for note in recent_notes %}
|
2024-02-18 21:20:22 +00:00
|
|
|
- [{{ note.title }}]({{ note.link }}) {% for tag in note.tags %}`#{{ tag }}`{% if not loop.last %} {% endif %}{% endfor %} - ({{ note.published }})
|
2024-02-18 21:09:47 +00:00
|
|
|
{%- endfor %}
|
|
|
|
|
2024-02-18 21:21:07 +00:00
|
|
|
:pencil2: View more: [notes.theorangeone.net](https://notes.theorangeone.net/)
|