diff --git a/README.md b/README.md index ce01879..1db7b7b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # www.brow.sh -This is the GitHub repository for the main Browsh website. It contains links for the homepage, downloads, documentation and donation pages. +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](https://jekyllrb.com/) site. @@ -25,4 +25,4 @@ Serve the Website: 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](https://jekyllrb.com/docs/windows/#installation). \ No newline at end of file +Jekyll isn’t officially supported for Windows; for more information on how to install Jekyll for Windows, check out the documentation [here](https://jekyllrb.com/docs/windows/#installation). diff --git a/_data/navigation.yml b/_data/navigation.yml index 742e484..224fa82 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -11,6 +11,7 @@ main: docs: - title: Getting Started + url: /docs/introduction children: - title: "Introduction" url: /docs/introduction/ @@ -22,6 +23,7 @@ docs: url: /docs/extensions/ - title: TTY client + url: /docs/keybindings children: - title: "Keybindings" url: /docs/keybindings/ @@ -31,6 +33,7 @@ docs: url: /docs/mosh/ - title: In-browser client + url: /docs/in-browser-usage children: - title: "Usage" url: /docs/in-browser-usage/ diff --git a/downloads.md b/downloads.md index 4e83f74..5b90fe5 100644 --- a/downloads.md +++ b/downloads.md @@ -20,8 +20,8 @@ terminal with [true colour support](https://gist.github.com/XVilka/8346728). * Debian/Ubuntu: [x64]({{base}}_linux_amd64.deb) / [386]({{base}}_linux_386.deb) / [ARMv6]({{base}}_linux_armv6.deb) / [ARMv7]({{base}}_linux_armv7.deb) / [ARM64]({{base}}_linux_arm64.deb) * Redhat/Fedora: [x64]({{base}}_linux_amd64.rpm) / [386]({{base}}_linux_386.rpm) / [ARMv6]({{base}}_linux_armv6.rpm) / [ARMv7]({{base}}_linux_armv7.rpm) / [ARM64]({{base}}_linux_arm64.rpm) * Arch AUR: 'browsh-bin'. Eg; `yay -S browsh-bin` -* FreeBSD: [x64]({{base}}_freebsd_amd64) / [386]({{base}}_freebsd_386) / [ARMv6]({{base}}_freebsd_armv6) / [ARMv7]({{base}}_freebsd_armv7) / [ARM64]({{base}}_freebsd_arm64) -* OpenBSD: [x64]({{base}}_openbsd_amd64) / [386]({{base}}_openbsd_386) / [ARMv6]({{base}}_openbsd_armv6) / [ARMv7]({{base}}_openbsd_armv7) / [ARM64]({{base}}_openbsd_arm64) +* FreeBSD: [x64]({{base}}_freebsd_amd64) / [386]({{base}}_freebsd_386) / [ARMv6]({{base}}_freebsd_armv6) / [ARMv7]({{base}}_freebsd_armv7) +* OpenBSD: [x64]({{base}}_openbsd_amd64) / [386]({{base}}_openbsd_386) / [ARMv6]({{base}}_openbsd_armv6) / [ARMv7]({{base}}_openbsd_armv7) * Mac OSX: `brew tap browsh-org/homebrew-browsh` or [tar.gz]({{base}}_darwin_amd64.tar.gz) * Windows: [.exe]({{base}}_windows_amd64.exe) (requires Win 10 or newer) (experimental) diff --git a/index.html b/index.html index 6fc156a..a58f938 100644 --- a/index.html +++ b/index.html @@ -42,27 +42,33 @@

Download (v{{ version }})

Live SSH Demo

- Just point your SSH client to brow.sh, eg; - ssh brow.sh. No auth needed. The service - is for demonstration only, sessions last 5 minutes and are logged.
- - Note that SSH is actually a very inefficient protocol, for best results install - Browsh on your own server along with Mosh. - + Temporarily offline +
+ Just point your SSH client to brow.sh, eg; + ssh brow.sh. No auth needed. The service + is for demonstration only, sessions last 5 minutes and are logged.
+ + Note that SSH is actually a very inefficient protocol, for best results install + Browsh on your own server along with Mosh. + +

In-browser Services

- + Temporarily offline +
+ +