Sha256: dca46e3fb2236bb0ab1dbec883d756c84c9ab18d819ddc7f3d73cd5a06189438

Contents?: true

Size: 666 Bytes

Versions: 4

Compression:

Stored size: 666 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:   .

# Files to be excluded from processing
ignore:
- **/*~
- README*
- config.ru
- **/.*
- **/_*

# 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

4 entries across 4 versions & 1 rubygems

Version Path
hydeweb-0.1.14 data/new_site/hyde.conf
hydeweb-0.1.13 data/new_site/hyde.conf
hydeweb-0.1.12 data/new_site/hyde.conf
hydeweb-0.1.11 data/new_site/hyde.conf