tony update

This commit is contained in:
Michael Zhang 2019-06-18 23:28:35 -05:00
parent 87b859f167
commit f0b5d586d5
No known key found for this signature in database
GPG Key ID: 5BAEFE5D04F0CE6C
4 changed files with 6 additions and 2 deletions

View File

@ -4,3 +4,6 @@ root = true
end_of_file = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
indent_style = space
indent_size = 4

View File

@ -11,6 +11,7 @@ taxonomies = [
[extra]
nav_links = [
{ url = "/", text = "home" },
{ url = "/pages/about", text = "about" },
{ url = "/pages", text = "all pages" },
{ url = "https://git.iptq.io/michael", text = "projects" },

View File

@ -3,7 +3,7 @@ title = "setting up irc with weechat"
date = 2018-10-18
[taxonomies]
tags = ["irc", "life"]
tags = ["irc", "tutorial", "life"]
+++
I've just recently discovered that weechat has a "relay" mode, which means it can act as a relay server to other clients (for example, my phone). If I leave an instance of weechat running on, say, my server that's always running, it can act as a bouncer and my phone can receive notifications for highlights as well.

View File

@ -9,7 +9,7 @@
</span>
<br />
<small>
{{ post.reading_time }} min - Posted {% if post.extra.author %}by {{ post.extra.author }}{% endif %}
{{ post.reading_time }} min read - Posted {% if post.extra.author %}by {{ post.extra.author }}{% endif %}
on {{ post.date }}
</small>
</td>