Class: Amiba::Source::Page
- Inherits:
-
Object
- Object
- Amiba::Source::Page
- Includes:
- Amiba::Source
- Defined in:
- lib/amiba/source.rb
Constant Summary collapse
- VALID_FORMATS =
%w{haml markdown}
Instance Method Summary collapse
Methods included from Amiba::Source
Instance Method Details
#link ⇒ Object
127 128 129 |
# File 'lib/amiba/source.rb', line 127 def link URI.escape( ["", "#{name}.html"].join("/") ) end |
#output_filename ⇒ Object
131 132 133 |
# File 'lib/amiba/source.rb', line 131 def output_filename File.join(Amiba::Configuration.site_dir, "public/#{name}.html") end |