Skip to content
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 Refine to framework options #33

Merged
merged 4 commits into from
Jul 14, 2023
Merged
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
4 changes: 4 additions & 0 deletions src/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,10 @@ export const Config = {
name: "Hugo",
icon: `<svg width="16" height="16" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Hugo</title><path fill="currentColor" d="M11.754 0a3.998 3.998 0 00-2.049.596L3.33 4.532a4.252 4.252 0 00-2.017 3.615v8.03c0 1.473.79 2.838 2.067 3.574l6.486 3.733a3.88 3.88 0 003.835.018l7.043-3.966a3.817 3.817 0 001.943-3.323V7.752a3.57 3.57 0 00-1.774-3.084L13.817.541a3.998 3.998 0 00-2.063-.54zm.022 1.674c.413-.006.828.1 1.2.315l7.095 4.127c.584.34.941.96.94 1.635v8.462c0 .774-.414 1.484-1.089 1.864l-7.042 3.966a2.199 2.199 0 01-2.179-.01l-6.485-3.734a2.447 2.447 0 01-1.228-2.123v-8.03c0-.893.461-1.72 1.221-2.19l6.376-3.935a2.323 2.323 0 011.19-.347zm-4.7 3.844V18.37h2.69v-5.62h4.46v5.62h2.696V5.518h-2.696v4.681h-4.46V5.518Z"/></svg>`,
},
refine: {
name: "Refine",
icon: `<svg width="16" height="16" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M 14.625 6.674 C 14.625 5.223 13.45 4.05 11.999 4.05 C 10.548 4.05 9.375 5.223 9.375 6.674 L 9.375 17.176 C 9.375 18.627 10.548 19.802 11.999 19.802 C 13.45 19.802 14.625 18.627 14.625 17.176 L 14.625 6.674 Z M 11.999 8.676 C 13.103 8.676 14.001 7.778 14.001 6.674 C 14.001 5.57 13.103 4.672 11.999 4.672 C 10.895 4.672 10.001 5.57 10.001 6.674 C 10.001 7.778 10.895 8.676 11.999 8.676 Z"/><path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M 24 12 C 24 18.627 18.627 24 12 24 C 5.373 24 0 18.627 0 12 C 0 5.373 5.373 0 12 0 C 18.627 0 24 5.373 24 12 Z M 12 3 C 9.929 3 8.25 4.679 8.25 6.75 L 8.25 17.25 C 8.25 19.322 9.929 21 12 21 C 14.072 21 15.75 19.322 15.75 17.25 L 15.75 6.75 C 15.75 4.679 14.072 3 12 3 Z"/></svg>`,
},
other: {
name: "Other",
},
Expand Down