Skip to content

Commit d319cc0

Browse files
committed
Update site configuration to support Jekyll 3.0 (mandatory for GitHub Pages)
Ignore transient gem files Migrate from Pygments to Rouge as part of Jekyll 3.0 support Fix Liquid warnings due to non-printing characters in tags Remove reference to (non-existent) cookbook
1 parent 8e673cf commit d319cc0

File tree

4 files changed

+6
-11
lines changed

4 files changed

+6
-11
lines changed

Diff for: .gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
_site
1+
_site
2+
/Gemfile.lock

Diff for: Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source 'https://rubygems.org'
22

3-
gem 'github-pages'
3+
gem 'github-pages', group: :jekyll_plugins

Diff for: _config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
highlighter: pygments
2-
markdown: redcarpet
1+
highlighter: rouge
2+
markdown: kramdown
33
exclude: [ README.md, Gemfile ]
44

55
name: Geocoder

Diff for: index.markdown

+1-7
Original file line numberDiff line numberDiff line change
@@ -63,20 +63,14 @@ Documentation
6363

6464
Here are the links to the official and complete documentation pages:
6565

66-
* [Geocoder documentation]({{ site.url }}Geocoder)
66+
* [Geocoder documentation]({{ site.url }}Geocoder)
6767
* [GeocodableBehavior documentation (Propel)]({{ site.url }}GeocodableBehavior)
6868
* [GeocoderBundle documentation (Symfony2)]({{ site.url }}BazingaGeocoderBundle)
6969
* [StackGeoIp documentation (Stack Middleware)]({{ site.url }}StackGeoIp)
7070
* [GeocoderServiceProvider documentation (Silex)]({{ site.url }}GeocoderServiceProvider)
7171
* [GeocoderLaravel documentation (Laravel 4)]({{ site.url }}GeocoderLaravel)
7272

7373

74-
Cookbook
75-
--------
76-
77-
In this cookbook, you will find specific solutions for specific needs.
78-
79-
8074
License
8175
-------
8276

0 commit comments

Comments
 (0)