The main Browsh website

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

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.