FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

mapnik/mapnik.github.com · GitHub

Repository files navigation

mapnik.org

Home for the Mapnik project on the web.

Uses jekyll.

Setup

Install jekyll (depends on Ruby, rubygems and Ruby development packages)

bundle install

Run jekyll

bundle exec jekyll serve

View the site at:

http://127.0.0.1:4000/

Update news posts:

Format /news posts as either .html or .md files. Code snippets should be wrapped in highlight liquid tags either with or without line numbers, outlined below. Replace xml with the code snippet type.

{% highlight xml %} 
	code here 
{% endhighlight %}

or

{% highlight xml linenos %} 
	code here 
{% endhighlight %}

About

Resources

Stars

8 stars

Watchers

8 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL