/helix-helpx

Templates and Components for HelpX

Primary LanguageHTMLApache License 2.0Apache-2.0

helix-helpx

helix-helpx is the first web site rendered leveraging the Helix platform and following the hypermedia rendering pipepline.

Architecture

The content to render is defined in the helix-config.yaml file which contains the strain definition for this code repository. By default, this content is .

The code is composed of

  • html.htl: the main htl template
  • html.pre.js: a pre.js wrapper function that enhanced the payload to cover the needs of the htl template.
  • some static content (css, image) for the need of the website

Run

Pre-requisite: install the Helix Command Line Interface

Run:

#!/bin/bash
git clone https://github.com/adobe/helix-helpx.git
cd helix-helpx
hlx up

Now simply open: http://localhost:3000/README.html

"Publish"

Check Getting Started guide for deployment.