Created own theme

This commit is contained in:
2020-11-29 19:42:04 +01:00
parent 5ffa4c9203
commit 2cc73ba088
632 changed files with 1731 additions and 13928 deletions

View File

@@ -0,0 +1,13 @@
<!--Bootstrap-->
<script src="{{ "/assets/js/jquery-3.5.1.min.js" | relative_url }}"></script>
<script src="{{ "/assets/js/bootstrap.bundle.min.js" | relative_url }}"></script>
<script src="{{ "/assets/js/bootstrap-toc.min.js" | relative_url }}"></script>
<!--Anchors-->
<script src="{{ "/assets/js/anchor.min.js" | relative_url }}"></script>
<script>
anchors.options = {
placement: 'right',
icon: '#',
};
anchors.add('h1, h2, h3, h4, h5').remove('.no-anchor');
</script>