module Jekyll::Geolexica

Constants

VERSION

Public Class Methods

load_tasks() click to toggle source

Loads Rake tasks which are provided in this gem.

In order to load these tasks, following lines should be added to given site's Rakefile:

require "jekyll-geolexica"
::Jekyll::Geolexica.load_tasks
# File lib/jekyll/geolexica.rb, line 15
def self.load_tasks
  tasks_path = File.expand_path("../tasks", __dir__)
  Rake.add_rakelib(tasks_path)
end