Removed readme.txt file because Github made an update that makes it take precedence over the index.html file

This commit is contained in:
tomjohnson1492
2016-12-12 19:59:29 -08:00
parent 3a58266853
commit 771720c7aa
6 changed files with 41 additions and 21 deletions

BIN
pages/.DS_Store vendored

Binary file not shown.

View File

@ -84,4 +84,28 @@ public class ScannerAndKeyboard
}
{% endhighlight %}
The theme has syntax highlighting specified in the configuration file as follows:
```
highlighter: rouge
```
The syntax highlighting is done via the css/syntax.css file.
## Available lexers
The keywords you must add to specify the highlighting (in the previous example, `ruby`) are called "lexers." You can search for "lexers." Here are some common ones I use:
* js
* html
* yaml
* css
* json
* php
* java
* cpp
* dotnet
* xml
* http
{% include links.html %}

View File

@ -421,6 +421,6 @@ And here is the result:
## More resources
For more examples and explanations, see this helpful post on tournemille.com: [How to create data-driven navigation in Jekyll](http://www.tournemille.com/blog/How-to-create-data-driven-navigation-in-Jekyll/).
For more examples and explanations, see this helpful post on tournemille.com: [How to create data-driven navigation in Jekyll](http://www.tournemille.com/blog/How-to-create-data-driven-navigation-in-Jekyll).
{% include links.html %}