Sha256: e2fb745e519e39a4df96ba23b8da89e4f6291f80ff54e54b55d58fc96d8e7fda

Contents?: true

Size: 779 Bytes

Versions: 1

Compression:

Stored size: 779 Bytes

Contents

# This is a Hyde site.
# Install the `hydeweb` Ruby gem and type `hyde` for help.

hyde_requirement: 0.1

# Path options
# -------------

# The folder where the site's main files are kept. (you can set this to '.')
site_path: site

# The folder where the layout templates (and partials) are kept.
layouts_path: layouts

# The folder where the optional extensions are kept.
extensions_path: extensions

# The folder for partials.
partials_path: layouts

# The folder where the HTML files are to be built when typing `hyde build`.
output_path: public

# Any files matching these in the site_path will be excluded.
ignore:
- **/*~
- **/_*.scss

# Specify engine options here. These are optional.
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.0 data/new_site/hyde.conf