Skip to content

Creating an XSLT Static Site Generator built in Node on Glitch

Notifications You must be signed in to change notification settings

bauhouse/xslt-staticgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XSLT Static Site Generator

HTML Templates

This markup library contains the XML, XSLT and HTML used to build a basic demo of an XSLT static site generator. It is being maintained as a Git repository on GitHub.

Preprocessing HTML

XSLT is being used as a preprocessor (using xsltproc) to output valid, well-formed XHTML structure. This process of static site generation should be easy to manage on any Unix-based system (Mac, Linux) without having to install any software. On Windows, install xsltproc. On Glitch, xsltproc has been compiled from source and is stored in bin/xsltproc.

To process HTML, run the ./build script in the src directory.

To process individual files, open the src/build file and find the xsltproc command referring to the HTML file you would like to process and run the command.

Design Templates

The page layouts can be viewed in a browser at the following URLs:

About

Creating an XSLT Static Site Generator built in Node on Glitch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published