Sha256: 4e6c4f91ca8635e2983d6f10a64592fe4e1734fde748d437821841dcd6cd7b80

Contents?: true

Size: 1.81 KB

Versions: 3

Compression:

Stored size: 1.81 KB

Contents

Hyde
====

Hyde is a website preprocessor.

 - __Layouts and Partials:__ Hyde lets you define your site's header and footer
   layouts in a separate file, and even separate snippets of your site
   into reuseable components (partials). Your code will be much cleaner and
   DRYer!

 - __Template languages:__ Hyde lets you write your site in any template
   language you need -- the translation will be taken care of for you.
   Hyde supports HAML, LessCSS, Markdown, SASS and Textile by default, and
   more can be added through extensions.

 - __Extendable:__ Hyde is easily customizable with extensions. You can add
   new helpers, new commands, support for new languages and many more by
   simply adding the extensions to your project folder. Some are even
   available as simple Ruby gems!

 - __Design fast:__ Hyde comes with a web server that lets you serve up
   your site locally. Any changes to your files will be seen on your next
   browser refresh!

 - __Build your site as static HTMLs:__ You can export your site as plain
   HTML files with one simple command.

Why use Hyde?
-------------

It's like building a static site, but better! You can use Hyde for:

 - Building HTML prototypes
 - Building sites with no dynamic logic
 - Creating a blog where the entries are stored in a source repository

Introduction
------------

- `++++` {file:Installation Installation} -- Start here
- `++++` {file:GettingStarted Getting started}
- `++--` {file:TemplateLanguages Template languages}
- `+---` {file:Layouts Layouts}
- `++++` {file:Partials Partials}
- `++++` {file:Metadata Metadata}
- `++++` {file:Configuration Configuration}

Extending Hyde
--------------

- `+++-` {file:ExtendingHyde Extending Hyde}

Tips and tricks
---------------

- `+++-` {file:Tips Tips}

Basic info
----------

- {file:AUTHORS Credits}
- {file:LICENSE License}

Version data entries

3 entries across 3 versions & 1 rubygems

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