tony update
This commit is contained in:
parent
87b859f167
commit
f0b5d586d5
4 changed files with 6 additions and 2 deletions
|
@ -4,3 +4,6 @@ root = true
|
||||||
end_of_file = lf
|
end_of_file = lf
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
charset = utf-8
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
|
|
|
@ -11,6 +11,7 @@ taxonomies = [
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
nav_links = [
|
nav_links = [
|
||||||
|
{ url = "/", text = "home" },
|
||||||
{ url = "/pages/about", text = "about" },
|
{ url = "/pages/about", text = "about" },
|
||||||
{ url = "/pages", text = "all pages" },
|
{ url = "/pages", text = "all pages" },
|
||||||
{ url = "https://git.iptq.io/michael", text = "projects" },
|
{ url = "https://git.iptq.io/michael", text = "projects" },
|
||||||
|
|
|
@ -3,7 +3,7 @@ title = "setting up irc with weechat"
|
||||||
date = 2018-10-18
|
date = 2018-10-18
|
||||||
|
|
||||||
[taxonomies]
|
[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.
|
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.
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
</span>
|
</span>
|
||||||
<br />
|
<br />
|
||||||
<small>
|
<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 }}
|
on {{ post.date }}
|
||||||
</small>
|
</small>
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Reference in a new issue