-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add Download Page #105
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for zmk-studio ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
<meta charset="UTF-8" /> | ||
<link rel="icon" type="image/svg+xml" href="/zmk.svg" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>ZMK Studio - Download</title> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thought: not required but it'd be nice to have when sharing the app link.
<meta charset="UTF-8" /> | |
<link rel="icon" type="image/svg+xml" href="/zmk.svg" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>ZMK Studio - Download</title> | |
<title>Download ZMK Studio</title> | |
<meta name="description" content="ZMK Studio provides runtime update functionality to ZMK powered devices, allowing users to change their keymap layers without flashing new firmware to their keyboards."> | |
<meta property="og:title" content="Download ZMK Studio"> | |
<meta property="og:description" content="ZMK Studio provides runtime update functionality to ZMK powered devices, allowing users to change their keymap layers without flashing new firmware to their keyboards."> | |
<meta property="og:image" content="https://zmk.studio/zmk.svg"> | |
<meta property="og:url" content="https://zmk.studio/download"> | |
<meta property="og:site_name" content="Download ZMK Studio"> | |
<meta property="og:type" content="website"> | |
<meta name="twitter:card" content="summary_large_image"> | |
<meta name="twitter:title" content="Download ZMK Studio"> | |
<meta name="twitter:description" content="ZMK Studio provides runtime update functionality to ZMK powered devices, allowing users to change their keymap layers without flashing new firmware to their keyboards."> | |
<meta name="twitter:image" content="https://zmk.studio/zmk.svg"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair, I think we should do it as a follow-up since index.html is lacking this as well.
Adds a download page to make the GitHub releases page for the app a little easier to use. This page gets the latest GitHub release, detects the current platform, and gives the download options in a clean way. Also shows all download options if the OS can't be detected.