Sha256: f9d1cc9f066332c91c1289268e857a95ca3c09b68579ac2b21f88c1b8b81ae60
Contents?: true
Size: 503 Bytes
Versions: 1
Compression:
Stored size: 503 Bytes
Contents
# This is a Hyde site. # Install the `hydeweb` Ruby gem and type `hyde` for help. hyde_requirement: 0.1 # The folder where the site's source files are kept. site_path: . output_path: _public # Other paths: layouts_path: _layouts extensions_path: _extensions partials_path: _layouts # Files to be excluded from processing ignore: - **/*~ - README* - **/_*.scss # Optional options for layout engines tilt_options: haml: :escape_html: true scss: :load_paths: [ 'site/css' ]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hydeweb-0.1.1 | data/new_site/hyde.conf |