kgera / helix-helpx

Templates and Components for HelpX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Templates and Components for HelpX

License:Apache License 2.0


Languages

Language:HTML 51.3%Language:JavaScript 31.5%Language:CSS 17.2%