mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-09 17:32:33 +00:00
Update Fediverse accoun
This commit is contained in:
parent
35ad9543a9
commit
fe65d4982d
3 changed files with 6 additions and 2 deletions
|
@ -8,3 +8,7 @@ deploy: build
|
|||
# build with zola
|
||||
build:
|
||||
zola build
|
||||
|
||||
# start zola dev server
|
||||
serve:
|
||||
zola serve
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<a href="{{ config.base_url }}/rss.xml">RSS</a>
|
||||
<a href="mailto:{{ config.extra.email }}">Email</a>
|
||||
<a href="https://twitter.com/wezm">Twitter</a>
|
||||
<a href="https://decentralised.social/wezm">Fediverse</a>
|
||||
<a href="https://mastodon.decentralised.social/@wezm" rel="me">Fediverse</a>
|
||||
<a href="https://github.com/wezm">GitHub</a>
|
||||
<a href="https://github.com/sponsors/wezm">Support My Work</a>
|
||||
</div>
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
Stay in touch!
|
||||
</h3>
|
||||
<p>
|
||||
Follow me on the <a href="https://decentralised.social/wezm">Fediverse</a>
|
||||
Follow me on the <a href="https://mastodon.decentralised.social/@wezm">Fediverse</a>
|
||||
(or <a href="https://twitter.com/wezm">Twitter</a>),
|
||||
<a href="{{ config.base_url }}/rss.xml">subscribe to the feed</a>,
|
||||
or <a href="mailto:wes@wezm.net">send me an email</a>.
|
||||
|
|
Loading…
Reference in a new issue