Thoughts on ways to make website contributions easier #6492
Replies: 1 comment
-
No. We use Jekyll because we're Rubyists running on GitHub Pages.
Possibly but you'd need to elaborate on what that entails and how it would benefit the project.
No. The site is simple by design, which makes maintenance relatively low. We're not looking to make a bunch of changes.
If you're willing to open a PR that works for this, feel free. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew configOutput of
brew doctorDescription of issue
Yesterday I started down a rabbit hole after noticing various quicklook plugins I have installed are deprecated.
My first thought was to figure out why they were deprecated, which led me to Homebrew/homebrew-cask@45609aa#commitcomment-167206256, which linked to Homebrew/brew#20732. Ah, makes sense! My next thought was to figure out if there were replacements available, so I tried
brew search --desc 'quicklook'which returned a bunch of results - great! But it didn't surface whether they were deprecated or not...which led me to think, I wonder if there's a way to filter on deprecations. Eventually I found my way to https://docs.brew.sh/Querying-Brew, which seems tenable, but I also remembered https://formulae.brew.sh/ and noticed casks/formulae show an icon indicating if they're disabled/deprecated."Maybe there's some UX improvements I could contribute to be able to easily filter out deprecated casks on the website," I thought, and so I started down the road of cloning the repo to work on it locally. As mentioned in Homebrew/formulae.brew.sh#1765 (comment),
rake generatedoesn't work OOTB, and even after getting it working, I ran into issues with Jekyll's livereload and speed (80+ seconds for initial compilation), adding new CSS (ended up inlining<style>tags after being unable to figure out extending the remote theme SASS), and a handful of other rough edges along the way.All this is to say...I'd love to make some contributions to improve the experience when working on either
brew.shorformulae.brew.sh, but I wanted to get a sense of what would be considered before opening any issues or PRs.https://formulae.brew.sh/[formula|cask|cask-font]/be considered?HOMEBREW_INFLUXDB_TOKENavailable locally?Beta Was this translation helpful? Give feedback.
All reactions