The main Browsh website

Thomas Buckley-Houston 502cc34295 Merge pull request #31 from jwilk-forks/spelling 2 tahun lalu
_data bafd3538f7 Github Actions: updated Browsh version to 1.8.0 2 tahun lalu
_docs 48702c7411 Fix typos 2 tahun lalu
_includes 3dd42c4914 Merge branch 'master' into html-errors 6 tahun lalu
_layouts 2cd7306537 Only show carbon ad sidebar for docs 6 tahun lalu
_sass 144e87c3a1 removes div from button 6 tahun lalu
assets 1d3df4495e removes frameborder attribute 6 tahun lalu
.firebaserc f3668b7304 Fixes for doc nav permalinks 7 tahun lalu
.gitignore a7ef56d9b0 chore: Update deps 2 tahun lalu
.travis.yml 05001eab18 Add Travis hook to deploy to Firebase 6 tahun lalu
CNAME 501e7096de Update CNAME 5 tahun lalu
Gemfile a7ef56d9b0 chore: Update deps 2 tahun lalu
README.md 69046f537d Fix Markdown Syntax 6 tahun lalu
Rakefile d3d0c0401a Converted to Jekyll and Minimal Mistakes theme 7 tahun lalu
_config.yml a7ef56d9b0 chore: Update deps 2 tahun lalu
browserconfig.xml 5deeba2cd5 Redesign with new logo 6 tahun lalu
browsh-header.xcf 5deeba2cd5 Redesign with new logo 6 tahun lalu
donate.html ad41370134 adds alt attribute 6 tahun lalu
downloads.md 281e2789e1 Do not list arm64 for *BSD's 2 tahun lalu
firebase.json d3d0c0401a Converted to Jekyll and Minimal Mistakes theme 7 tahun lalu
html-service-welcome.md 98f749dff5 Change 'texttop' refs to 'browsh' 6 tahun lalu
index.html 070d107d71 Change Docker command to use `run -it` 2 tahun lalu
package.json d3d0c0401a Converted to Jekyll and Minimal Mistakes theme 7 tahun lalu
ssh-welcome.md c6561bcade Updates cycling tabs keybinding 6 tahun lalu

README.md

www.brow.sh

This is the GitHub repository for the main Browsh website. It contains links for the homepage, downloads, documentation and donation pages.

It's currently a Jekyll site.

Note that it receives automatic updates upon every new release of browsh-org/browsh; the updates change the current version number throughout the site.

Contributions welcome.

Running Site Locally

To run the website locally for development, you will need to have Ruby 2.2.5 or higher and RubyGems installed.

Install Bundler:

gem install bundler

Install Jekyll and other dependencies from the Gemfile:

bundle install

Serve the Website:

bundle exec jekyll serve

Jekyll’s built-in development server will run the website at http://localhost:4000

Jekyll isn’t officially supported for Windows; for more information on how to install Jekyll for Windows, check out the documentation here.