The Homebrew homepage
The brew.sh webpage uses Jekyll and has a template for the index at _layouts/index.html
. The webpage also supports translations through GitHub Pull Requests.
_layouts/index.html
.The brew.sh webpage uses Jekyll as its static site generator and has a template for the index page. It also supports translations for different languages through GitHub Pull Requests. To add a new translation, specific steps need to be followed, including copying the necessary files and updating language codes and strings. By running bundle install
and bundler exec jekyll serve
, the translated webpage can be viewed at http://localhost:4000/.
Jekyll is a static site generator written in Ruby that allows you to create simple, fast, and secure websites without the need for a database.
Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading