diff --git a/_config_theme.yml b/_config_theme.yml index 280ebc31..fc7ec34d 100644 --- a/_config_theme.yml +++ b/_config_theme.yml @@ -24,7 +24,7 @@ navbar-links: Tools: - Gamepad Tester: "gamepad-tester" Downloads: - - Packages: "packages" + - Packages: "https://app.lizardbyte.dev/packages" - Homebrew: "https://github.com/LizardByte/homebrew-homebrew" - Pacman: "https://github.com/LizardByte/pacman-repo" Development: @@ -64,10 +64,10 @@ sass: sass_dir: _sass style: compressed site-css: - - "https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2025.326.11214/dist/crowdin-bootstrap-css.css" + - "https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.219.33142/dist/crowdin-bootstrap-css.css" - "/assets/css/styles.css" site-js: - - "https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2025.326.11214/dist/crowdin.js" + - "https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.219.33142/dist/crowdin.js" - "/assets/js/crowdin-init.js" theme-switcher: true theme-switcher-style: 'button' diff --git a/_data/licenses.yml b/_data/licenses.yml index 89128a15..c1dbe139 100644 --- a/_data/licenses.yml +++ b/_data/licenses.yml @@ -5,12 +5,12 @@ beautiful-jekyll: license: MIT gamepad-helper: name: LizardByte/gamepad-helper - version: '2025.517.134257' + version: '2026.219.34512' url: https://github.com/LizardByte/gamepad-helper/ license: MIT shared-web: name: LizardByte/shared-web - version: '2025.326.11214' + version: '2026.219.33142' url: https://github.com/LizardByte/shared-web/ license: AGPL-3.0 bootstrap: diff --git a/assets/js/projects.js b/assets/js/projects.js index 34871547..48b000cb 100644 --- a/assets/js/projects.js +++ b/assets/js/projects.js @@ -124,7 +124,7 @@ $(document).ready(function(){ let height = maxCommits > 0 ? (week.total / maxCommits) * 100 : 0 let intensity = 0.3 + (height / 100) * 0.7 - bar.className = week.total === 0 ? 'commit-bar-empty' : 'commit-bar-active' + bar.className = week.total === 0 ? 'commit-bar-empty crowdin-ignore' : 'commit-bar-active crowdin-ignore' bar.style.cssText = ` flex: 1; min-width: 2px; @@ -135,7 +135,6 @@ $(document).ready(function(){ ` bar.title = `${week.total} commits this week` - activity_container.appendChild(bar) } diff --git a/gamepad-tester.html b/gamepad-tester.html index 3beba87b..a3c03c28 100644 --- a/gamepad-tester.html +++ b/gamepad-tester.html @@ -6,7 +6,7 @@ - /assets/css/hide-heading.css ext-js: - https://cdn.jsdelivr.net/npm/chart.js@4.4.9/dist/chart.umd.min.js - - https://cdn.jsdelivr.net/npm/@lizardbyte/gamepad-helper@2025.517.134257/dist/gamepad-helper.js + - https://cdn.jsdelivr.net/npm/@lizardbyte/gamepad-helper@2026.219.34512/dist/gamepad-helper.js js: - /assets/js/gamepad-tester.js --- diff --git a/index.html b/index.html index 8ab619ee..0fe65340 100644 --- a/index.html +++ b/index.html @@ -12,8 +12,8 @@ - /assets/img/banners/AdobeStock_372471479_1920x1280.jpg ext-js: - https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js - - https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2025.326.11214/dist/format-number.js - - https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2025.326.11214/dist/ranking-sorter.js + - https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.219.33142/dist/format-number.js + - https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.219.33142/dist/ranking-sorter.js js: - /assets/js/projects.js ---