Sha256: c879d7dd0305b596a99bb1cf44aef4c6c4cd6a1cac82fad20fcdf53f3a2fa26e

Contents?: true

Size: 779 Bytes

Versions: 3

Compression:

Stored size: 779 Bytes

Contents

Tips
====

Here are some tips and tricks!

Simpler folder structure
------------------------

The default folder structure looks like this:

    project/
      hyde.conf
      layouts/
      partials/
      public/
      extensions/
      site/
        about.html
        contact.html

Here is a cleaner structure often used in simpler projects:

    project/
      about.html
      contact.html

      .hyderc
      _/
        layouts/
        partials/
        public/
        extensions/

You may do this by editing your Hyde config file like so:

    site_path:       .
    layouts_path:    _/layouts
    extensions_path: _/extensions
    partials_path:   _/partials
    output_path:     _/public

Optionally, you can rename `hyde.conf` to `.hyderc` to make it even cleaner.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hydeweb-0.0.8.pre2 manual/Tips/Tips.md
hydeweb-0.0.8.pre1 manual/Tips/Tips.md
hydeweb-0.0.7 manual/Tips/Tips.md