diff --git a/_config.yml b/_config.yml
index 0d02e0e..b473234 100644
--- a/_config.yml
+++ b/_config.yml
@@ -3,7 +3,6 @@
name: boxes
description: Command line ASCII boxes unlimited!
-# enable emoticons
gems:
- jemoji
- jekyll-paginate
@@ -18,7 +17,6 @@ url: http://boxes.thomasjensen.com/
#baseurl: /boxes
baseurl: ''
-# This can be '' to hide the Github nav button
github: 'ascii-boxes/boxes'
# Set this to your UA-# value, or '' to disable the block completely
@@ -33,7 +31,7 @@ comments: false
permalink: /:year/:month/:title
paginate: 10
-highlighter: pygments
+highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
diff --git a/docs/index.html b/docs/index.html
index 1d2b56c..f6a7be3 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -4,41 +4,41 @@ layout: markdown
# Documentation
- 1. General
- a. [Overview]({{ site.baseurl}}/about.html) & [Features]({{ site.baseurl}}/about.html#some-of-the-features)
- b. [News]({{ site.baseurl}}/)
+ 1. General\\
+ a. [Overview]({{ site.baseurl}}/about.html) & [Features]({{ site.baseurl}}/about.html#some-of-the-features)\\
+ b. [News]({{ site.baseurl}}/)\\
c. [FAQ]({{ site.baseurl}}/docs/faq.html) (Frequently Asked Questions)
1. [Legal Stuff](legal.html)
- 1. [Examples]({{ site.baseurl}}/examples.html)
- a. [Default Action]({{ site.baseurl}}/examples.html)
- b. [Choosing a Different Design]({{ site.baseurl}}/examples.html#design)
- c. [The "-a" option - Alignment, Positioning & Line Justification]({{ site.baseurl}}/examples.html#position)
- d. [Size Specification]({{ site.baseurl}}/examples.html#size)
- e. [Padding]({{ site.baseurl}}/examples.html#padding)
- f. [Regional Comments]({{ site.baseurl}}/examples.html#comments)
- g. [Removal of Boxes]({{ site.baseurl}}/examples.html#removal)
- h. [Indentation Handling]({{ site.baseurl}}/examples.html#indent)
+ 1. [Examples]({{ site.baseurl}}/examples.html)\\
+ a. [Default Action]({{ site.baseurl}}/examples.html)\\
+ b. [Choosing a Different Design]({{ site.baseurl}}/examples.html#design)\\
+ c. [The "-a" option - Alignment, Positioning & Line Justification]({{ site.baseurl}}/examples.html#position)\\
+ d. [Size Specification]({{ site.baseurl}}/examples.html#size)\\
+ e. [Padding]({{ site.baseurl}}/examples.html#padding)\\
+ f. [Regional Comments]({{ site.baseurl}}/examples.html#comments)\\
+ g. [Removal of Boxes]({{ site.baseurl}}/examples.html#removal)\\
+ h. [Indentation Handling]({{ site.baseurl}}/examples.html#indent)\\
i. [Use of Regular Expressions]({{ site.baseurl}}/examples.html#regexp)
- 1. Creating Your Own Designs
- a. [Introduction and General Concepts](config-general.html)
- b. [Configuration File Syntax](config-syntax.html)
- c. [Step-by-Step Guide to a New Design](config-step.html)
- d. [Complete examples of box designs](config-complete_exp.html)
+ 1. Creating Your Own Designs\\
+ a. [Introduction and General Concepts](config-general.html)\\
+ b. [Configuration File Syntax](config-syntax.html)\\
+ c. [Step-by-Step Guide to a New Design](config-step.html)\\
+ d. [Complete examples of box designs](config-complete_exp.html)\\
e. [List of preconfigured designs]({{ site.baseurl}}/box-designs.txt)
- 1. [Text Editor Integration](install.html)
- a. [Integration with Vim](install.html)
- b. [Integration with Jed](install.html#jed)
+ 1. [Text Editor Integration](install.html)\\
+ a. [Integration with Vim](install.html)\\
+ b. [Integration with Jed](install.html#jed)\\
c. [Integration with Emacs](install.html#emacs)
- 1. Development
- a. [Contributing]({{ site.baseurl}}/contributing.html)
- b. [List of Contributors]({{ site.baseurl}}/contributing.html#contributors)
- c. [Building from Source]({{ site.baseurl}}/build.html)
- d. [Testing]({{ site.baseurl}}/testing.html)
+ 1. Development\\
+ a. [Contributing]({{ site.baseurl}}/contributing.html)\\
+ b. [List of Contributors]({{ site.baseurl}}/contributing.html#contributors)\\
+ c. [Building from Source]({{ site.baseurl}}/build.html)\\
+ d. [Testing]({{ site.baseurl}}/testing.html)\\
e. [Chronological Change Log](https://github.com/{{ site.github }}/commits/master)
1. [Download]({{ site.baseurl}}/download.html)
diff --git a/docs/install.html b/docs/install.html
index cfe315d..7b9d789 100644
--- a/docs/install.html
+++ b/docs/install.html
@@ -55,7 +55,7 @@ The lines below are from the author's *.vimrc*. They can be pasted directly from
## Integration with Jed
-*Andreas Heiduk* (@asheiduk) kindly provided the following excerpt from his *.jedrc*:
+[Andreas Heiduk](https://github.com/asheiduk) kindly provided the following excerpt from his *.jedrc*:
%!% Ripped from "pipe.sl"
@@ -106,7 +106,7 @@ I think it calls [tal](http://www.thomasjensen.com/software/tal/) when you press
## Integration with Emacs
-[Jason L. Shiffer](mailto:jshiffer@zerotao.com) kindly submitted the following information on integrating *boxes* with Emacs:
+[Jason L. Shiffer](https://github.com/zerotao) kindly submitted the following information on integrating *boxes* with Emacs:
The simple interface (only a single box style, but easy):
diff --git a/examples.html b/examples.html
index 7f796b7..91841f5 100644
--- a/examples.html
+++ b/examples.html
@@ -303,7 +303,7 @@ Finally, it is also possible to throw away any indentation altogether by specify
/* G l o b a l V a r i a b l e s */
/*************************************/
-The `replace` and `reverse` statements may contain regular expressions and backreferences, which can be used for more elaborate text modifications. The example shown here, where spaces are inserted between the individual characters, is configured [like this](https://github.com/{{ site.github }}/blob/master/boxes-config#L1895-L1898).
+The `replace` and `reverse` statements may contain regular expressions and backreferences, which can be used for more elaborate text modifications. The example shown here, where spaces are inserted between the individual characters, is configured [like this](https://github.com/{{ site.github }}/blob/9eb1472f9c54d88f574017ad4b4912a94bd5a2f0/boxes-config#L1942-L1945).
`boxes -d headline -r`