Skip to content

Commit

Permalink
added floating banner
Browse files Browse the repository at this point in the history
  • Loading branch information
samapriya committed Aug 19, 2023
1 parent 56ae635 commit 72c687d
Show file tree
Hide file tree
Showing 7 changed files with 71 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ copyright: "Copyright © 2022 - 2023 Samapriya Roy"
# Configuration
theme:
name: "material"
custom_dir: overrides
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
Expand Down
18 changes: 18 additions & 0 deletions overrides/assets/javascripts/custom.a678ee80.min.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions overrides/assets/javascripts/custom.a678ee80.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions overrides/assets/javascripts/iconsearch_index.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions overrides/assets/stylesheets/custom.f7ec4df2.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions overrides/assets/stylesheets/custom.f7ec4df2.min.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 40 additions & 0 deletions overrides/main.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{#-
This file was automatically generated - do not edit
-#}
{% extends "base.html" %}
{% block extrahead %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/custom.f7ec4df2.min.css' | url }}">
{% endblock %}
{% block announce %}
For updates follow <strong>@samapriya</strong> on
<a rel="me" href="https://www.linkedin.com/in/samapriya/">
<span class="twemoji linkedin">
{% include ".icons/fontawesome/brands/linkedin.svg" %}
</span>
<strong>Linkedin</strong>
</a>
<a href="https://medium.com/@samapriyaroy">
<span class="twemoji medium">
{% include ".icons/fontawesome/brands/medium.svg" %}
</span>
<strong>Medium</strong>
</a>
<a href="https://twitter.com/samapriyaroy">
<span class="twemoji twitter">
{% include ".icons/fontawesome/brands/twitter.svg" %}
</span>
<strong>Twitter</strong>
</a>
or
<a rel="me" href="https://mapstodon.space/@samapriya">
<span class="twemoji mastodon">
{% include ".icons/fontawesome/brands/mastodon.svg" %}
</span>
<strong>Mapstodon</strong>
</a>

{% endblock %}
{% block scripts %}
{{ super() }}
<script src="{{ 'assets/javascripts/custom.a678ee80.min.js' | url }}"></script>
{% endblock %}

0 comments on commit 72c687d

Please sign in to comment.