mirror of
https://github.com/RealOrangeOne/notes.git
synced 2024-11-17 01:29:04 +00:00
Add social links
This commit is contained in:
parent
6ad4c74b54
commit
04389256db
2 changed files with 40 additions and 0 deletions
|
@ -7,6 +7,12 @@ extra:
|
||||||
social:
|
social:
|
||||||
- icon: fontawesome/solid/globe
|
- icon: fontawesome/solid/globe
|
||||||
link: https://theorangeone.net
|
link: https://theorangeone.net
|
||||||
|
- icon: fontawesome/brands/mastodon
|
||||||
|
link: https://theorangeone.net/@jake
|
||||||
|
- icon: fontawesome/brands/twitter
|
||||||
|
link: https://twitter.com/RealOrangeOne
|
||||||
|
- icon: fontawesome/brands/github
|
||||||
|
link: https://github.com/RealOrangeOne
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
|
@ -14,6 +20,8 @@ theme:
|
||||||
- navigation.top
|
- navigation.top
|
||||||
- navigation.sections
|
- navigation.sections
|
||||||
- navigation.index
|
- navigation.index
|
||||||
|
- toc.follow
|
||||||
|
- search.suggest
|
||||||
icon:
|
icon:
|
||||||
logo: fontawesome/regular/note-sticky
|
logo: fontawesome/regular/note-sticky
|
||||||
favicon: https://theorangeone.net/favicon.ico
|
favicon: https://theorangeone.net/favicon.ico
|
||||||
|
|
32
theme/main.html
Normal file
32
theme/main.html
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
{% extends "base.html" %}
|
||||||
|
|
||||||
|
{% block announce %}
|
||||||
|
You can also find me at
|
||||||
|
<a href="https://theorangeone.net/">
|
||||||
|
<span class="twemoji globe">
|
||||||
|
{% include ".icons/fontawesome/solid/globe.svg" %}
|
||||||
|
</span>
|
||||||
|
<strong>My website</strong>
|
||||||
|
</a>,
|
||||||
|
or on social media:
|
||||||
|
<a rel="me" href="https://theorangeone.net/@jake">
|
||||||
|
<span class="twemoji globe">
|
||||||
|
{% include ".icons/fontawesome/brands/mastodon.svg" %}
|
||||||
|
</span>
|
||||||
|
<strong>Mastodon</strong>
|
||||||
|
</a>
|
||||||
|
,
|
||||||
|
<a href="https://twitter.com/RealOrangeOne">
|
||||||
|
<span class="twemoji twitter">
|
||||||
|
{% include ".icons/fontawesome/brands/twitter.svg" %}
|
||||||
|
</span>
|
||||||
|
<strong>Twitter</strong>
|
||||||
|
</a>
|
||||||
|
,
|
||||||
|
<a href="https://github.com/RealOrangeOne">
|
||||||
|
<span class="twemoji github">
|
||||||
|
{% include ".icons/fontawesome/brands/github.svg" %}
|
||||||
|
</span>
|
||||||
|
<strong>GitHub</strong>
|
||||||
|
</a>.
|
||||||
|
{% endblock %}
|
Loading…
Reference in a new issue