Use a plugin to read data files from gem
- jekyll-data v1.x
- jekyll 3.5 automatically requires a theme's runtime deps
- jekyll v3.5.0 had bugs. Hence use v3.5.1 and beyond
Merge branch 'sidebar-scrollbar'
Add vertical scrollbar to sidebars that extend outside the viewport
Viewing overflowing sidebar content requires scrolling the entire page which is annoying and causes the reader to lose their place.
Use CSS `calc` to approximate height of the sidebar (`100vh` - height of the masthead) and apply `overflow-y: auto` to add vertical scrollbars when needed.
Fixes #706
Update CHANGELOG and history
Change `gems` key in config to `plugins`
Add $navicon-link-color-hover 2/2 (#1088)
Since the orig color-scheme doesn't always represent the nav/site colors
Add $navicon-link-color-hover 1/2 (#1089)
Since the orig color-scheme doesn't always represent the nav/site colors
Update CHANGELOG and history
Add indonesian locale (#1101)
Adjust nav list `.active` state to accommodate text that spans multiple lines.
Improve documentation for grid view
Fixed site variables (#1063)
Update Update CHANGELOG and history
add gitlab to author profile (#1050)
* add gitlab to author profile
* add gitlab to footer
* Fix alignment of :
Add mention of Dutch localized UI text strings to theme documentation