Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/starter-kit' into v9
Browse files Browse the repository at this point in the history
# Conflicts:
#	#jekyll-theme-hydejack
#	Gemfile.lock
  • Loading branch information
qwtel committed Mar 28, 2021
2 parents b81bb8b + c83b060 commit d855e09
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ vendor
_zip
/stats.json
/dist
/build

/assets/js/*hydejack-*
/_sass/*/__*__/*
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,20 @@ sitemap: false
{:toc .large-only}

## v9.1.3
Feb 23 2021
Mar 28 2021
{:.heading.post-date}

### Added
* Allow setting custom Google Fonts providers via `google_fonts_url` ([#264](https://github.com/hydecorp/hydejack/issues/264)). Defaults to `https://fonts.googleapis.com`.

### Fixes
* Merged [#266](https://github.com/hydecorp/hydejack/pull/266) --- Fixed a bug that caused incorrect links to be rendered.
* Merged [#267](https://github.com/hydecorp/hydejack/pull/267) --- Fixed a bug that caused incorrect sub-titles when using multiple categories/tags.
* Fix [#262](https://github.com/hydecorp/hydejack/issues/262) --- Fixed a bug that causes warnings when not providing a skill level / fluency level in the resume.
* [PRO] Fixed a bug preventing scrolling when using sticky ToC with certain aspect ratios.

### Design
* [PRO] Adjusted calculation to dark mode background color to prevent red tint of grey colors
* [PRO] Fix ToC scroll into view bug
* Hide underline in tooltips
* Show clap button on collection pages
* Show dingbat in `plain` layout
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gem "jekyll-theme-hydejack", "~> 9.1"
gem "kramdown-math-katex"

# A JavaScript runtime for ruby that helps with running the katex gem above.
# gem "duktape"
gem "duktape"

group :jekyll_plugins do
gem "jekyll-default-layout"
Expand Down

0 comments on commit d855e09

Please sign in to comment.