Update site for Jekyll 3

This commit is contained in:
Thomas Jensen
2016-02-06 21:41:31 +01:00
parent 350287090f
commit e6a7bfeee9
4 changed files with 29 additions and 31 deletions

View File

@ -3,7 +3,6 @@
name: boxes name: boxes
description: Command line ASCII boxes unlimited! description: Command line ASCII boxes unlimited!
# enable emoticons
gems: gems:
- jemoji - jemoji
- jekyll-paginate - jekyll-paginate
@ -18,7 +17,6 @@ url: http://boxes.thomasjensen.com/
#baseurl: /boxes #baseurl: /boxes
baseurl: '' baseurl: ''
# This can be '' to hide the Github nav button
github: 'ascii-boxes/boxes' github: 'ascii-boxes/boxes'
# Set this to your UA-# value, or '' to disable the block completely # Set this to your UA-# value, or '' to disable the block completely
@ -33,7 +31,7 @@ comments: false
permalink: /:year/:month/:title permalink: /:year/:month/:title
paginate: 10 paginate: 10
highlighter: pygments highlighter: rouge
markdown: kramdown markdown: kramdown
kramdown: kramdown:
input: GFM input: GFM

View File

@ -4,41 +4,41 @@ layout: markdown
# Documentation # Documentation
1. General 1. General\\
a. [Overview]({{ site.baseurl}}/about.html) & [Features]({{ site.baseurl}}/about.html#some-of-the-features) a. [Overview]({{ site.baseurl}}/about.html) & [Features]({{ site.baseurl}}/about.html#some-of-the-features)\\
b. [News]({{ site.baseurl}}/) b. [News]({{ site.baseurl}}/)\\
c. [FAQ]({{ site.baseurl}}/docs/faq.html) (Frequently Asked Questions) c. [FAQ]({{ site.baseurl}}/docs/faq.html) (Frequently Asked Questions)
1. [Legal Stuff](legal.html) 1. [Legal Stuff](legal.html)
1. [Examples]({{ site.baseurl}}/examples.html) 1. [Examples]({{ site.baseurl}}/examples.html)\\
a. [Default Action]({{ site.baseurl}}/examples.html) a. [Default Action]({{ site.baseurl}}/examples.html)\\
b. [Choosing a Different Design]({{ site.baseurl}}/examples.html#design) b. [Choosing a Different Design]({{ site.baseurl}}/examples.html#design)\\
c. [The &quot;<TT>-a</TT>&quot; option - Alignment, Positioning &amp; Line Justification]({{ site.baseurl}}/examples.html#position) c. [The &quot;<TT>-a</TT>&quot; option - Alignment, Positioning &amp; Line Justification]({{ site.baseurl}}/examples.html#position)\\
d. [Size Specification]({{ site.baseurl}}/examples.html#size) d. [Size Specification]({{ site.baseurl}}/examples.html#size)\\
e. [Padding]({{ site.baseurl}}/examples.html#padding) e. [Padding]({{ site.baseurl}}/examples.html#padding)\\
f. [Regional Comments]({{ site.baseurl}}/examples.html#comments) f. [Regional Comments]({{ site.baseurl}}/examples.html#comments)\\
g. [Removal of Boxes]({{ site.baseurl}}/examples.html#removal) g. [Removal of Boxes]({{ site.baseurl}}/examples.html#removal)\\
h. [Indentation Handling]({{ site.baseurl}}/examples.html#indent) h. [Indentation Handling]({{ site.baseurl}}/examples.html#indent)\\
i. [Use of Regular Expressions]({{ site.baseurl}}/examples.html#regexp) i. [Use of Regular Expressions]({{ site.baseurl}}/examples.html#regexp)
1. Creating Your Own Designs 1. Creating Your Own Designs\\
a. [Introduction and General Concepts](config-general.html) a. [Introduction and General Concepts](config-general.html)\\
b. [Configuration File Syntax](config-syntax.html) b. [Configuration File Syntax](config-syntax.html)\\
c. [Step-by-Step Guide to a New Design](config-step.html) c. [Step-by-Step Guide to a New Design](config-step.html)\\
d. [Complete examples of box designs](config-complete_exp.html) d. [Complete examples of box designs](config-complete_exp.html)\\
e. [List of preconfigured designs]({{ site.baseurl}}/box-designs.txt) e. [List of preconfigured designs]({{ site.baseurl}}/box-designs.txt)
1. [Text Editor Integration](install.html) 1. [Text Editor Integration](install.html)\\
a. [Integration with Vim](install.html) a. [Integration with Vim](install.html)\\
b. [Integration with Jed](install.html#jed) b. [Integration with Jed](install.html#jed)\\
c. [Integration with Emacs](install.html#emacs) c. [Integration with Emacs](install.html#emacs)
1. Development 1. Development\\
a. [Contributing]({{ site.baseurl}}/contributing.html) a. [Contributing]({{ site.baseurl}}/contributing.html)\\
b. [List of Contributors]({{ site.baseurl}}/contributing.html#contributors) b. [List of Contributors]({{ site.baseurl}}/contributing.html#contributors)\\
c. [Building from Source]({{ site.baseurl}}/build.html) c. [Building from Source]({{ site.baseurl}}/build.html)\\
d. [Testing]({{ site.baseurl}}/testing.html) d. [Testing]({{ site.baseurl}}/testing.html)\\
e. [Chronological Change Log](https://github.com/{{ site.github }}/commits/master) e. [Chronological Change Log](https://github.com/{{ site.github }}/commits/master)
1. [Download]({{ site.baseurl}}/download.html) 1. [Download]({{ site.baseurl}}/download.html)

View File

@ -55,7 +55,7 @@ The lines below are from the author's *.vimrc*. They can be pasted directly from
## Integration with Jed ## 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" %!% 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 ## 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): The simple interface (only a single box style, but easy):

View File

@ -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 */ /* 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` `boxes -d headline -r`