Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

adobe/helix-helpx

helix-helpx

helix-helpx is the first web site rendered leveraging the Helix platform and leveraging the Helix 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
npm install
hlx up

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

"Publish"

Check Getting Started guide for deployment.