diff --git a/_includes/footer.html b/_includes/footer.html
index 61c3fd5..81113d6 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -2,11 +2,11 @@
>
+ boxes contributorscontribs
diff --git a/_sass/_boxes.scss b/_sass/_boxes.scss
index 0f08d3e..8cc7ad9 100644
--- a/_sass/_boxes.scss
+++ b/_sass/_boxes.scss
@@ -59,6 +59,9 @@ ol ul li, ul ul li {
th {
color: $headings-color;
}
+table.table-striped tr:last-child {
+ border-bottom: 1px solid $table-border-color;
+}
/*
@@ -113,6 +116,7 @@ pre {
padding: 0;
border-radius: 0;
white-space: pre;
+ word-wrap: normal;
}
}
code {
@@ -121,6 +125,7 @@ code {
border-radius: $border-radius-sm;
padding: 2px 3px;
white-space: pre-wrap;
+ word-wrap: normal;
}
diff --git a/pages/download.md b/pages/download.md
index cddd579..bc95283 100644
--- a/pages/download.md
+++ b/pages/download.md
@@ -11,41 +11,56 @@ The current release is **version {{ site.currentVersion }}**. For older revision
[release history]({{ site.baseurl }}/releases.html).
-## Binaries
+{% comment %} ---------------------------------------------------------------------------------------- {% endcomment %}
+{% include heading.html
+ level=2
+ text="Binaries" %}
-*boxes* binaries are available on multiple platforms:
-{% comment %} TODO properly reference known packages {% endcomment %}
+The best way to get *boxes* is via your package manager. Here are some package managers which we know have a
+*boxes* package, but there are more - just try it on yours.
-**Windows**
-
-- Option 1 - Using [Chocolatey](https://chocolatey.org/): Just type `choco install boxes.portable`
-- Option 2 - Install from ZIP:
- [Download ZIP](https://github.com/{{ site.github }}/releases/download/v{{ site.currentVersion }}/boxes-{{
- site.currentVersion }}-intel-win32.zip), extract and put it somewhere on the PATH. Make sure to put boxes.exe and
- boxes.cfg in the same directory.
-
-**MacOS X**
-
-- Just type `brew install boxes`.\\
- This works for both 32bit and 64bit MacOS.
-
-**Linux**
-
-- Just type `apt-get install boxes`.\\
- This works for Debian and debian-based Linuxes, such as Ubuntu, including the Windows 10 Ubuntu Subsystem.
+
+
+
+ Platform |
+ Tool |
+ Command |
+
+
+
+ Linux | apt | apt-get install -y boxes |
+ Linux | dnf | dnf install boxes |
+ MacOS | brew | brew install boxes |
+ Windows | choco | choco install boxes.portable |
+
+
-## Miscellaneous
+{% comment %} ---------------------------------------------------------------------------------------- {% endcomment %}
+{% include heading.html
+ level=3 slug="windows"
+ text="Windows Portable ZIP" %}
- - The current [list of available box designs]({{ site.baseurl }}/box-designs.html)
- - A [Vim syntax file](https://raw.githubusercontent.com/{{ site.github }}/master/boxes.vim){:target="_blank"} to
- enable the Vim editor to apply syntax highlighting to *boxes* config files
+For Windows, we also have a portable ZIP which you can unpack somewhere in your `PATH`. Make sure to put boxes.exe and
+boxes.cfg in the same directory. Get the ZIP file
+[here](https://github.com/{{ site.github }}/releases/download/v{{ site.currentVersion }}/boxes-{{
+ site.currentVersion }}-intel-win32.zip).
-## Sources
+{% comment %} ---------------------------------------------------------------------------------------- {% endcomment %}
+{% include heading.html
+ level=3
+ text="Vim Syntax File" %}
-The *boxes* sources are now all on GitHub, including previous releases
-([build instructions]({{ site.baseurl }}/build.html)):
+We also have a [Vim syntax file](https://raw.githubusercontent.com/{{ site.github }}/master/boxes.vim){:target="_blank"}
+which enables the Vim editor to apply syntax highlighting to *boxes* config files.
+
+
+{% comment %} ---------------------------------------------------------------------------------------- {% endcomment %}
+{% include heading.html
+ level=2
+ text="Sources" %}
+
+The *boxes* sources are on GitHub, including previous releases ([build instructions]({{ site.baseurl }}/build.html)):
[https://github.com/{{ site.github }}](https://github.com/{{ site.github }}){:target="_blank"}
-
diff --git a/pages/examples.md b/pages/examples.md
index 2cbd15d..6964426 100644
--- a/pages/examples.md
+++ b/pages/examples.md
@@ -122,8 +122,8 @@ This uses the third possible argument to the **-a** option, `j`. `jr` stands for
{% comment %} ---------------------------------------------------------------------------------------- {% endcomment %}
{% include heading.html
- level=2
- text="Quick alignment/positioning" %}
+ level=2 slug="quick-alignment-positioning"
+ text="Quick alignment/positioning" %}
`boxes -d dog -a c`