The main Browsh website

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

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.