Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/homebrew/brew.sh
🔖 The Homebrew homepage
https://github.com/homebrew/brew.sh
github-pages homebrew jekyll transifex translation webpage
Last synced: about 1 month ago
JSON representation
🔖 The Homebrew homepage
- Host: GitHub
- URL: https://github.com/homebrew/brew.sh
- Owner: Homebrew
- License: bsd-2-clause
- Created: 2013-07-18T23:33:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T07:23:14.000Z (7 months ago)
- Last Synced: 2024-04-13T20:55:43.619Z (7 months ago)
- Topics: github-pages, homebrew, jekyll, transifex, translation, webpage
- Language: HTML
- Homepage: https://brew.sh
- Size: 8.29 MB
- Stars: 133
- Watchers: 26
- Forks: 138
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Security: security.txt
Awesome Lists containing this project
README
# brew.sh
The webpage uses [Jekyll](https://github.com/jekyll/jekyll). The template for
the index is at `_layouts/index.html`.## Translations
### GitHub Pull Request
If you want to add a new translation, follow these steps:
1. Copy `index_fr.html` to `index_{langcode}.html` and update its `lang` and `permalink` values.
2. Copy `_data/locales/en.yml` to `_data/locales/{langcode}.yml` and update its initial language code.
3. Change the values of the English strings to the new, translated language strings.You can see the translated webpage by running `bundle install` and `bundler exec jekyll serve`, after executing it open
and switch to your language.