The main Browsh website

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

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.