Add support for folder urls in the sidebar.

If present, clicking the folder goes to the URL itself. Toggling the folder requires
clicking the toggle arrow precisely. If URL is omitted, the whole folder title
works as a toggle.
This commit is contained in:
Spencer Bliven
2019-06-17 11:40:04 +02:00
parent c0626c4884
commit 9a7b8710ba
3 changed files with 17 additions and 27 deletions

View File

@ -23,8 +23,8 @@ to _config.yml, which requires restarting the webserver).
Building locally requires ruby 2.5 and bundler. To install:
```
gem install bundler
bundle install
gem install bundler jekyll
bundle
```
To run a local webserver: