Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd319cc0

Browse files
committed
Update site configuration to support Jekyll 3.0 (mandatory for GitHub Pages)
Ignore transient gem filesMigrate from Pygments to Rouge as part of Jekyll 3.0 supportFix Liquid warnings due to non-printing characters in tagsRemove reference to (non-existent) cookbook
1 parent8e673cf commitd319cc0

File tree

4 files changed

+6
-11
lines changed

4 files changed

+6
-11
lines changed

‎.gitignore‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
_site
1+
_site
2+
/Gemfile.lock

‎Gemfile‎

Lines changed: 1 addition & 1 deletion
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

‎_config.yml‎

Lines changed: 2 additions & 2 deletions
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

‎index.markdown‎

Lines changed: 1 addition & 7 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp