Skip to content

Commit 209dfe1

Browse files
authored
add plausible (#22)
1 parent 0e35d44 commit 209dfe1

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/custom/main.html

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{% extends "base.html" %}
2+
3+
{% block extrahead %}
4+
<script defer data-domain="starplot.dev" src="https://plausible.io/js/script.js"></script>
5+
{% endblock %}

mkdocs.yml

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ nav:
1616

1717
theme:
1818
name: material
19+
custom_dir: docs/custom/
1920
palette:
2021
# toggle for light mode
2122
- scheme: default
@@ -39,6 +40,9 @@ theme:
3940
extra_css:
4041
- stylesheets/extra.css
4142

43+
exclude_docs: |
44+
custom/
45+
4246
plugins:
4347
- search
4448
- mkdocstrings:

0 commit comments

Comments
 (0)