Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoroark <utybodev@gmail.com>2022-01-22 12:35:08 +0300
committerGitHub <noreply@github.com>2022-01-22 12:35:08 +0300
commit2b40a32d4785ab3c3d12a09ea8a136b1522deabe (patch)
treedc49eede72ca356854d74807ebef25734e1bd7f7 /.gitignore
parent9e0885468167bf1ad831436df328542b6e7f57f7 (diff)
feat(article): Scrollspy for the table of contents (#425)
* Add first try at scrollspy (broken right now) * Scrollspy actually works now * Fix VS Code errors by setting JS version * Recompute offsets when window size changes * Improve list compatibility for toc active selection Support up to 6 levels of indentation, properly support <ol> * Remove debug string * Add more docs in smoothAnchors * Use a map to match ids to navigation elements
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 9ebefdf..9ff142d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
public
resources
-assets/jsconfig.json \ No newline at end of file
+assets/jsconfig.json
+.hugo_build.lock \ No newline at end of file