Sha256: c636945edebe0240f41f457d31d10da272c3292a620893bf96606067b19b9094
Contents?: true
Size: 274 Bytes
Versions: 1
Compression:
Stored size: 274 Bytes
Contents
require 'fileutils' require 'html-proofer' require 'yaml' SITE_DIR = './_site' CONFIG = YAML.load_file './_config.yml' SITE_ID = ENV['SITE_ID'] || CONFIG.fetch('site_id', 'root') LIVE_PATH = ENV['LIVE_PATH'] || CONFIG.fetch('live_path', '/missing') module Iiifc ; end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
udt-itf-theme-0.1.0 | lib/iiifc.rb |