Add avatar

This commit is contained in:
Jordan Cook 2022-11-15 17:41:45 -06:00
parent 9d9abfd910
commit 8f7bd54484
4 changed files with 3 additions and 4 deletions

View File

@ -15,5 +15,6 @@ livedocs: clean
publish:
rsync -a _build/html/* tilde:~/public_html/
rsync -a .ring tilde:~/
scp .ring tilde:~/
scp assets/images/avatar.png tilde:~/public_html/
ssh tilde 'touch ~/public_html/index.html'

BIN
assets/images/avatar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -2,7 +2,6 @@
{% block body -%}
{{ super() }}
{% include "partials/icons.html" %}
<input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation">
<input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc">
@ -89,7 +88,6 @@
<a title="previous tilde" href="https://tilde.team/ring/?action=prev&me=jwcook"><i class="fa-solid fa-arrow-left-long"></i> prev</a>
| <a title="random tilde" href="https://tilde.team/ring/?action=random&me=jwcook"><i class="fa-solid fa-shuffle"></i></a> |
<a title="next tilde" href="https://tilde.team/ring/?action=next&me=jwcook">next <i class="fa-solid fa-right-long"></i></a>
</div>
</div>
{%- if last_updated -%}

View File

@ -43,7 +43,7 @@ html_css_files = [
]
html_js_files = ['style.js']
html_title = '~jwcook'
# html_logo = '../assets/logo.png'
html_logo = '../assets/images/avatar.png'
html_last_updated_fmt = '%Y-%m-%d'
html_show_copyright = False
html_show_sphinx = False