Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _config_theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions _data/licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 1 addition & 2 deletions assets/js/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -135,7 +135,6 @@ $(document).ready(function(){
`
bar.title = `${week.total} commits this week`


activity_container.appendChild(bar)
}

Expand Down
2 changes: 1 addition & 1 deletion gamepad-tester.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down