2017 © Pedro PelĆ”ez
 

bin jekxyl

Static website generator using the XYL language.

image

jekxyl/jekxyl

Static website generator using the XYL language.

  • Tuesday, May 10, 2016
  • by Hywan
  • Repository
  • 2 Watchers
  • 2 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Jekxyl

Jekxyl is a static website generator written with the XYL language., (*1)

Installation

With Composer, you need to require jekxyl/jekxyl:, (*2)

$ composer global require jekxyl/jekxyl

This command will install —by default— Jekxyl in your home. Once the bin/jekxyl script in the PATH, we will be able to run:, (*3)

$ jekxyl

Basic usage

First of all, to ease the start of the Web application, one will use the jekxyl new command, which expects a directory name to be provided:, (*4)

$ jekxyl new MyProject

Now we are going to see how to compile these files into a static Web application, with the help of the jekxyl compile command, which expects a source and a destination (respectively the Source and the Dist directories in this particular example):, (*5)

$ jekxyl compile --source MyProject/Source --destination MyProject/Destination

Et voilĆ , a nice MyProject/Dist/index.html has been created. Because all links are absolute, to watch the Web application with all the comfort, one might use the jekxyl serve command to start an HTTP server. This command expects at least a root (default is .):, (*6)

$ jekxyl serve --root MyProject/Dist/
Server is listening MyProject/Dist on 127.0.0.1:8888

Thus, open 127.0.0.1:8888 in your favorite browser and see your first Web application with Jekxyl!, (*7)

The Versions

10/05 2016

dev-master

9999999-dev https://github.com/jekxyl/jekxyl

Static website generator using the XYL language.

  Sources   Download

BSD-3-Clause

The Requires

 

by Raphaƫl Emourgeon

generator static website xyl

10/05 2016
09/05 2016
22/04 2016

dev-pages

dev-pages https://github.com/jekxyl/jekxyl

Static website generator using the XYL language.

  Sources   Download

BSD-3-Clause

The Requires

 

by Raphaƫl Emourgeon

generator static website xyl

20/04 2016

dev-incoming

dev-incoming https://github.com/jekxyl/jekxyl

Static website generator using the XYL language.

  Sources   Download

BSD-3-Clause

The Requires

 

by Raphaƫl Emourgeon

generator static website xyl