Sha256: 7e2c4ebeccd829eea3a01b1df64da389f5f50997a6d23d81f0c8c1792b9317f0
Contents?: true
Size: 678 Bytes
Versions: 3
Compression:
Stored size: 678 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: _output # Other paths: layouts_path: _layouts extensions_path: _extensions partials_path: _layouts # Files to be excluded from processing ignore: - **/*~ - README* - config.ru - **/.* - **/_*.scss # Optional options for layout engines tilt_options: haml: :escape_html: true scss: :load_paths: [ 'css' ] :style: :compact :line_numbers: true # Optional settings for doing a build tilt_build_options: scss: :style: :compressed :line_numbers: false
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
hydeweb-0.1.10 | data/new_site/hyde.conf |
hydeweb-0.1.9 | data/new_site/hyde.conf |
hydeweb-0.1.8 | data/new_site/hyde.conf |