Releases: ELIXIR-Belgium/elixir-toolkit-theme
Releases · ELIXIR-Belgium/elixir-toolkit-theme
1.15.1 - Contributors improvement
1.15.0 - Zenodo, Carpentries and Youtube training registry support
What's Changed
Full Changelog: 1.14.0...1.15.0
1.14.0 - Multiple improvements
1.13.0 - back to top button + no .html in url
What's Changed
- Support for back to top button by @bedroesb in #59
- Moving to urls without
.html
suffix by @bedroesb in #60
Full Changelog: 1.12.0...1.13.0
1.12.0 - Search exclude, sitemap and style improvements
What's Changed
Full Changelog: 1.11.0...1.12.0
1.11.0 - GitHub buttons position
What's Changed
- GitHub buttons location configurable by @bedroesb in #56
This introduces a new theme variableposition
in the _config.yml file with following defaults:
theme_variables:
github_buttons:
position: top
Alternative: bottom
Full Changelog: 1.10.0...1.11.0
1.10.0 - TOC, footer and topnav improvements
1.9.0 - Events, news and footer improvements
What's Changed
- Added a new "text" column type to the footer by @fbacall in #45
- Adding truncate option to events by @bedroesb in #46
- Adding support for collapsible news items by @bedroesb in #49
These changes introduce 2 new theme variables and deprecates 3 others:
New:
/*-----Events & news-----*/
$news-border-color: $light;
$news-title-color: $white;
Deprecated:
$topnav-border: 0;
$toc-border: 0;
$footer-border: 0;
Don't forget to add these variables to _sass/_custom_variables.scss
when switching to this version.
New Contributors
Full Changelog: 1.8.0...1.9.0