Class: Hyde

Inherits:
Object
  • Object
show all
Defined in:
lib/hyde.rb,
lib/hyde/cli.rb,
lib/hyde/set.rb,
lib/hyde/meta.rb,
lib/hyde/page.rb,
lib/hyde/config.rb,
lib/hyde/layout.rb,
lib/hyde/server.rb,
lib/hyde/helpers.rb,
lib/hyde/partial.rb,
lib/hyde/project.rb,
lib/hyde/cli/helpers.rb

Defined Under Namespace

Modules: Helpers, Server Classes: CLI, Config, Layout, Meta, Page, Partial, Project, Set

Constant Summary collapse

VERSION =
"0.1.13"
PREFIX =
File.expand_path('../', __FILE__)
Error =
Class.new(StandardError)
LegacyError =
Class.new(Error)
VersionError =
Class.new(Error)
CONFIG_FILES =

Allowed config filenames

['hyde.conf', '.hyderc']

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.projectObject

The latest project.



40
41
42
# File 'lib/hyde.rb', line 40

def project
  @project
end

Class Method Details

.versionObject



42
43
44
# File 'lib/hyde.rb', line 42

def version
  VERSION
end